Searched refs:PERL_CLZ_32 (Results 1 – 2 of 2) sorted by relevance
14 PERL_CLZ_32 # Z added by devel/scanprov
1456 # define PERL_CLZ_32 __builtin_clz macro1472 # if U32SIZE == LONGSIZE && ! defined(PERL_CLZ_32)1473 # define PERL_CLZ_32 __builtin_clzl macro1489 # if U32SIZE == LONGLONGSIZE && ! defined(PERL_CLZ_32)1490 # define PERL_CLZ_32 __builtin_clzll macro1710 #if defined(PERL_CLZ_32) in Perl_msbit_pos32()1713 return (unsigned) LZC_TO_MSBIT_POS_(U32, PERL_CLZ_32(word)); in Perl_msbit_pos32()