Home
last modified time | relevance | path

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

/external/v8/include/
Dv8config.h219 # define V8_HAS_BUILTIN_CTZ (__has_builtin(__builtin_ctz)) macro
260 # define V8_HAS_BUILTIN_CTZ (V8_GNUC_PREREQ(3, 4, 0)) macro
/external/v8/src/base/
Dbits.h120 #if V8_HAS_BUILTIN_CTZ in CountTrailingZeros32()
140 #if V8_HAS_BUILTIN_CTZ in CountTrailingZeros64()