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

/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/hfscommon/BTree/
H A DBTreeAllocate.c128 u_int16_t bitOffset; local
169 bitOffset = 15;
176 } while (--bitOffset);
180 nodeNumber += ((pos - mapPtr) << 4) + (15 - bitOffset); // (pos-mapPtr) = # of words!
245 u_int16_t bitOffset; local
267 bitOffset = 15 - (nodeNum & 0x0000000F); // last 4 bits are bit offset
270 M_SWAP_BE16_ClearBitNum (*mapPos, bitOffset); // clear it

Completed in 16 milliseconds