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

/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/libbid/
H A Dbid_binarydecimal.c45 // The ctz32_1bit version is for a single bit
47 #define ctz32_1bit(n) \ macro
54 #define ctz32(n) (((n) == 0) ? 32 : ctz32_1bit((n) & -(n)))
[all...]
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/libbid/
H A Dbid_binarydecimal.c45 // The ctz32_1bit version is for a single bit
47 #define ctz32_1bit(n) \ macro
54 #define ctz32(n) (((n) == 0) ? 32 : ctz32_1bit((n) & -(n)))
[all...]

Completed in 406 milliseconds