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:nde
(Results
1 - 1
of
1
) sorted by relevance
/third_party/pulseaudio/src/pulsecore/
H
A
D
time-smoother.c
347
double
nde
;
in pa_smoother_put()
local
363
estimate(s, x, &ney, &
nde
);
in pa_smoother_put()
364
s->ex = x; s->ey = ney; s->de =
nde
;
in pa_smoother_put()
478
double
nde
;
in pa_smoother_translate()
local
488
estimate(s, x, &ney, &
nde
);
in pa_smoother_translate()
492
if (s->dp >
nde
)
in pa_smoother_translate()
493
nde
= s->dp;
in pa_smoother_translate()
496
pa_log_debug("translate(%llu) = %llu (%0.2f)", (unsigned long long) y_delay, (unsigned long long) ((double) y_delay /
nde
),
nde
);
in pa_smoother_translate()
499
return (pa_usec_t) llrint((double) y_delay /
nde
);
in pa_smoother_translate()
[all...]
Completed in 2 milliseconds