Home
last modified time | relevance | path

Searched defs:XXH_swap32 (Results 1 – 2 of 2) sorted by relevance

/external/fio/crc/
Dxxhash.c106 # define XXH_swap32 _byteswap_ulong macro
108 # define XXH_swap32 __builtin_bswap32 macro
110 static inline uint32_t XXH_swap32 (uint32_t x) in XXH_swap32() function
/external/lz4/lib/
Dxxhash.c167 # define XXH_swap32 _byteswap_ulong macro
170 # define XXH_swap32 __builtin_bswap32 macro
173 static U32 XXH_swap32 (U32 x) in XXH_swap32() function