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

  /external/valgrind/drd/tests/
pth_create_chain.c 13 static int s_arg[1000]; variable
24 s_arg[thread_count] = thread_count;
28 &s_arg[thread_count]);
  /external/mesa3d/src/gallium/winsys/svga/drm/
vmw_screen_ioctl.c 110 union drm_vmw_surface_create_arg s_arg; local
111 struct drm_vmw_surface_create_req *req = &s_arg.req;
112 struct drm_vmw_surface_arg *rep = &s_arg.rep;
122 memset(&s_arg, 0, sizeof(s_arg));
161 &s_arg, sizeof(s_arg));
174 struct drm_vmw_surface_arg s_arg; local
178 memset(&s_arg, 0, sizeof(s_arg));
    [all...]
  /external/clang/test/Analysis/
loop-widening.c 144 void unknown_after_loop(int s_arg) {
146 s_arg = 1;
153 clang_analyzer_eval(s_arg); // expected-warning {{UNKNOWN}}
  /external/valgrind/coregrind/m_syswrap/
priv_types_n_macros.h 89 // the vex register state. For stack arguments (which have s_arg
90 // field names), the s_arg value is the offset from the stack pointer.
518 Addr here = layout->s_arg##n + VG_(get_SP)(tid); \
535 Addr next = layout->s_arg##n + sizeof(UWord) + \

Completed in 3611 milliseconds