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

/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDSystem/IOHIDDescriptorParser/
H A DHIDGetButtons.c90 SInt32 iValue; local
131 iValue = 0;
135 status = HIDGetData(psReport, iReportLength, iStart, ptReportItem->globals.reportSize, &iValue, false);
137 status = HIDPostProcessRIValue (ptReportItem, &iValue);
148 status = HIDGetData(psReport, iReportLength, iStart, 1, &iValue, false);
150 status = HIDPostProcessRIValue (ptReportItem, &iValue);
154 if (iValue != 0)
H A DHIDGetButtonsOnPage.c97 SInt32 iValue; local
162 &iValue, false);
164 HIDPostProcessRIValue (ptReportItem, &iValue); // error ignored
167 iValue-ptReportItem->globals.logicalMinimum,
174 piUsageList[(*piUsageListLength)++] = iValue;
182 iStatus = HIDGetData(psReport, iReportLength, iStart, 1, &iValue, false);
184 iStatus = HIDPostProcessRIValue (ptReportItem, &iValue);
186 if (!iStatus && iValue != 0)
H A DHIDGetUsageValue.c95 SInt32 iValue; local
149 ptReportItem->globals.reportSize, &iValue,
153 iStatus = HIDPostProcessRIValue (ptReportItem, &iValue);
154 *piUsageValue = iValue;
198 SInt32 iValue; local
252 ptReportItem->globals.reportSize, &iValue,
256 iStatus = HIDPostProcessRIValue (ptReportItem, &iValue);
262 iStatus = HIDScaleUsageValueIn(ptReportItem,iValue,&iValue);
263 *piUsageValue = iValue;
[all...]
H A DHIDGetUsageValueArray.c97 SInt32 iValue; local
162 iStatus = HIDGetData(psReport, iReportLength, iStart, 8, &iValue,
166 iStatus = HIDPostProcessRIValue (ptReportItem, &iValue);
169 *psUsageBuffer++ = (char) iValue;
H A DHIDScaleUsageValue.c58 * iValue - The unscaled data
67 OSStatus HIDScaleUsageValueIn (HIDReportItem *ptReportItem, UInt32 iValue, SInt32 *piScaledValue) argument
83 lData = iValue;
136 * iValue - The unscaled data
145 OSStatus HIDScaleUsageValueOut (HIDReportItem *ptReportItem, UInt32 iValue, SInt32 *piScaledValue) argument
155 lData = iValue;
H A DHIDSetUsageValueArray.c97 SInt32 iValue; local
162 iValue = *psUsageBuffer++;
163 HIDPreProcessRIValue (ptReportItem, &iValue); // error ignored
164 iStatus = HIDPutData(psReport, iReportLength, iStart, 8, iValue);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_mds/lib/
H A DMDSAttrUtils.cpp112 uint32 &iValue, // RETURNED
128 iValue = tmpValue;
166 iValue = uint32(tmpValue);
171 iValue = b ? 1 : 0;
172 iValueLen = sizeof(iValue);
108 MDSCfTypeToUInt32( CFTypeRef cfValue, const MDSNameValuePair *nameValues, const char *key, uint32 &iValue, size_t &iValueLen) argument
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dnumfmtst.h293 double checkRound(DecimalFormat* df, double iValue, double lastParsed);
H A Dnumfmtst.cpp2938 double iValue=base+(increment*(i*0.1)); local
2940 if (iValue!=0) {
2941 smallIncrement*=iValue;
2944 lastParsed=checkRound(df, iValue-smallIncrement, lastParsed);
2945 lastParsed=checkRound(df, iValue, lastParsed);
2946 lastParsed=checkRound(df, iValue+smallIncrement, lastParsed);
2950 double NumberFormatTest::checkRound(DecimalFormat* df, double iValue, double lastParsed) { argument
2955 df->format(iValue, formattedDecimal, status);
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/libtiff/
H A Dtif_jpeg.c945 int iValue; local
947 for( iValue = 0; iValue < value_count; iValue++ )
949 ((unsigned char *) buf)[iValue] =
950 line_work_buf[iValue] & 0xff;
/macosx-10.10.1/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c10296 int iValue; /* Non-negative integer value if EP_IntValue */ member in union:Expr::__anon699
10346 #define EP_IntValue 0x0400 /* Integer value contained in u.iValue */
16622 ** Return the ceiling of the logarithm base 2 of iValue.
16631 static int memsys5Log(int iValue){ argument
16633 for(iLog=0; (iLog<(int)((sizeof(int)*8)-1)) && (1<<iLog)<iValue; iLog++);
62629 sqlite3_bind_int(sqlite3_stmt *p, int i, int iValue) argument
62632 sqlite3_bind_int64(sqlite3_stmt *pStmt, int i, sqlite_int64 iValue) argument
63266 i64 iValue; local
73406 int iValue = 0; local
89990 static const u8 iValue[] = {1, 0, 0, 0, 1, 1, 2}; local
[all...]

Completed in 505 milliseconds