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

/macosx-10.10/hfs-285/fsck_hfs/dfalib/
H A DSAllocate.c523 register UInt32 bitMask; // Word with given bits already set (ready to OR in) local
553 bitMask = kHighBitInWordMask >> (startingBlock & kBitsWithinWordMask);
561 if ((currentWord & bitMask) == 0)
566 bitMask >>= 1;
567 if (bitMask == 0) {
569 bitMask = kHighBitInWordMask;
610 while ((currentWord & bitMask) == 0) {
612 currentWord |= bitMask;
620 bitMask >>= 1;
621 if (bitMask
693 register UInt32 bitMask; // Word with given bits already set (ready to OR in) local
861 register UInt32 bitMask; // Word with given bits already set (ready to OR in) local
1096 register UInt32 bitMask; // mask of bit within word for currentBlock local
1401 register UInt32 bitMask; // mask of bit within word for currentBlock local
[all...]
H A DVolumeBitmapCheck.c379 UInt32 bitMask; local
419 bitMask = kAllBitsSetInWord >> firstBit; // turn off all bits before firstBit
423 bitMask &= ~(kAllBitsSetInWord >> (firstBit + numBits)); // turn off bits after last
426 if (SWAP_BE32(*currentWord) & bitMask) {
429 //plog("(1) overlapping file blocks! word: 0x%08x, mask: 0x%08x\n", *currentWord, bitMask);
432 *currentWord |= SWAP_BE32(bitMask); /* set the bits in the bitmap */
444 bitMask = kAllBitsSetInWord;
458 if (SWAP_BE32(*currentWord) & bitMask) {
461 //plog("(2) overlapping file blocks! word: 0x%08x, mask: 0x%08x\n", *currentWord, bitMask);
464 *currentWord |= SWAP_BE32(bitMask); /* se
533 UInt32 bitMask; local
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/hfs/hfscommon/Misc/
H A DVolumeAllocation.c1912 register u_int32_t bitMask; // Word with given bits already set (ready to OR in) local
1972 bitMask = kHighBitInWordMask >> (startingBlock & kBitsWithinWordMask);
1981 if ((currentWord & bitMask) == 0)
1986 bitMask >>= 1;
1987 if (bitMask == 0) {
1989 bitMask = kHighBitInWordMask;
2091 while ((currentWord & bitMask) == 0) {
2099 bitMask >>= 1;
2100 if (bitMask == 0) {
2102 bitMask
2308 register u_int32_t bitMask; // Word with given bits already set (ready to OR in) local
2622 u_int32_t bitMask; // Word with given bits already set (ready to OR in) local
2888 register u_int32_t bitMask; local
3323 u_int32_t bitMask; // Word with given bits already set (ready to test) local
4617 u_int32_t bitMask; // Word with given bits already set (ready to test) local
[all...]
/macosx-10.10/AppleUSBIrDA-145.2.4/IrDA/Stack/
H A DIrQOS.cpp923 UByte bitMask = 0x80;
927 for (bitPosition = 7, bitMask = 0x80; bitMask != 0; bitPosition--, bitMask >>= 1) {
928 if ((aByte & bitMask) != 0) {
/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_x509_cl/lib/
H A DclNssUtils.cpp214 unsigned bitMask = 0x01; local
217 if(byte & bitMask) {
222 bitMask <<= 1;
/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIOPMrootDomain.cpp7234 uint32_t bitMask; local
7253 bitMask = (1 << bitNum);
7257 traceData32 |= bitMask;
7259 service->getName(), bitNum, bitMask, traceData32);
7263 traceData32 &= ~bitMask;
7265 service->getName(), bitNum, bitMask, traceData32);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/antlr2/
H A Dantlr.jarMETA-INF/ META-INF/MANIFEST.MF antlr/ antlr/ActionElement.class ActionElement.java package antlr ...

Completed in 224 milliseconds