Home
last modified time | relevance | path

Searched refs:clz32 (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/public-domain/xz/dist/src/common/
H A Dtuklib_integer.h432 clz32(uint32_t n) in clz32() function
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/libbid/
H A Dbid_binarydecimal.c42 #define clz32(n) (((n)==0) ? 32 : clz32_nz(n)) macro
411 l = clz32(c) - (32 - 24); \
624 k = clz32(c) - 8; \
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/libbid/
H A Dbid_binarydecimal.c42 #define clz32(n) (((n)==0) ? 32 : clz32_nz(n)) macro
411 l = clz32(c) - (32 - 24); \
624 k = clz32(c) - 8; \