Home
last modified time | relevance | path

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

/external/v8/include/
Dv8config.h218 # define V8_HAS_BUILTIN_CLZ (__has_builtin(__builtin_clz)) macro
259 # define V8_HAS_BUILTIN_CLZ (V8_GNUC_PREREQ(3, 4, 0)) macro
/external/v8/src/base/
Dbits.h69 #if V8_HAS_BUILTIN_CLZ in CountLeadingZeros32()
89 #if V8_HAS_BUILTIN_CLZ in CountLeadingZeros64()