Blender
V3.3
|
Go to the source code of this file.
BLI_INLINE void BLI_endian_switch_double | ( | double * | val | ) |
Definition at line 75 of file BLI_endian_switch_inline.h.
References BLI_endian_switch_uint64().
Referenced by BLI_endian_switch_double_array().
Definition at line 81 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 52 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 51 of file endian_switch.c.
References BLI_endian_switch_float(), and size().
Referenced by blend_read_mdisps(), BLO_read_float_array(), cdf_read_data(), direct_link_lightcache_texture(), mask_blend_read_data(), MOD_meshcache_read_mdd_index(), switch_endian_keyblock(), and switch_endian_knots().
BLI_INLINE void BLI_endian_switch_int16 | ( | short * | val | ) |
Definition at line 23 of file BLI_endian_switch_inline.h.
References BLI_endian_switch_uint16().
Referenced by 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 11 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 39 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().
void BLI_endian_switch_int32_array | ( | int * | val, |
int | size | ||
) |
Definition at line 31 of file endian_switch.c.
References BLI_endian_switch_int32(), and size().
Referenced by BLO_read_int32_array(), direct_link_pointcache_cb(), 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 59 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 61 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 27 of file BLI_endian_switch_inline.h.
Referenced by BLI_endian_switch_int16(), and BLI_endian_switch_uint16_array().
void BLI_endian_switch_uint16_array | ( | unsigned short * | val, |
int | size | ||
) |
Definition at line 21 of file endian_switch.c.
References BLI_endian_switch_uint16(), and size().
BLI_INLINE void BLI_endian_switch_uint32 | ( | unsigned int * | val | ) |
Definition at line 43 of file BLI_endian_switch_inline.h.
Referenced by BLI_endian_switch_float(), BLI_endian_switch_int32(), BLI_endian_switch_uint32_array(), gpu_select_buffer_depth_id_cmp(), opengl_bone_select_buffer_cmp(), zstd_read_u32(), and zstd_write_u32_le().
void BLI_endian_switch_uint32_array | ( | unsigned int * | val, |
int | size | ||
) |
Definition at line 41 of file endian_switch.c.
References BLI_endian_switch_uint32(), and size().
Referenced by BLO_read_uint32_array(), direct_link_lightcache_texture(), and mesh_blend_read_data().
BLI_INLINE void BLI_endian_switch_uint64 | ( | uint64_t * | val | ) |
Definition at line 63 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(), IMB_indexer_open(), and seq_disk_cache_read_header().
Definition at line 71 of file endian_switch.c.
References BLI_endian_switch_uint64(), and size().
Referenced by DNA_struct_switch_endian().