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

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

Completed in 78 milliseconds