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

  /external/valgrind/main/drd/tests/
pth_create_chain.c 12 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/
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/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/valgrind/main/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.
500 Addr here = layout->s_arg##n + VG_(get_SP)(tid); \
517 Addr next = layout->s_arg##n + sizeof(UWord) + \
  /external/pcre/dist/
pcregrep.c 136 static int S_arg = -1;
387 { OP_OP_NUMBER, 'S', &S_arg, "jeffS", "replace matched (sub)string with X" },
    [all...]

Completed in 429 milliseconds