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:damp
(Results
1 - 11
of
11
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
ffwavesynth.c
86
uint64_t amp0,
damp
;
member
214
in->amp = in->amp0 + (ts - in->ts_start) * in->
damp
;
in wavesynth_seek()
306
in->
damp
= (int64_t)(((uint64_t)a2 << 32) - ((uint64_t)a1 << 32)) / dt;
in wavesynth_parse_extradata()
367
in->amp += in->
damp
;
in wavesynth_synth_sample()
H
A
D
dcahuff.c
1322
LBR_INIT_VLC(ff_dca_vlc_damp,
damp
, 6);
in ff_dca_init_vlcs()
/third_party/node/lib/
H
A
D
punycode.js
21
const
damp
= 700;
191
delta = firstTime ? floor(delta /
damp
) : delta >> 1;
/third_party/icu/icu4c/source/test/intltest/
H
A
D
punyref.cpp
51
enum { base = 36, tmin = 1, tmax = 26, skew = 38,
damp
= 700,
enumerator
115
delta = firsttime ? delta /
damp
: delta >> 1;
in adapt()
/third_party/node/deps/openssl/openssl/crypto/
H
A
D
punycode.c
20
static const unsigned int
damp
= 700;
variable
32
* if firsttime then let delta = delta div
damp
48
delta = (firsttime) ? delta /
damp
: delta / 2;
in adapt()
/third_party/openssl/crypto/
H
A
D
punycode.c
20
static const unsigned int
damp
= 700;
variable
32
* if firsttime then let delta = delta div
damp
48
delta = (firsttime) ? delta /
damp
: delta / 2;
in adapt()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/stringprep/
H
A
D
PunycodeReference.java
54
private static final int
damp
= 700;
field in PunycodeReference
127
delta = (firsttime==true) ? delta /
damp
: delta >> 1;
in adapt()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
H
A
D
PunycodeReference.java
51
private static final int
damp
= 700;
field in PunycodeReference
124
delta = (firsttime==true) ? delta /
damp
: delta >> 1;
in adapt()
/third_party/pulseaudio/speex/tmv/
H
A
D
preprocess_tm.h
983
float
damp
= 28000.f/max_sample;
in preprocess_apply_agc()
local
990
{ frame[i] *=
damp
;
in preprocess_apply_agc()
/third_party/pulseaudio/speex/libspeexdsp/
H
A
D
preprocess.c
970
float
damp
= 28000.f/max_sample;
in speex_preprocess_run()
local
972
st->frame[i] *=
damp
;
in speex_preprocess_run()
/third_party/node/deps/ada/
H
A
D
ada.cpp
7974
constexpr int32_t
damp
= 700;
7990
d = d /
damp
;
Completed in 31 milliseconds