Searched refs:s_arg (Results 1 - 4 of 4) sorted by relevance

/external/valgrind/main/drd/tests/
H A Dpth_create_chain.c12 static int s_arg[1000]; variable
21 s_arg[thread_count] = thread_count;
23 &s_arg[thread_count]);
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/svga/drm/
H A Dvmw_screen_ioctl.c110 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/mesa3d/src/gallium/winsys/svga/drm/
H A Dvmw_screen_ioctl.c110 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/valgrind/main/coregrind/m_syswrap/
H A Dpriv_types_n_macros.h89 // 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.
500 Addr here = layout->s_arg##n + VG_(get_SP)(tid); \
517 Addr next = layout->s_arg##n + sizeof(UWord) + \

Completed in 140 milliseconds