Home
last modified time | relevance | path

Searched defs:XXH_swap32 (Results 1 – 1 of 1) 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