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

/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDSystem/IOHIDDescriptorParser/
H A DHIDPutData.c87 UInt32 iStartByte, startBit; local
109 startBit = start&7;
110 iStartMask = (1<<startBit) - 1;
124 iShiftedData = value << startBit;
139 iShiftedData = value << startBit;
H A DHIDGetData.c83 unsigned startBit = iStart&7; local
115 data >>= startBit; local
H A DHIDGetButtonCaps.c105 // is based on older OS 9 code. This version has added logic to maintain this startBit.
109 UInt32 startBit; // Added esb 9-29-99 local
151 startBit = ptReportItem->startBit;
243 ptCapability->startBit = startBit;
248 //startBit += (ptReportItem->globals.reportSize * ptReportItem->globals.reportCount);
249 startBit += ptReportItem->globals.reportSize;
328 // is based on older OS 9 code. This version has added logic to maintain this startBit.
332 UInt32 startBit; local
[all...]
H A DHIDGetValueCaps.c110 // is based on older OS 9 code. This version has added logic to maintain this startBit.
114 UInt32 startBit; // Added esb 9-29-99 local
158 startBit = ptReportItem->startBit; // Added esb 9-28-99
270 ptCapability->startBit = startBit;
271 startBit += (ptCapability->bitSize * ptCapability->reportCount);
351 // is based on older OS 9 code. This version has added logic to maintain this startBit.
355 UInt32 startBit; // Carried esb's logic down here when we added HIDGetSpecificValueCapabilities(). local
391 startBit
[all...]
H A DHIDProcessReportItem.c64 <USB2> 3/5/99 BWS [2311359] HIDProcessReportItem does not initialize startBit
195 ptReportItem->startBit = ptReport->featureBitCount;
200 ptReportItem->startBit = ptReport->outputBitCount;
205 ptReportItem->startBit = ptReport->inputBitCount;
210 ptReportItem->startBit = 0;
H A DHIDSetButtons.c145 iStart = ptReportItem->startBit + (ptReportItem->globals.reportSize * iX);
165 iStart = ptReportItem->startBit + (ptReportItem->globals.reportSize * iUsageIndex);
H A DHIDSetScaledUsageValue.c144 iStart = ptReportItem->startBit + (int)(ptReportItem->globals.reportSize * iUsageIndex);
H A DHIDSetUsageValue.c143 iStart = ptReportItem->startBit + (int)(ptReportItem->globals.reportSize * iUsageIndex);
H A DHIDGetUsageValue.c146 iStart = ptReportItem->startBit
249 iStart = ptReportItem->startBit
H A DHIDGetButtons.c127 iStart = ptReportItem->startBit;
H A DHIDGetUsageValueArray.c156 iStart = ptReportItem->startBit + (ptReportItem->globals.reportSize * iUsageIndex);
H A DHIDInitReport.c213 iStart = ptReportItem->startBit
H A DHIDSetUsageValueArray.c156 iStart = ptReportItem->startBit + (ptReportItem->globals.reportSize * iUsageIndex);
H A DHIDGetButtonsOnPage.c155 iStart = ptReportItem->startBit;
H A DHIDPriv.h266 SInt32 startBit; member in struct:HIDReportItem
/macosx-10.9.5/ppp-727.90.1/Helpers/pppd/
H A Dpppcrypt.c64 Get7Bits(input, startBit)
66 int startBit;
70 word = (unsigned)input[startBit / 8] << 8;
71 word |= (unsigned)input[startBit / 8 + 1];
73 word >>= 15 - (startBit % 8 + 7);
/macosx-10.9.5/eap8021x-180/EAP8021X.fproj/
H A DDESSupport.c46 static u_char Get7Bits(const unsigned char *input, int startBit) argument
50 word = (unsigned)input[startBit / 8] << 8;
51 word |= (unsigned)input[startBit / 8 + 1];
53 word >>= 15 - (startBit % 8 + 7);
/macosx-10.9.5/hfs-226.1.1/fsck_hfs/dfalib/
H A DVolumeBitmapCheck.c204 * Description: Return bitmap segment corresponding to given startBit.
219 * 1. startBit - bit number (block number) to lookup
230 static int GetSegmentBitmap(UInt32 startBit, UInt32 **buffer, int bitOperation) argument
236 segment = startBit / kBitsPerSegment;
263 plog("GetSegmentBitmap: couldn't get a node for block %d, segment %d\n", startBit, segment);
282 plog("*** segment %d (start blk %d) is already full!\n", segment, startBit);
286 plog("*** segment %d (start blk %d) is already empty!\n", segment, startBit);
304 * startBit - startBit of segment to test
309 void TestSegmentBitmap(UInt32 startBit) argument
374 CaptureBitmapBits(UInt32 startBit, UInt32 bitCount) argument
528 ReleaseBitmapBits(UInt32 startBit, UInt32 bitCount) argument
[all...]
H A DScavenger.h1421 extern int CaptureBitmapBits(UInt32 startBit, UInt32 bitCount);
1422 extern int ReleaseBitmapBits(UInt32 startBit, UInt32 bitCount);
/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDSystem/IOKit/hidsystem/
H A DIOHIDDescriptorParser.h200 SInt32 startBit; // Added esb 9-29-99 member in struct:HIDButtonCaps
242 SInt32 startBit; // Added esb 9-29-99 member in struct:HIDButtonCapabilities
283 UInt32 startBit; // Added by esb 9-28-99 member in struct:HIDValueCaps
341 SInt32 startBit; // Added esb 9-29-99 // Moved here KH 1/25/01 member in struct:HIDValueCapabilities
/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDFamily/
H A DIOHIDParserPriv.h230 SInt32 startBit; member in struct:HIDReportItem
H A DIOHIDElementPrivate.cpp151 element->_reportStartBit = button->startBit;
244 element->_reportStartBit = value->startBit;
533 // 32bits: startBit
/macosx-10.9.5/llvmCore-3425.0.33/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp257 Filter(FilterChooser &owner, unsigned startBit, unsigned numBits, bool mixed);
464 void runSingleFilter(unsigned startBit, unsigned numBit, bool mixed);
502 Filter::Filter(FilterChooser &owner, unsigned startBit, unsigned numBits, argument
504 : Owner(&owner), StartBit(startBit), NumBits(numBits), Mixed(mixed) {
1380 void FilterChooser::runSingleFilter(unsigned startBit, unsigned numBit,
1383 Filter F(*this, startBit, numBit, true);
1861 << "static InsnType fieldFromInstruction(InsnType insn, unsigned startBit,\n"
1863 << " assert(startBit + numBits <= (sizeof(InsnType)*8) &&\n"
1869 << " fieldMask = ((1 << numBits) - 1) << startBit;\n"
1870 << " return (insn & fieldMask) >> startBit;\
[all...]
/macosx-10.9.5/hfs-226.1.1/newfs_hfs/
H A Dmakehfs.c860 unsigned int startBit = startBlock & 7; local
866 if (blockCount < (8 - startBit)) {
867 lShift = 8 - (startBit + blockCount);
869 mask = (0xff >> startBit) & (0xff << lShift);
878 blockCount -= 8 - (lShift + startBit);
879 // blockCount -= lShift ? blockCount : (8 - startBit);

Completed in 327 milliseconds