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

/xnu-2782.1.97/bsd/hfs/hfscommon/headers/
H A DBTreesPrivate.h188 #define M_SWAP_BE16_SetBitNum(integer,bitNumber) ((integer) |= SWAP_BE16(1<<(bitNumber))) macro
/xnu-2782.1.97/bsd/hfs/hfscommon/BTree/
H A DBTreeAllocate.c480 M_SWAP_BE16_SetBitNum (*mapPos, bitInWord);

Completed in 37 milliseconds