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

/darwin-on-arm/xnu/bsd/hfs/hfscommon/Misc/
H A DVolumeAllocation.c1878 register u_int32_t wordsLeft; // Number of words left in this bitmap block local
1931 wordsLeft = wordsPerBlock - wordIndexInBlock;
1952 if (--wordsLeft == 0) {
1973 wordsLeft = wordsPerBlock;
2024 if (--wordsLeft == 0) {
2051 wordsLeft = wordsPerBlock;
2262 register u_int32_t wordsLeft; // Number of words left in this bitmap block local
2285 // Initialize currentWord, and wordsLeft.
2295 wordsLeft = wordsPerBlock - wordIndexInBlock;
2326 --wordsLeft; // on
2681 u_int32_t wordsLeft; // Number of words left in this bitmap block local
3051 register u_int32_t wordsLeft; local
3586 u_int32_t wordsLeft; // Number of words left in this bitmap block local
[all...]

Completed in 20 milliseconds