Home
last modified time | relevance | path

Searched defs:ctz32 (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/public-domain/xz/dist/src/common/
H A Dtuklib_integer.h484 ctz32(uint32_t n) in ctz32() function
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/libbid/
H A Dbid_binarydecimal.c54 #define ctz32(n) (((n) == 0) ? 32 : ctz32_1bit((n) & -(n))) macro
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/libbid/
H A Dbid_binarydecimal.c54 #define ctz32(n) (((n) == 0) ? 32 : ctz32_1bit((n) & -(n))) macro