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:funcnum
(Results
1 - 6
of
6
) sorted by relevance
/third_party/toybox/toys/pending/
H
A
D
awk.c
59
int
funcnum
;
1533
int functk = 0,
funcnum
= 0;
in function_call()
local
1539
funcnum
= find_func_def_entry(TT.tokstr);
in function_call()
1540
if (!
funcnum
)
funcnum
= add_func_def_entry(TT.tokstr);
in function_call()
1541
FUNC_DEF[
funcnum
].flags |= FUNC_CALLED;
in function_call()
1542
gen2cd(opprepcall,
funcnum
);
in function_call()
2273
static void add_param(int
funcnum
, char *s)
in add_param()
argument
2276
else XERR("function '%s' dup param '%s'\n", FUNC_DEF[
funcnum
].name, s);
in add_param()
2283
if (!strcmp(s, FUNC_DEF[
funcnum
]
in add_param()
2294
int
funcnum
= find_func_def_entry(TT.tokstr);
function_def()
local
[all...]
/third_party/mesa3d/include/drm-uapi/
H
A
D
drm.h
468
int
funcnum
; /**< function number */
member
/third_party/libdrm/include/drm/
H
A
D
drm.h
468
int
funcnum
; /**< function number */
member
/third_party/libdrm/
H
A
D
xf86drm.h
616
int
funcnum
);
H
A
D
xf86drm.c
2736
* \param
funcnum
function number.
2745
int
funcnum
)
in drmGetInterruptFromBusID()
2752
p.
funcnum
=
funcnum
;
in drmGetInterruptFromBusID()
2744
drmGetInterruptFromBusID(int fd, int busnum, int devnum, int
funcnum
)
drmGetInterruptFromBusID()
argument
/third_party/toybox/generated/
H
A
D
globals.h
515
int
funcnum
;
member
Completed in 22 milliseconds