HomeSort by relevance Sort by last modified time
    Searched full:uindex (Results 1 - 19 of 19) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wmiutils.h 190 virtual HRESULT WINAPI SetNamespaceAt(ULONG uIndex,LPCWSTR pszName) = 0;
191 virtual HRESULT WINAPI GetNamespaceAt(ULONG uIndex,ULONG *puNameBufLength,LPWSTR pName) = 0;
192 virtual HRESULT WINAPI RemoveNamespaceAt(ULONG uIndex) = 0;
195 virtual HRESULT WINAPI SetScope(ULONG uIndex,LPWSTR pszClass) = 0;
196 virtual HRESULT WINAPI SetScopeFromText(ULONG uIndex,LPWSTR pszText) = 0;
197 virtual HRESULT WINAPI GetScope(ULONG uIndex,ULONG *puClassNameBufSize,LPWSTR pszClass,IWbemPathKeyList **pKeyList) = 0;
198 virtual HRESULT WINAPI GetScopeAsText(ULONG uIndex,ULONG *puTextBufSize,LPWSTR pszText) = 0;
199 virtual HRESULT WINAPI RemoveScope(ULONG uIndex) = 0;
223 HRESULT (WINAPI *SetNamespaceAt)(IWbemPath *This,ULONG uIndex,LPCWSTR pszName);
224 HRESULT (WINAPI *GetNamespaceAt)(IWbemPath *This,ULONG uIndex,ULONG *puNameBufLength,LPWSTR pName)
    [all...]
msdrm.h 195 UINT uIndex,
239 UINT uIndex,
264 UINT uIndex,
294 UINT uIndex,
324 UINT uIndex,
330 UINT uIndex,
538 UINT uIndex,
wdspxe.h 74 ULONG uIndex;
  /external/chromium_org/third_party/skia/experimental/Intersection/
QuadraticIntersection.cpp 268 for (int uIndex = 0; uIndex < i.fUsed; ) {
274 double dist = fabs(i.fT[0][uIndex] - i.fCoincidentT[0][cIndex]);
279 dist = fabs(i.fT[1][uIndex] - i.fCoincidentT[1][cIndex]);
287 double t1 = i.fT[0][uIndex];
298 ++uIndex;
301 double t2 = i.fT[1][uIndex];
309 ++uIndex;
321 int remaining = --i.fUsed - uIndex;
323 memmove(&i.fT[0][uIndex], &i.fT[0][uIndex + 1], sizeof(i.fT[0][0]) * remaining)
    [all...]
  /external/skia/experimental/Intersection/
QuadraticIntersection.cpp 268 for (int uIndex = 0; uIndex < i.fUsed; ) {
274 double dist = fabs(i.fT[0][uIndex] - i.fCoincidentT[0][cIndex]);
279 dist = fabs(i.fT[1][uIndex] - i.fCoincidentT[1][cIndex]);
287 double t1 = i.fT[0][uIndex];
298 ++uIndex;
301 double t2 = i.fT[1][uIndex];
309 ++uIndex;
321 int remaining = --i.fUsed - uIndex;
323 memmove(&i.fT[0][uIndex], &i.fT[0][uIndex + 1], sizeof(i.fT[0][0]) * remaining)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
usbscan.h 49 IN ULONG uIndex;
56 IN ULONG uIndex;
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
tgsi_text.c 405 uint uindex; local
410 if (!parse_uint( &ctx->cur, &uindex )) {
414 *index = (int) uindex;
452 uint uindex; local
496 if (!parse_uint( &ctx->cur, &uindex )) {
500 brackets->index = (int) uindex;
569 uint uindex; local
574 if (!parse_uint( &ctx->cur, &uindex )) {
585 bracket->first = uindex;
590 uint uindex; local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_text.c 405 uint uindex; local
410 if (!parse_uint( &ctx->cur, &uindex )) {
414 *index = (int) uindex;
452 uint uindex; local
496 if (!parse_uint( &ctx->cur, &uindex )) {
500 brackets->index = (int) uindex;
569 uint uindex; local
574 if (!parse_uint( &ctx->cur, &uindex )) {
585 bracket->first = uindex;
590 uint uindex; local
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/formats/
CameraFormatsActivity.java 703 int uIndex = uvRowIndex + 1;
710 int uv = data[uIndex] & 0xFF;
717 uIndex += uvInc;
752 int uIndex = uRowIndex;
763 uv = data[uIndex] & 0xFF;
765 uIndex++;
784 int uIndex = 1;
796 int uv = data[uIndex] & 0xFF;
802 uIndex += 4;
  /hardware/ti/omap3/dspbridge/inc/
DSPStream.h 193 * uIndex: Stream index (zero based).
201 * DSP_EVALUE: uIndex is invalid, or, if pAttrIn != NULL,
212 UINT uIndex,
drv.h 354 * uIndex >= 0
365 extern DSP_STATUS DRV_GetDevObject(UINT uIndex, struct DRV_OBJECT* hDrvObject,
wcdioctl.h 354 UINT uIndex;
  /hardware/ti/omap3/dspbridge/libbridge/inc/
DSPStream.h 195 * uIndex: Stream index (zero based).
203 * DSP_EVALUE: uIndex is invalid, or, if pAttrIn != NULL,
214 UINT uIndex,
wcdioctl.h 354 UINT uIndex;
  /external/pdfium/core/src/fxge/apple/
apple_int.h 244 FX_LPCSTR FX_IOSGetFamilyName( FX_UINT32 uIndex);
  /hardware/samsung_slsi/exynos5/libswconverter/
swconvertor.c 536 unsigned int uIndex = 0;
562 pDstU[uIndex++] = (unsigned char)U;
687 unsigned int uIndex = 0;
712 pDstU[uIndex++] = (unsigned char)U;
  /hardware/ti/omap3/dspbridge/libbridge/
DSPStrm.c 454 DBAPI DSPStream_Open(DSP_HNODE hNode, UINT uDirection, UINT uIndex,
503 strncat(szEventName, _ultoa((ULONG)uIndex, szTemp, 16), 3);
595 tempStruct.ARGS_STRM_OPEN.uIndex = uIndex;
  /external/valgrind/main/drd/scripts/
download-and-build-splash2 100 M4 := m4 -s -Ulen -Uindex
download-and-build-splash2.in 100 M4 := m4 -s -Ulen -Uindex

Completed in 556 milliseconds