|
Blender V4.3
|
Go to the source code of this file.
| BLI_INLINE void BLI_endian_switch_double | ( | double * | val | ) |
Definition at line 77 of file BLI_endian_switch_inline.h.
References BLI_endian_switch_uint64().
Referenced by BLI_endian_switch_double_array().
Definition at line 83 of file endian_switch.c.
References BLI_endian_switch_double(), and size().
Referenced by BLO_read_double_array().
| BLI_INLINE void BLI_endian_switch_float | ( | float * | val | ) |
Definition at line 54 of file BLI_endian_switch_inline.h.
References BLI_endian_switch_uint32().
Referenced by BLI_endian_switch_float_array(), meshcache_read_mdd_range_from_time(), MOD_meshcache_read_mdd_index(), and MOD_meshcache_read_pc2_index().
Definition at line 53 of file endian_switch.c.
References BLI_endian_switch_float(), and size().
Referenced by BLO_read_float_array(), cdf_read_data(), MOD_meshcache_read_mdd_index(), and switch_endian_keyblock().
| BLI_INLINE void BLI_endian_switch_int16 | ( | short * | val | ) |
Definition at line 25 of file BLI_endian_switch_inline.h.
References BLI_endian_switch_uint16().
Referenced by blender::bke::action_blend_read_data(), BLI_endian_switch_int16_array(), init_structDNA(), and ipo_blend_read_data().
| void BLI_endian_switch_int16_array | ( | short * | val, |
| int | size ) |
Definition at line 13 of file endian_switch.c.
References BLI_endian_switch_int16(), and size().
Referenced by DNA_struct_switch_endian(), and init_structDNA().
| BLI_INLINE void BLI_endian_switch_int32 | ( | int * | val | ) |
Definition at line 41 of file BLI_endian_switch_inline.h.
References BLI_endian_switch_uint32().
Referenced by BLI_endian_switch_int32_array(), bytes_to_native_i32(), cdf_read_header(), IDP_DirectLinkProperty(), IMB_indexer_open(), init_structDNA(), png_extend_native_int32(), read_file_thumbnail(), switch_endian_bh4(), and switch_endian_bh8().
Definition at line 33 of file endian_switch.c.
References BLI_endian_switch_int32(), and size().
Referenced by BLO_read_int32_array(), DNA_struct_switch_endian(), meshcache_read_mdd_head(), and meshcache_read_pc2_head().
| BLI_INLINE void BLI_endian_switch_int64 | ( | int64_t * | val | ) |
Definition at line 61 of file BLI_endian_switch_inline.h.
References BLI_endian_switch_uint64().
Referenced by BLI_endian_switch_int64_array(), and IDP_DirectLinkProperty().
Definition at line 63 of file endian_switch.c.
References BLI_endian_switch_int64(), and size().
Referenced by DNA_struct_switch_endian().
| BLI_INLINE void BLI_endian_switch_uint16 | ( | unsigned short * | val | ) |
Definition at line 29 of file BLI_endian_switch_inline.h.
Referenced by BLI_endian_switch_int16(), BLI_endian_switch_uint16_array(), and endian_switch().
| void BLI_endian_switch_uint16_array | ( | unsigned short * | val, |
| int | size ) |
Definition at line 23 of file endian_switch.c.
References BLI_endian_switch_uint16(), and size().
Referenced by endian_switch_array(), and blender::bke::bake::read_blob_raw_data_with_endian().
| BLI_INLINE void BLI_endian_switch_uint32 | ( | unsigned int * | val | ) |
Definition at line 45 of file BLI_endian_switch_inline.h.
Referenced by BLI_endian_switch_float(), BLI_endian_switch_int32(), BLI_endian_switch_uint32_array(), endian_switch(), gpu_select_buffer_depth_id_cmp(), LoadDXTCImage(), opengl_bone_select_buffer_cmp(), and zstd_read_u32().
Definition at line 43 of file endian_switch.c.
References BLI_endian_switch_uint32(), and size().
Referenced by BLO_read_uint32_array(), endian_switch_array(), mesh_blend_read_data(), and blender::bke::bake::read_blob_raw_data_with_endian().
| BLI_INLINE void BLI_endian_switch_uint64 | ( | uint64_t * | val | ) |
Definition at line 65 of file BLI_endian_switch_inline.h.
Referenced by bh4_from_bh8(), BLI_endian_switch_double(), BLI_endian_switch_int64(), BLI_endian_switch_uint64_array(), cdf_read_header(), convert_pointer_array_64_to_32(), endian_switch(), IMB_indexer_open(), and seq_disk_cache_read_header().
Definition at line 73 of file endian_switch.c.
References BLI_endian_switch_uint64(), and size().
Referenced by DNA_struct_switch_endian(), endian_switch_array(), and blender::bke::bake::read_blob_raw_data_with_endian().