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:osr
(Results
1 - 3
of
3
) sorted by relevance
/third_party/alsa-utils/topology/nhlt/intel/dmic/
H
A
D
dmic-process.c
135
int
osr
;
in find_modes()
local
206
osr
= pdmclk / fs;
in find_modes()
211
if (
osr
< osr_min || du_min < dmic->dmic_prm[di].duty_min ||
in find_modes()
227
mcic =
osr
/ mfir;
in find_modes()
/third_party/node/deps/v8/src/interpreter/
H
A
D
interpreter-generator.cc
2190
Label
osr
(this);
in IGNITION_HANDLER()
2196
GotoIf(Int32GreaterThan(osr_urgency, loop_depth), &
osr
);
in IGNITION_HANDLER()
local
2210
Branch(Word32Equal(actual, expected), &
osr
, &ok);
in IGNITION_HANDLER()
local
2212
BIND(&
osr
);
in IGNITION_HANDLER()
/third_party/node/deps/v8/src/baseline/
H
A
D
baseline-compiler.cc
1928
Label osr_not_armed,
osr
;
in VisitJumpLoop()
local
1954
&
osr
, Label::kNear);
in VisitJumpLoop()
1969
__ Bind(&
osr
);
in VisitJumpLoop()
Completed in 11 milliseconds