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

/xnu-2422.115.4/bsd/hfs/hfscommon/Misc/
H A DVolumeAllocation.c1921 u_int32_t wordIndexInBlock; local
1926 wordIndexInBlock = (startingBlock & (bitsPerBlock-1)) / kBitsPerWord;
1927 buffer += wordIndexInBlock;
1928 wordsLeft = wordsPerBlock - wordIndexInBlock;
2310 u_int32_t wordIndexInBlock; local
2315 wordIndexInBlock = (startingBlock & (bitsPerBlock-1)) / kBitsPerWord;
2316 currentWord = buffer + wordIndexInBlock;
2317 wordsLeft = wordsPerBlock - wordIndexInBlock;
2577 uint32_t wordIndexInBlock; local
2625 wordIndexInBlock
3305 u_int32_t wordIndexInBlock; local
4604 u_int32_t wordIndexInBlock; local
[all...]

Completed in 18 milliseconds