Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:sh_arg
(Results
1 - 3
of
3
) sorted by relevance
/third_party/mesa3d/src/gallium/winsys/svga/drm/
H
A
D
vmw_screen_ioctl.c
870
struct drm_vmw_shader_create_arg
sh_arg
;
in vmw_ioctl_shader_create()
local
875
memset(&
sh_arg
, 0, sizeof(
sh_arg
));
in vmw_ioctl_shader_create()
877
sh_arg
.size = code_len;
in vmw_ioctl_shader_create()
878
sh_arg
.buffer_handle = SVGA3D_INVALID_ID;
in vmw_ioctl_shader_create()
879
sh_arg
.shader_handle = SVGA3D_INVALID_ID;
in vmw_ioctl_shader_create()
882
sh_arg
.shader_type = drm_vmw_shader_type_vs;
in vmw_ioctl_shader_create()
885
sh_arg
.shader_type = drm_vmw_shader_type_ps;
in vmw_ioctl_shader_create()
893
&
sh_arg
, sizeof(
sh_arg
));
in vmw_ioctl_shader_create()
904
struct drm_vmw_shader_arg
sh_arg
;
vmw_ioctl_shader_destroy()
local
[all...]
/third_party/toybox/toys/pending/
H
A
D
sh.c
113
struct
sh_arg
{
122
struct
sh_arg
arg;
213
static void expand_arg(struct
sh_arg
*arg, char *new, unsigned flags,
in expand_arg()
295
struct sh_process *run_command(struct
sh_arg
*arg, int **rdlist)
in run_command()
313
struct
sh_arg
aa;
in run_command()
608
void argxtend(struct
sh_arg
*arg)
in argxtend()
617
struct
sh_arg
arg[1];
650
struct
sh_arg
*arg; // arguments to function call
702
struct
sh_arg
*arg = 0;
in parse_line()
753
pl = xrealloc(pl, sizeof(*pl) + ++pl->count*sizeof(struct
sh_arg
));
in parse_line()
[all...]
/third_party/toybox/generated/
H
A
D
globals.h
967
struct
sh_arg
{
struct
976
struct
sh_arg
arg;
Completed in 8 milliseconds