Searched refs:M_IsOdd (Results 1 - 4 of 4) sorted by relevance

/xnu-2782.1.97/bsd/hfs/hfscommon/BTree/
H A DBTreeMiscOps.c137 if ( M_IsOdd (keySize) ) keySize += 1; // pad byte
139 if (M_IsOdd (recSize) ) recSize += 1; // pad byte
614 if ( M_IsOdd (keySize) )
H A DBTreeNodeOps.c585 if ( M_IsOdd (keySize) )
799 if ( M_IsOdd (keySize) )
H A DBTreeTreeOps.c989 if ( M_IsOdd (insertSize) )
/xnu-2782.1.97/bsd/hfs/hfscommon/headers/
H A DBTreesPrivate.h180 #define M_IsOdd(integer) (((integer) & 1) != 0) macro

Completed in 41 milliseconds