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

/darwin-on-arm/xnu/bsd/hfs/hfscommon/Misc/
H A DVolumeAllocation.c1876 register u_int32_t currentWord; // Pointer to current word within bitmap block local
1932 currentWord = SWAP_BE32 (*buffer);
1941 if ((currentWord & bitMask) == 0)
1975 currentWord = SWAP_BE32 (*buffer);
2006 while ((currentWord & bitMask) == 0) {
2008 currentWord |= bitMask;
2018 *buffer = SWAP_BE32 (currentWord); // update value in bitmap
2054 currentWord = SWAP_BE32 (*buffer);
2057 *buffer = SWAP_BE32 (currentWord); // update the last change
2261 register u_int32_t *currentWord; // Pointe local
2680 u_int32_t *currentWord; // Pointer to current word within bitmap block local
3049 register u_int32_t *currentWord; local
3585 u_int32_t *currentWord; // Pointer to current word within bitmap block local
3855 u_int32_t currentWord = SWAP_BE32(buffer[wordIndexInBlock]); local
3935 u_int32_t *currentWord; // Pointer to current word within bitmap block local
[all...]

Completed in 24 milliseconds