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:NOINLINE
(Results
1 - 10
of
10
) sorted by relevance
/third_party/libunwind/libunwind/tests/
H
A
D
Ltest-varargs.c
19
void
NOINLINE
38
void
NOINLINE
44
void
NOINLINE
H
A
D
crasher.c
95
int c(int x)
NOINLINE
ALIAS(b);
102
int
NOINLINE
a(void)
in a()
108
int
NOINLINE
b(int x)
in b()
H
A
D
Gtest-exc.c
107
int
NOINLINE
139
void
NOINLINE
H
A
D
Gperf-simple.c
57
static int
NOINLINE
92
static int
NOINLINE
102
static int
NOINLINE
H
A
D
Gperf-trace.c
57
static int
NOINLINE
78
static int
NOINLINE
88
static int
NOINLINE
H
A
D
Ltest-mem-validate.c
94
void
NOINLINE
consume_and_run (int depth)
in consume_and_run()
/third_party/libunwind/libunwind/include/
H
A
D
compiler.h
36
# define
NOINLINE
__attribute__((noinline))
macro
59
# define
NOINLINE
macro
/third_party/optimized-routines/math/
H
A
D
math_errf.c
12
/*
NOINLINE
reduces code size and avoids making math functions non-leaf
14
NOINLINE
static float
24
/*
NOINLINE
reduces code size. */
25
NOINLINE
static float
H
A
D
math_err.c
12
/*
NOINLINE
reduces code size and avoids making math functions non-leaf
14
NOINLINE
static double
24
/*
NOINLINE
reduces code size. */
25
NOINLINE
static double
H
A
D
math_config.h
73
# define
NOINLINE
__attribute__ ((noinline))
macro
89
# define
NOINLINE
macro
Completed in 5 milliseconds