Home
last modified time | relevance | path

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

/dports/graphics/blender/blender-2.91.0/source/blender/blenlib/
H A DBLI_endian_switch.h48 void BLI_endian_switch_uint64_array(uint64_t *val, const int size) ATTR_NONNULL(1);
/dports/graphics/blender/blender-2.91.0/source/blender/blenlib/intern/
H A Dendian_switch.c85 void BLI_endian_switch_uint64_array(uint64_t *val, const int size) in BLI_endian_switch_uint64_array() function
/dports/graphics/blender/blender-2.91.0/source/blender/makesdna/intern/
H A Ddna_genfile.c1080 BLI_endian_switch_uint64_array((uint64_t *)member_data, member_array_length); in DNA_struct_switch_endian()