|
Blender
V2.93
|
Go to the source code of this file.
Functions | |
| void | BLI_endian_switch_int16_array (short *val, const int size) |
| void | BLI_endian_switch_uint16_array (unsigned short *val, const int size) |
| void | BLI_endian_switch_int32_array (int *val, const int size) |
| void | BLI_endian_switch_uint32_array (unsigned int *val, const int size) |
| void | BLI_endian_switch_float_array (float *val, const int size) |
| void | BLI_endian_switch_int64_array (int64_t *val, const int size) |
| void | BLI_endian_switch_uint64_array (uint64_t *val, const int size) |
| void | BLI_endian_switch_double_array (double *val, const int size) |
| void BLI_endian_switch_double_array | ( | double * | val, |
| const int | size | ||
| ) |
Definition at line 95 of file endian_switch.c.
References BLI_endian_switch_double(), and size().
Referenced by BLO_read_double_array().
| void BLI_endian_switch_float_array | ( | float * | val, |
| const int | size | ||
| ) |
Definition at line 65 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().
| void BLI_endian_switch_int16_array | ( | short * | val, |
| const int | size | ||
| ) |
Definition at line 25 of file endian_switch.c.
References BLI_endian_switch_int16(), and size().
Referenced by DNA_struct_switch_endian(), and init_structDNA().
| void BLI_endian_switch_int32_array | ( | int * | val, |
| const int | size | ||
| ) |
Definition at line 45 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().
| void BLI_endian_switch_int64_array | ( | int64_t * | val, |
| const int | size | ||
| ) |
Definition at line 75 of file endian_switch.c.
References BLI_endian_switch_int64(), and size().
Referenced by DNA_struct_switch_endian().
| void BLI_endian_switch_uint16_array | ( | unsigned short * | val, |
| const int | size | ||
| ) |
Definition at line 35 of file endian_switch.c.
References BLI_endian_switch_uint16(), and size().
| void BLI_endian_switch_uint32_array | ( | unsigned int * | val, |
| const int | size | ||
| ) |
Definition at line 55 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().
| void BLI_endian_switch_uint64_array | ( | uint64_t * | val, |
| const int | size | ||
| ) |
Definition at line 85 of file endian_switch.c.
References BLI_endian_switch_uint64(), and size().
Referenced by DNA_struct_switch_endian().