Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/util/
Dxxhash.h587 # define XXH_swap32 _byteswap_ulong macro
589 # define XXH_swap32 __builtin_bswap32 macro
591 static xxh_u32 XXH_swap32 (xxh_u32 x) in XXH_swap32() function