Home
last modified time | relevance | path

Searched refs:BLI_endian_switch_uint16_array (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/blenlib/
H A DBLI_endian_switch.h43 void BLI_endian_switch_uint16_array(unsigned short *val, const int size) ATTR_NONNULL(1);
/dports/graphics/blender/blender-2.91.0/source/blender/blenlib/intern/
H A Dendian_switch.c35 void BLI_endian_switch_uint16_array(unsigned short *val, const int size) in BLI_endian_switch_uint16_array() function