Searched refs:V8_HAS_BUILTIN_CTZ (Results 1 – 2 of 2) sorted by relevance
99 #if V8_HAS_BUILTIN_CTZ in CountTrailingZeros32()119 #if V8_HAS_BUILTIN_CTZ in CountTrailingZeros64()
223 # define V8_HAS_BUILTIN_CTZ (__has_builtin(__builtin_ctz)) macro264 # define V8_HAS_BUILTIN_CTZ (V8_GNUC_PREREQ(3, 4, 0)) macro