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

/darwin-on-arm/xnu/bsd/hfs/hfscommon/Misc/
H A DVolumeAllocation.c3052 register u_int32_t tempWord; local
3122 tempWord = SWAP_BE32(*currentWord); // Fetch the current word only once
3124 while (tempWord & bitMask)
3169 if ((tempWord = SWAP_BE32(*currentWord)) + 1) // non-zero if any bits were clear
3173 while (tempWord & bitMask)
3208 tempWord = SWAP_BE32(*currentWord); // Fetch the current word only once
3210 while (bitMask && !(tempWord & bitMask))
3257 if ((tempWord = SWAP_BE32(*currentWord)) != 0)
3261 while (!(tempWord & bitMask))

Completed in 78 milliseconds