Home
last modified time | relevance | path

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

/third_party/node/src/
Dutil-inl.h37 #ifdef BSWAP_4
38 # undef BSWAP_4
47 #define BSWAP_4(x) _byteswap_ulong(x) macro
51 #define BSWAP_4(x) \ macro
240 data32[i] = BSWAP_4(data32[i]); in SwapBytes32()
249 temp = BSWAP_4(temp); in SwapBytes32()