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
defs:getLatency
(Results
1 - 12
of
12
) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H
A
D
LatencyPriorityQueue.h
68
unsigned
getLatency
(unsigned NodeNum) const {
in getLatency()
function in llvm::LatencyPriorityQueue
H
A
D
ResourcePriorityQueue.h
93
unsigned
getLatency
(unsigned NodeNum) const {
in getLatency()
function in llvm::ResourcePriorityQueue
H
A
D
MachinePipeliner.h
377
unsigned
getLatency
() { return Latency; }
in getLatency()
function in llvm::NodeSet
H
A
D
ScheduleDAG.h
142
unsigned
getLatency
() const {
in getLatency()
function in llvm::SDep
/third_party/mesa3d/src/nouveau/codegen/
H
A
D
nv50_ir_target_nvc0.cpp
574
int TargetNVC0::
getLatency
(const Instruction *i) const
in getLatency()
function in nv50_ir::TargetNVC0
H
A
D
nv50_ir_target_nv50.cpp
525
int TargetNV50::
getLatency
(const Instruction *i) const
in getLatency()
function in nv50_ir::TargetNV50
H
A
D
nv50_ir_target.h
237
virtual int
getLatency
(const Instruction *) const { return 1; }
in getLatency()
function in nv50_ir::Target
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H
A
D
MachineCombiner.cpp
224
unsigned MachineCombiner::
getLatency
(MachineInstr *Root, MachineInstr *NewRoot,
in getLatency()
function in MachineCombiner
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCDisassembler/
H
A
D
Disassembler.cpp
194
static int
getLatency
(LLVMDisasmContext *DC, const MCInst &Inst) {
in getLatency()
function
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
H
A
D
AudioStreamBase.java
161
public double
getLatency
() { return -1.0; }
in getLatency()
method in AudioStreamBase
H
A
D
OboeAudioStream.java
228
public double
getLatency
() {
in getLatency()
method in OboeAudioStream
231
public native double
getLatency
(int streamIndex);
in getLatency()
method in OboeAudioStream
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/
H
A
D
Instruction.h
164
unsigned
getLatency
() const { return WD->Latency; }
in getLatency()
function in llvm::mca::WriteState
420
unsigned
getLatency
() const { return Desc.MaxLatency; }
in getLatency()
function in llvm::mca::InstructionBase
Completed in 13 milliseconds