Home
last modified time | relevance | path

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

/third_party/node/src/
Dutil-inl.h40 #ifdef BSWAP_8
41 # undef BSWAP_8
48 #define BSWAP_8(x) _byteswap_uint64(x) macro
56 #define BSWAP_8(x) \ macro
263 data64[i] = BSWAP_8(data64[i]); in SwapBytes64()
272 temp = BSWAP_8(temp); in SwapBytes64()