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

/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Dcrx-dis.c214 powerof2 (int x) function
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Dcrx-dis.c214 powerof2 (int x) function
/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Dcrx-dis.c214 powerof2 (int x) function
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Dcrx-dis.c214 powerof2 (int x) function
/netbsd-current/sys/sys/
H A Dparam.h454 #define powerof2(x) ((((x)-1)&(x))==0) macro
/netbsd-current/tools/compat/
H A Dcompat_defs.h1269 #define powerof2(x) ((((x)-1)&(x))==0) macro

Completed in 294 milliseconds