|
Blender V5.0
|
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 BLO_readfile_blender_header_decode(), and movie_index_open().
| #define ENDIAN_ORDER L_ENDIAN |
Definition at line 25 of file BLI_endian_defines.h.
Referenced by blendthumb_create_thumb_from_file(), blo_decode_and_check(), cdf_endian(), read_blender_header(), blender::bke::bake::read_blob_raw_data_with_endian(), and blender::bke::bake::write_blob_raw_data_with_endian().
| #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 blendthumb_create_thumb_from_file(), blendthumb_extract_from_file_impl(), blo_decode_and_check(), BLO_readfile_blender_header_decode(), cdf_endian(), blender::bke::bake::get_endian_io_name(), movie_index_open(), and blender::bke::bake::write_blob_raw_data_with_endian().