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:current_func
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/
H
A
D
compile-i386.c
188
static struct function *
current_func
= NULL;
variable
404
return
current_func
->stack_size + ((1 + s->idx) * 4);
in arg_offset()
523
struct function *f =
current_func
;
in stack_alloc()
628
struct function *f =
current_func
;
in insn()
646
struct function *f =
current_func
;
in emit_comment()
661
struct function *f =
current_func
;
in emit_label()
674
struct function *f =
current_func
;
in emit_labelsym()
842
assert(
current_func
== NULL);
in emit_func_pre()
843
current_func
= f;
in emit_func_pre()
850
struct function *f =
current_func
;
in emit_func_post()
[all...]
/third_party/ffmpeg/tests/checkasm/
H
A
D
checkasm.c
277
CheckasmFunc *
current_func
;
member
767
state.
current_func
= get_func(&state.funcs, name_buf);
in checkasm_check_func()
769
v = &state.
current_func
->versions;
in checkasm_check_func()
802
!strncmp(state.
current_func
->name, state.bench_pattern, state.bench_pattern_len);
in checkasm_bench_func()
812
fprintf(stderr, " %s_%s (", state.
current_func
->name, cpu_suffix(state.current_func_ver->cpu));
in checkasm_fail_func()
Completed in 5 milliseconds