Lines Matching refs:SWAP_BE32

1932 		currentWord = SWAP_BE32 (*buffer);
1975 currentWord = SWAP_BE32 (*buffer);
2018 *buffer = SWAP_BE32 (currentWord); // update value in bitmap
2054 currentWord = SWAP_BE32 (*buffer);
2057 *buffer = SWAP_BE32 (currentWord); // update the last change
2318 if ((*currentWord & SWAP_BE32 (bitMask)) != 0) {
2322 *currentWord |= SWAP_BE32 (bitMask); // set the bits in the bitmap
2360 *currentWord = SWAP_BE32 (bitMask);
2394 if ((*currentWord & SWAP_BE32 (bitMask)) != 0) {
2398 *currentWord |= SWAP_BE32 (bitMask); // set the bits in the bitmap
2746 if (*currentWord & SWAP_BE32(bitMask))
2769 (*currentWord & SWAP_BE32 (bitMask)) != SWAP_BE32 (bitMask)) {
2772 *currentWord &= SWAP_BE32 (~bitMask); // clear the bits in the bitmap
2805 (*currentWord != SWAP_BE32 (kAllBitsSetInWord))) {
2842 (*currentWord & SWAP_BE32 (bitMask)) != SWAP_BE32 (bitMask)) {
2845 *currentWord &= SWAP_BE32 (~bitMask); // clear the bits in the bitmap
2869 if (*currentWord & SWAP_BE32(bitMask))
3122 tempWord = SWAP_BE32(*currentWord); // Fetch the current word only once
3169 if ((tempWord = SWAP_BE32(*currentWord)) + 1) // non-zero if any bits were clear
3208 tempWord = SWAP_BE32(*currentWord); // Fetch the current word only once
3257 if ((tempWord = SWAP_BE32(*currentWord)) != 0)
3632 if ((*currentWord & SWAP_BE32 (bitMask)) != 0) {
3637 blockCount += num_bits_set(*currentWord & SWAP_BE32 (bitMask));
3694 if ((*currentWord & SWAP_BE32 (bitMask)) != 0) {
3699 blockCount += num_bits_set(*currentWord & SWAP_BE32 (bitMask));
3855 u_int32_t currentWord = SWAP_BE32(buffer[wordIndexInBlock]);
3983 if ((*currentWord & SWAP_BE32 (bitMask)) != 0) {