HomeSort by relevance Sort by last modified time
    Searched defs:s_arg (Results 1 - 2 of 2) 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...]

Completed in 155 milliseconds