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

/haiku-buildtools/gcc/libgcc/config/libbid/
H A Dbid_binarydecimal.c54 #define ctz32(n) (((n) == 0) ? 32 : ctz32_1bit((n) & -(n))) macro
[all...]

Completed in 151 milliseconds