Searched defs:cValues (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Devices/USB/testcase/
H A DtstOhciRegisterAccess.cpp250 uint32_t cValues; member in struct:__anon15968
291 for (unsigned iValue = 0; iValue < s_aRegs[i].cValues && !pszError && !fTryAgain; iValue++)
/vbox/src/VBox/Additions/common/crOpenGL/pack/
H A Dpackspu.h39 GLuint cValues; member in struct:zvabuffer_info_t
H A Dpackspu_client.c183 GLboolean packspuZvaCreate(ContextInfo *pCtx, const GLfloat *pValue, GLuint cValues) argument
187 GLuint cbValues = cValues * cbValue;
194 && pInfo->cValues >= cValues
206 for (i = 0; i < cValues; ++i)
231 pInfo->cValues = cValues;
246 void packspuZvaEnable(ContextInfo *pCtx, const GLfloat *pValue, GLuint cValues, CR_ZVA_RESTORE_CTX *pRestoreCtx) argument
271 packspuZvaCreate(pCtx, pValue, cValues);
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageDisk.cpp1261 size_t cValues = values.size(); local
1266 if (i < cValues)
/vbox/src/VBox/VMM/VMMR3/
H A DCPUMR3CpuId.cpp1322 uint32_t cValues = RT_ELEMENTS(s_auValues); local
1323 while (cValues > 0)
1325 uint32_t uValue = s_auValues[cValues - 1];
1348 cValues--;
1372 uint32_t cValues = RT_ELEMENTS(s_auValues); local
1373 while (cValues > 0)
1375 uint32_t uValue = s_auValues[cValues - 1];
1383 cValues--;
1385 if (cValues != 0)
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dmapidefs.h276 ULONG cValues; /* Number of elements in aulPropTag */ member in struct:_SPropTagArray
281 #define CbSPropTagArray(p) CbNewSPropTagArray((p)->cValues)
283 struct _SPropTagArray_##id { ULONG cValues; ULONG aulPropTag[n]; } id
288 ULONG cValues; /* Number of doubles in lpat */ member in struct:_SAppTimeArray
289 double *lpat; /* Pointer to double array of length cValues */
302 ULONG cValues; /* Number of SBinarys in lpbin */ member in struct:_SBinaryArray
303 SBinary *lpbin; /* Pointer to SBinary array of length cValues */
311 ULONG cValues; /* Number of CYs in lpcu */ member in struct:_SCurrencyArray
312 CY *lpcur; /* Pointer to CY array of length cValues */
318 ULONG cValues; /* Numbe member in struct:_SDateTimeArray
325 ULONG cValues; /* Number of doubles in lpdbl */ member in struct:_SDoubleArray
332 ULONG cValues; /* Number of GUIDs in lpguid */ member in struct:_SGuidArray
339 ULONG cValues; /* Number of long64s in lpli */ member in struct:_SLargeIntegerArray
346 ULONG cValues; /* Number of longs in lpl */ member in struct:_SLongArray
353 ULONG cValues; /* Number of Ascii strings in lppszA */ member in struct:_SLPSTRArray
360 ULONG cValues; /* Number of floats in lpflt */ member in struct:_SRealArray
367 ULONG cValues; /* Number of shorts in lpb */ member in struct:_SShortArray
374 ULONG cValues; /* Number of Unicode strings in lppszW */ member in struct:_SWStringArray
423 ULONG cValues; /* Count of property values in lpProbs */ member in struct:_SRow
511 ULONG cValues; member in struct:_SCommentRestriction
747 ULONG cValues; member in struct:__anon13648
1193 ULONG cValues; member in struct:_ADRENTRY
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dmapidefs.h279 ULONG cValues; /* Number of elements in aulPropTag */ member in struct:_SPropTagArray
284 #define CbSPropTagArray(p) CbNewSPropTagArray((p)->cValues)
286 struct _SPropTagArray_##id { ULONG cValues; ULONG aulPropTag[n]; } id
291 ULONG cValues; /* Number of doubles in lpat */ member in struct:_SAppTimeArray
292 double *lpat; /* Pointer to double array of length cValues */
305 ULONG cValues; /* Number of SBinarys in lpbin */ member in struct:_SBinaryArray
306 SBinary *lpbin; /* Pointer to SBinary array of length cValues */
314 ULONG cValues; /* Number of CYs in lpcu */ member in struct:_SCurrencyArray
315 CY *lpcur; /* Pointer to CY array of length cValues */
321 ULONG cValues; /* Numbe member in struct:_SDateTimeArray
328 ULONG cValues; /* Number of doubles in lpdbl */ member in struct:_SDoubleArray
335 ULONG cValues; /* Number of GUIDs in lpguid */ member in struct:_SGuidArray
342 ULONG cValues; /* Number of long64s in lpli */ member in struct:_SLargeIntegerArray
349 ULONG cValues; /* Number of longs in lpl */ member in struct:_SLongArray
356 ULONG cValues; /* Number of Ascii strings in lppszA */ member in struct:_SLPSTRArray
363 ULONG cValues; /* Number of floats in lpflt */ member in struct:_SRealArray
370 ULONG cValues; /* Number of shorts in lpb */ member in struct:_SShortArray
377 ULONG cValues; /* Number of Unicode strings in lppszW */ member in struct:_SWStringArray
426 ULONG cValues; /* Count of property values in lpProbs */ member in struct:_SRow
514 ULONG cValues; member in struct:_SCommentRestriction
750 ULONG cValues; member in struct:__anon1025
1196 ULONG cValues; member in struct:_ADRENTRY
[all...]

Completed in 304 milliseconds