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

/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Dparam.h221 #define powerof2(x) ((((x)-1)&(x))==0) macro
/macosx-10.9.5/cxxfilt-11/cxxfilt/opcodes/
H A Dcrx-dis.c231 powerof2 (int x) function

Completed in 177 milliseconds