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

/macosx-10.10.1/hfs-285/fsck_hfs/dfalib/
H A DBTreeAllocate.c80 UInt16 bitOffset; local
117 bitOffset = 15;
124 } while (--bitOffset);
128 nodeNumber += ((pos - mapPtr) << 4) + (15 - bitOffset); // (pos-mapPtr) = # of words!
189 UInt16 bitOffset; local
207 bitOffset = 15 - (nodeNum & 0x0000000F); // last 4 bits are bit offset
209 M_SWAP_BE16_ClearBitNum (*mapPos, bitOffset); // clear it
/macosx-10.10.1/xnu-2782.1.97/bsd/hfs/hfscommon/BTree/
H A DBTreeAllocate.c128 u_int16_t bitOffset; local
169 bitOffset = 15;
176 } while (--bitOffset);
180 nodeNumber += ((pos - mapPtr) << 4) + (15 - bitOffset); // (pos-mapPtr) = # of words!
245 u_int16_t bitOffset; local
267 bitOffset = 15 - (nodeNum & 0x0000000F); // last 4 bits are bit offset
270 M_SWAP_BE16_ClearBitNum (*mapPos, bitOffset); // clear it
/macosx-10.10.1/IOPCIFamily-239.1.2/tools/
H A Dpciutils3.1.7.patch.c104 + UInt32 bitOffset; member in struct:AddressSpaceParam
164 + param.bitOffset = 0;
214 + param.bitOffset = 0;
/macosx-10.10.1/tcl-105/tk84/tk/macosx/
H A DtkMacOSXFont.c1673 int row, bitOffset;
1679 bitOffset = ch & (FONTMAP_BITSPERPAGE - 1);
1680 return (subFontPtr->fontMap[row][bitOffset >> 3] >> (bitOffset & 7)) & 1;
1715 int row, bitOffset;
1721 bitOffset = ch & (FONTMAP_BITSPERPAGE - 1);
1722 subFontPtr->fontMap[row][bitOffset >> 3] |= 1 << (bitOffset & 7);
1753 int i, end, bitOffset, isMultiByteFont;
1796 bitOffset
1653 int row, bitOffset; local
1694 int row, bitOffset; local
1731 int i, end, bitOffset, isMultiByteFont; local
[all...]
/macosx-10.10.1/tcl-105/tk/tk/win/
H A DtkWinFont.c1970 int row, bitOffset;
1976 bitOffset = ch & (FONTMAP_BITSPERPAGE - 1);
1977 return (subFontPtr->fontMap[row][bitOffset >> 3] >> (bitOffset & 7)) & 1;
2011 int row, bitOffset;
2017 bitOffset = ch & (FONTMAP_BITSPERPAGE - 1);
2018 subFontPtr->fontMap[row][bitOffset >> 3] |= 1 << (bitOffset & 7);
2052 int i, j, bitOffset, end, segCount;
2077 bitOffset
1945 int row, bitOffset; local
1985 int row, bitOffset; local
2025 int i, j, bitOffset, end, segCount; local
[all...]
/macosx-10.10.1/tcl-105/tk84/tk/win/
H A DtkWinFont.c1658 int row, bitOffset;
1664 bitOffset = ch & (FONTMAP_BITSPERPAGE - 1);
1665 return (subFontPtr->fontMap[row][bitOffset >> 3] >> (bitOffset & 7)) & 1;
1700 int row, bitOffset;
1706 bitOffset = ch & (FONTMAP_BITSPERPAGE - 1);
1707 subFontPtr->fontMap[row][bitOffset >> 3] |= 1 << (bitOffset & 7);
1740 int i, j, bitOffset, end, segCount;
1765 bitOffset
1641 int row, bitOffset; local
1682 int row, bitOffset; local
1721 int i, j, bitOffset, end, segCount; local
[all...]
/macosx-10.10.1/tcl-105/tk/tk/unix/
H A DtkUnixFont.c2152 int row, bitOffset;
2158 bitOffset = ch & (FONTMAP_BITSPERPAGE - 1);
2159 return (subFontPtr->fontMap[row][bitOffset >> 3] >> (bitOffset & 7)) & 1;
2193 int row, bitOffset;
2199 bitOffset = ch & (FONTMAP_BITSPERPAGE - 1);
2200 subFontPtr->fontMap[row][bitOffset >> 3] |= 1 << (bitOffset & 7);
2231 int i, end, bitOffset, isTwoByteFont, n;
2284 bitOffset
2128 int row, bitOffset; local
2168 int row, bitOffset; local
2205 int i, end, bitOffset, isTwoByteFont, n; local
[all...]
/macosx-10.10.1/tcl-105/tk84/tk/unix/
H A DtkUnixFont.c2034 int row, bitOffset;
2040 bitOffset = ch & (FONTMAP_BITSPERPAGE - 1);
2041 return (subFontPtr->fontMap[row][bitOffset >> 3] >> (bitOffset & 7)) & 1;
2076 int row, bitOffset;
2082 bitOffset = ch & (FONTMAP_BITSPERPAGE - 1);
2083 subFontPtr->fontMap[row][bitOffset >> 3] |= 1 << (bitOffset & 7);
2114 int i, end, bitOffset, isTwoByteFont, n;
2167 bitOffset
2013 int row, bitOffset; local
2054 int row, bitOffset; local
2091 int i, end, bitOffset, isTwoByteFont, n; local
[all...]

Completed in 203 milliseconds