Home
last modified time | relevance | path

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

/mOS-networking-stack/core/src/
H A Dutil.c515 XXH_endianess endian_detected = (XXH_endianess)XXH_CPU_LITTLE_ENDIAN; in XXH32() local
520 if ((endian_detected==XXH_littleEndian) || XXH_FORCE_NATIVE_FORMAT) in XXH32()
527 if ((endian_detected==XXH_littleEndian) || XXH_FORCE_NATIVE_FORMAT) in XXH32()
655 XXH_endianess endian_detected = (XXH_endianess)XXH_CPU_LITTLE_ENDIAN; in XXH64() local
660 if ((endian_detected==XXH_littleEndian) || XXH_FORCE_NATIVE_FORMAT) in XXH64()
667 if ((endian_detected==XXH_littleEndian) || XXH_FORCE_NATIVE_FORMAT) in XXH64()