Home
last modified time | relevance | path

Searched refs:BLI_endian_switch_int16_array (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/blenlib/
H A DBLI_endian_switch.h42 void BLI_endian_switch_int16_array(short *val, const int size) ATTR_NONNULL(1);
/dports/graphics/blender/blender-2.91.0/source/blender/blenlib/intern/
H A Dendian_switch.c25 void BLI_endian_switch_int16_array(short *val, const int size) in BLI_endian_switch_int16_array() function
/dports/graphics/blender/blender-2.91.0/source/blender/makesdna/intern/
H A Ddna_genfile.c437 BLI_endian_switch_int16_array(sp, sdna->types_len); in init_structDNA()
1052 BLI_endian_switch_int16_array((int16_t *)member_data, member_array_length); in DNA_struct_switch_endian()