Searched refs:V8_HAS_BUILTIN_CTZ (Results 1 – 2 of 2) sorted by relevance
215 # define V8_HAS_BUILTIN_CTZ (__has_builtin(__builtin_ctz)) macro252 # define V8_HAS_BUILTIN_CTZ (V8_GNUC_PREREQ(3, 4, 0)) macro
60 #if V8_HAS_BUILTIN_CTZ in CountTrailingZeros32()