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

/macosx-10.10/IOHIDFamily-606.1.7/IOHIDSystem/IOHIDDescriptorParser/
H A DHIDGetData.c62 * iStart - Start Bit in report
75 UInt32 iStart, UInt32 iSize, SInt32 *piValue,
82 unsigned iStartByte = iStart/8;
83 unsigned startBit = iStart&7;
84 unsigned iLastBit = iStart + iSize - 1;
74 HIDGetData(void * report, IOByteCount iReportLength, UInt32 iStart, UInt32 iSize, SInt32 *piValue, Boolean bSignExtend) argument
H A DHIDGetButtons.c91 int iStart; local
127 iStart = ptReportItem->startBit;
135 status = HIDGetData(psReport, iReportLength, iStart, ptReportItem->globals.reportSize, &iValue, false);
140 iStart += ptReportItem->globals.reportSize;
148 status = HIDGetData(psReport, iReportLength, iStart, 1, &iValue, false);
153 iStart++;
H A DHIDGetButtonsOnPage.c98 int iStart; local
155 iStart = ptReportItem->startBit;
160 iStatus = HIDGetData(psReport, iReportLength, iStart,
169 iStart += ptReportItem->globals.reportSize;
182 iStatus = HIDGetData(psReport, iReportLength, iStart, 1, &iValue, false);
185 iStart++;
H A DHIDSetButtons.c91 int iStart; local
145 iStart = ptReportItem->startBit + (ptReportItem->globals.reportSize * iX);
146 iStatus = HIDGetData(report, reportLength, iStart,
154 return HIDPutData(report, reportLength, iStart,
165 iStart = ptReportItem->startBit + (ptReportItem->globals.reportSize * iUsageIndex);
168 iStatus = HIDPutData(report, reportLength, iStart, ptReportItem->globals.reportSize, -1);
H A DHIDGetUsageValueArray.c98 int iStart; local
156 iStart = ptReportItem->startBit + (ptReportItem->globals.reportSize * iUsageIndex);
162 iStatus = HIDGetData(psReport, iReportLength, iStart, 8, &iValue,
170 iStart += 8;
H A DHIDSetUsageValueArray.c98 int iStart; local
156 iStart = ptReportItem->startBit + (ptReportItem->globals.reportSize * iUsageIndex);
164 iStatus = HIDPutData(psReport, iReportLength, iStart, 8, iValue);
167 iStart += 8;
H A DHIDSetScaledUsageValue.c95 int iStart; local
144 iStart = ptReportItem->startBit + (int)(ptReportItem->globals.reportSize * iUsageIndex);
146 iStatus = HIDPutData(psReport, iReportLength, iStart, (int)ptReportItem->globals.reportSize, data);
H A DHIDSetUsageValue.c94 int iStart; local
143 iStart = ptReportItem->startBit + (int)(ptReportItem->globals.reportSize * iUsageIndex);
145 iStatus = HIDPutData(psReport, iReportLength, iStart,
H A DHIDGetUsageValue.c96 int iStart; local
146 iStart = ptReportItem->startBit
148 iStatus = HIDGetData(psReport, iReportLength, iStart,
199 int iStart; local
249 iStart = ptReportItem->startBit
251 iStatus = HIDGetData(psReport, iReportLength, iStart,
H A DHIDInitReport.c204 SInt32 iStart; local
213 iStart = ptReportItem->startBit
215 tempStatus = HIDPutData(report, reportLength, iStart,
/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c70537 vdbeSorterIterInit( sqlite3 *db, VdbeSorter *pSorter, i64 iStart, VdbeSorterIter *pIter, i64 *pnByte ) argument
75215 sqlite3ExprCacheAffinityChange(Parse *pParse, int iStart, int iCount) argument
94087 int iCont, iBreak, iStart; local
94110 int iCont, iBreak, iStart; local
119697 int nToken, iStart, iEnd, iPosition; local
121790 int iStart; local
122897 int iStart; local
125807 int iStart; local
125843 int iStart = pIter->iCurrent; /* First token of snippet */ local
126301 int iStart = iPhrase * p->nCol * 3; local
126890 int iStart; local
126955 "%d %d %d %d ", iCol, pTerm-sCtx.aTerm, iStart, iEnd-iStart local
130996 int iStart = 0; local
[all...]

Completed in 412 milliseconds