Home
last modified time | relevance | path

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

/external/v8/src/base/
Dbits.cc20 #if V8_HAS_BUILTIN_CLZ || V8_CC_MSVC in RoundUpToPowerOfTwo32()
36 #if V8_HAS_BUILTIN_CLZ in RoundUpToPowerOfTwo64()
Dbits.h78 #if V8_HAS_BUILTIN_CLZ in CountLeadingZeros()
/external/v8/include/
Dv8config.h228 # define V8_HAS_BUILTIN_CLZ (__has_builtin(__builtin_clz)) macro
268 # define V8_HAS_BUILTIN_CLZ (V8_GNUC_PREREQ(3, 4, 0)) macro