Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
H A D503500314 PERL_CLZ_32 # Z added by devel/scanprov
/openbsd/gnu/usr.bin/perl/
H A Dinline.h1456 # define PERL_CLZ_32 __builtin_clz macro
1472 # if U32SIZE == LONGSIZE && ! defined(PERL_CLZ_32)
1473 # define PERL_CLZ_32 __builtin_clzl macro
1489 # if U32SIZE == LONGLONGSIZE && ! defined(PERL_CLZ_32)
1490 # define PERL_CLZ_32 __builtin_clzll macro
1710 #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()