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

/openbsd-current/gnu/usr.bin/perl/
H A Dinline.h648 # define PERL_CTZ_32 __builtin_ctz macro
664 # if U32SIZE == LONGSIZE && ! defined(PERL_CTZ_32)
665 # define PERL_CTZ_32 __builtin_ctzl macro
681 # if U32SIZE == LONGLONGSIZE && ! defined(PERL_CTZ_32)
682 # define PERL_CTZ_32 __builtin_ctzll macro
780 #if defined(PERL_CTZ_32)
783 return (unsigned) PERL_CTZ_32(word);

Completed in 60 milliseconds