HomeSort by relevance Sort by last modified time
    Searched refs:vbl (Results 1 - 8 of 8) sorted by null

  /external/libdrm/tests/vbltest/
vbltest.c 64 drmVBlank vbl; local
69 vbl.request.type = DRM_VBLANK_RELATIVE | DRM_VBLANK_EVENT;
71 vbl.request.type |= DRM_VBLANK_SECONDARY;
72 vbl.request.sequence = 1;
73 vbl.request.signal = (unsigned long)data;
75 drmWaitVBlank(fd, &vbl);
104 drmVBlank vbl; local
131 vbl.request.type = DRM_VBLANK_RELATIVE;
133 vbl.request.type |= DRM_VBLANK_SECONDARY;
134 vbl.request.sequence = 0
    [all...]
  /external/clang/test/CodeGen/
builtins-systemz-zvector-error.c 19 volatile vector bool long long vbl; variable
88 vbl = vec_permi(vbl, vbl, idx); // expected-error {{no matching function}}
91 vbl = vec_permi(vbl, vbl, -1); // expected-error {{no matching function}}
94 vbl = vec_permi(vbl, vbl, 4); // expected-error {{no matching function}
    [all...]
builtins-systemz-zvector.c 19 volatile vector bool long long vbl; variable
98 ul = vec_extract(vbl, idx);
125 vul = vec_insert(ul, vbl, idx);
190 vbl = vec_perm(vbl, vbl, vuc);
211 vbl = vec_permi(vbl, vbl, 0);
213 vbl = vec_permi(vbl, vbl, 1)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winsnmp.h 267 HSNMP_VBL WINAPI SnmpDuplicateVbl (HSNMP_SESSION session, HSNMP_VBL vbl);
268 SNMPAPI_STATUS WINAPI SnmpFreeVbl (HSNMP_VBL vbl);
269 SNMPAPI_STATUS WINAPI SnmpCountVbl (HSNMP_VBL vbl);
270 SNMPAPI_STATUS WINAPI SnmpGetVb (HSNMP_VBL vbl, smiUINT32 index, smiLPOID name, smiLPVALUE value);
271 SNMPAPI_STATUS WINAPI SnmpSetVb (HSNMP_VBL vbl, smiUINT32 index, smiLPCOID name, smiLPCVALUE value);
272 SNMPAPI_STATUS WINAPI SnmpDeleteVb (HSNMP_VBL vbl, smiUINT32 index);
  /external/syslinux/com32/lib/sys/vesa/
i915resolution.c 592 int hbl, vbl, vfreq; local
594 vbl = y + (y+1)/(20000.0/(11*freq) - 1) + 1.5;
595 vfreq = vbl * freq;
601 *vblank = vbl - 1;
  /external/adhd/cras/src/common/
edid_utils.c 237 int vbl = base[DTD_VBL_LO] + ((base[DTD_VABL_HI] & 0x0f)<<8); local
252 int refr = (pelclk * 10000)/((hres+hbl)*(vres+vbl));
253 int refm = (pelclk * 10000)%((hres+hbl)*(vres+vbl));
254 int refd = (refm*100)/((hres+hbl)*(vres+vbl));
266 vres+vso, vres+vso+vsw, vres+vbl);
  /external/libdrm/
xf86drm.h 686 extern int drmWaitVBlank(int fd, drmVBlankPtr vbl);
xf86drm.c     [all...]

Completed in 185 milliseconds