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

/xnu-2422.115.4/bsd/hfs/hfscommon/Misc/
H A DVolumeAllocation.c1869 register u_int32_t currentWord; // Pointer to current word within bitmap block local
1929 currentWord = SWAP_BE32 (*buffer);
1939 if ((currentWord & bitMask) == 0)
1991 currentWord = SWAP_BE32 (*buffer);
2042 * Scan the bitmap, starting at 'currentWord' in the current
2049 while ((currentWord & bitMask) == 0) {
2095 currentWord = SWAP_BE32 (*buffer);
2264 register u_int32_t *currentWord; // Pointer to current word within bitmap block local
2307 // Initialize currentWord, and wordsLeft.
2316 currentWord
2578 u_int32_t *currentWord; // Pointer to current word within bitmap block local
2845 register u_int32_t *currentWord; local
3279 u_int32_t *currentWord; // Pointer to current word within bitmap block local
4574 u_int32_t *currentWord; // Pointer to current word within bitmap block local
[all...]

Completed in 22 milliseconds