Searched defs:bswapuintptrt (Results 1 – 1 of 1) sorted by relevance
68 ALWAYS_INLINE size_t bswapuintptrt(size_t x) { return bswap64(x); } in bswapuintptrt() function72 ALWAYS_INLINE size_t bswapuintptrt(size_t x) { return bswap32(x); } in bswapuintptrt() function