Home
last modified time | relevance | path

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

/third_party/node/deps/v8/include/
Dv8config.h350 # define V8_HAS_BUILTIN_BSWAP64 (__has_builtin(__builtin_bswap64)) macro
/third_party/node/deps/v8/src/utils/
Dutils.h605 #if V8_HAS_BUILTIN_BSWAP64 in ByteReverse64()