Searched defs:evs (Results 1 - 6 of 6) sorted by relevance

/external/valgrind/main/memcheck/tests/linux/
H A Dsyscalls-2007.c71 struct epoll_event evs[10]; local
78 epoll_pwait (fd3, evs, 10, 0, &mask);
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_vs_exec.c64 struct exec_vertex_shader *evs = exec_vertex_shader(shader); local
69 if (evs->machine->Tokens != shader->state.tokens) {
70 tgsi_exec_machine_bind_shader(evs->machine,
94 struct exec_vertex_shader *evs = exec_vertex_shader(shader); local
95 struct tgsi_exec_machine *machine = evs->machine;
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/api/
H A Devent.cpp61 clWaitForEvents(cl_uint num_evs, const cl_event *evs) try { argument
62 if (!num_evs || !evs)
65 std::for_each(evs, evs + num_evs, [&](const cl_event ev) {
69 if (&ev->ctx != &evs[0]->ctx)
79 new soft_event(evs[0]->ctx, { evs, evs + num_evs }, true));
190 const cl_event *evs) try {
194 if (!num_evs || !evs)
189 clEnqueueWaitForEvents(cl_command_queue q, cl_uint num_evs, const cl_event *evs) argument
[all...]
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_vs_exec.c64 struct exec_vertex_shader *evs = exec_vertex_shader(shader); local
69 if (evs->machine->Tokens != shader->state.tokens) {
70 tgsi_exec_machine_bind_shader(evs->machine,
94 struct exec_vertex_shader *evs = exec_vertex_shader(shader); local
95 struct tgsi_exec_machine *machine = evs->machine;
/external/mesa3d/src/gallium/state_trackers/clover/api/
H A Devent.cpp61 clWaitForEvents(cl_uint num_evs, const cl_event *evs) try { argument
62 if (!num_evs || !evs)
65 std::for_each(evs, evs + num_evs, [&](const cl_event ev) {
69 if (&ev->ctx != &evs[0]->ctx)
79 new soft_event(evs[0]->ctx, { evs, evs + num_evs }, true));
190 const cl_event *evs) try {
194 if (!num_evs || !evs)
189 clEnqueueWaitForEvents(cl_command_queue q, cl_uint num_evs, const cl_event *evs) argument
[all...]
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dbcel.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...

Completed in 123 milliseconds