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:NOOP
(Results
1 - 10
of
10
) sorted by relevance
/third_party/lame/libmp3lame/
H
A
D
presets.c
139
#define
NOOP
(m) (void)p.m
macro
151
NOOP
(vbr_q);
in apply_vbr_preset()
152
NOOP
(quant_comp);
in apply_vbr_preset()
153
NOOP
(quant_comp_s);
in apply_vbr_preset()
154
NOOP
(expY);
in apply_vbr_preset()
163
NOOP
(safejoint);
in apply_vbr_preset()
/third_party/ffmpeg/libavcodec/
H
A
D
filter_units_bsf.c
39
NOOP
,
enumerator
112
if (ctx->mode ==
NOOP
)
in filter_units_filter()
/third_party/skia/src/core/
H
A
D
SkPictureFlat.h
63
NOOP
,
enumerator
H
A
D
SkPicturePlayback.cpp
111
case
NOOP
: {
in handleOp()
H
A
D
SkPictureRecord.cpp
887
this->addDraw(
NOOP
, &size);
in addNoOp()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H
A
D
X86PadShortFunction.cpp
104
///
NOOP
instructions before early exits.
219
/// addPadding - Add the given number of
NOOP
instructions to the function
228
BuildMI(*MBB, MBBI, DL, TSM.getInstrInfo()->get(X86::
NOOP
));
in addPadding()
H
A
D
X86MCInstLower.cpp
1054
OS.EmitInstruction(MCInstBuilder(X86::
NOOP
), STI);
in EmitNop()
1072
Opc = X86::
NOOP
;
in EmitNop()
1132
case X86::
NOOP
:
in EmitNop()
2251
EmitAndCountInstruction(MCInstBuilder(X86::
NOOP
));
in EmitInstruction()
H
A
D
X86InstrInfo.cpp
6912
NopInst.setOpcode(X86::
NOOP
);
in getNoop()
H
A
D
X86ISelLowering.cpp
[all...]
/third_party/libuv/test/
H
A
D
test-signal.c
93
enum { CLOSE, STOP,
NOOP
} stop_or_close;
enumerator
221
sc.stop_or_close =
NOOP
;
in TEST_IMPL()
Completed in 48 milliseconds