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

/darwin-on-arm/xnu/bsd/hfs/hfscommon/Misc/
H A DVolumeAllocation.c1924 u_int32_t wordIndexInBlock; local
1929 wordIndexInBlock = (startingBlock & (bitsPerBlock-1)) / kBitsPerWord;
1930 buffer += wordIndexInBlock;
1931 wordsLeft = wordsPerBlock - wordIndexInBlock;
2288 u_int32_t wordIndexInBlock; local
2293 wordIndexInBlock = (startingBlock & (bitsPerBlock-1)) / kBitsPerWord;
2294 currentWord = buffer + wordIndexInBlock;
2295 wordsLeft = wordsPerBlock - wordIndexInBlock;
2679 uint32_t wordIndexInBlock; local
2727 wordIndexInBlock
3611 u_int32_t wordIndexInBlock; local
3831 u_int32_t wordIndexInBlock; local
3965 u_int32_t wordIndexInBlock; local
[all...]

Completed in 17 milliseconds