|
Blender V4.3
|
Go to the source code of this file.
Macros | |
| #define | L_ENDIAN 1 |
| #define | B_ENDIAN 0 |
| #define | ENDIAN_ORDER L_ENDIAN |
| #define B_ENDIAN 0 |
Definition at line 20 of file BLI_endian_defines.h.
Referenced by blend_header_is_endian_switch_needed(), decode_blender_header(), blender::bke::bake::get_endian_io_name(), IMB_index_builder_create(), IMB_indexer_open(), seq_disk_cache_add_header_entry(), seq_disk_cache_read_header(), blender::bke::bake::write_blob_raw_data_with_endian(), and write_file_handle().
Definition at line 25 of file BLI_endian_defines.h.
Referenced by blend_header_is_endian_switch_needed(), cdf_endian(), decode_blender_header(), IMB_index_builder_create(), IMB_indexer_open(), png_extend_native_int32(), blender::bke::bake::read_blob_raw_data_with_endian(), seq_disk_cache_add_header_entry(), seq_disk_cache_read_header(), blender::bke::bake::write_blob_raw_data_with_endian(), and write_file_handle().
| #define L_ENDIAN 1 |
ENDIAN_ORDER: indicates what endianness the platform where the file was written had.
Definition at line 19 of file BLI_endian_defines.h.
Referenced by blend_header_is_endian_switch_needed(), cdf_endian(), decode_blender_header(), blender::bke::bake::get_endian_io_name(), and png_extend_native_int32().