OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:s_arg
(Results
1 - 3
of
3
) 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
...]
Completed in 1158 milliseconds