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

/openbsd-current/gnu/usr.bin/perl/
H A Dinline.h640 # define PERL_CLZ_32 __builtin_clz macro
656 # if U32SIZE == LONGSIZE && ! defined(PERL_CLZ_32)
657 # define PERL_CLZ_32 __builtin_clzl macro
673 # if U32SIZE == LONGLONGSIZE && ! defined(PERL_CLZ_32)
674 # define PERL_CLZ_32 __builtin_clzll macro
883 #if defined(PERL_CLZ_32)
886 return (unsigned) LZC_TO_MSBIT_POS_(U32, PERL_CLZ_32(word));

Completed in 107 milliseconds