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:MULTIPLIER
(Results
1 - 9
of
9
) sorted by relevance
/third_party/nghttp2/src/
H
A
D
shrpx_connect_blocker.cc
71
constexpr auto
MULTIPLIER
= 1.6;
member
H
A
D
shrpx_live_check.cc
171
constexpr auto
MULTIPLIER
= 1.6;
member
H
A
D
shrpx_connection_handler.cc
847
constexpr auto
MULTIPLIER
= 3.2;
member
/third_party/ltp/testcases/kernel/controllers/cpuctl/
H
A
D
cpuctl_def_task01.c
71
#define
MULTIPLIER
10 /* Rate at which share value gets multiplied */
macro
H
A
D
cpuctl_test01.c
70
#define
MULTIPLIER
10 /* decides the rate at which share value gets multiplied */
macro
/third_party/skia/third_party/externals/libwebp/src/dsp/
H
A
D
alpha_processing_neon.c
22
#define
MULTIPLIER
(a) ((a) * 0x8081)
macro
78
#undef
MULTIPLIER
macro
H
A
D
alpha_processing.c
218
#define
MULTIPLIER
(a) ((a) * 32897U)
macro
221
#define
MULTIPLIER
(a) ((a) * 65793U)
macro
245
#undef
MULTIPLIER
macro
250
#define
MULTIPLIER
(a) ((a) * 0x1111) // 0x1111 ~= (1 << 16) / 15
macro
283
#undef
MULTIPLIER
macro
H
A
D
alpha_processing_sse2.c
150
#define
MULTIPLIER
(a) ((a) * 0x8081)
macro
211
#undef
MULTIPLIER
macro
/third_party/skia/third_party/externals/libjpeg-turbo/
H
A
D
jmorecfg.h
370
#define
MULTIPLIER
int /* type for fastest integer multiply */
macro
372
#define
MULTIPLIER
short /* prefer 16-bit with SIMD for parellelism */
macro
Completed in 8 milliseconds