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

  /external/libdrm/tests/vbltest/
vbltest.c 61 drmVBlank vbl; local
66 vbl.request.type = DRM_VBLANK_RELATIVE | DRM_VBLANK_EVENT;
68 vbl.request.type |= DRM_VBLANK_SECONDARY;
69 vbl.request.sequence = 1;
70 vbl.request.signal = (unsigned long)data;
72 drmWaitVBlank(fd, &vbl);
101 drmVBlank vbl; local
128 vbl.request.type = DRM_VBLANK_RELATIVE;
130 vbl.request.type |= DRM_VBLANK_SECONDARY;
131 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...]
  /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;

Completed in 213 milliseconds