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

  /external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1-modules/tools/
snmpget.py 23 vbl = pdu.setComponentByPosition(3).getComponentByPosition(3) variable
24 vb = vbl.setComponentByPosition(0).getComponentByPosition(0)
  /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...]

Completed in 411 milliseconds