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:frequencies
(Results
1 - 9
of
9
) sorted by relevance
/third_party/libevdev/tools/
H
A
D
mouse-dpi-tool.c
30
double *
frequencies
;
member
42
"Some mouse devices provide dynamic
frequencies
, it is\n"
in usage()
58
m->
frequencies
= realloc(m->
frequencies
,
in push_frequency()
59
m->frequencies_sz * sizeof *m->
frequencies
);
in push_frequency()
60
if (!m->
frequencies
)
in push_frequency()
64
m->
frequencies
[m->nfrequencies] = freq;
in push_frequency()
175
return m->
frequencies
[idx];
in mean_frequency()
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/flowunits/
H
A
D
SawtoothOscillator.cpp
27
const float *
frequencies
= frequency.getBuffer();
in onProcess()
local
32
// WARNING: This will generate unpleasant aliasing artifacts at higher
frequencies
.
in onProcess()
34
float phase = incrementPhase(
frequencies
[i]); // phase ranges from -1 to +1
in onProcess()
H
A
D
SineOscillator.cpp
31
const float *
frequencies
= frequency.getBuffer();
in onProcess()
local
37
float phase = incrementPhase(
frequencies
[i]); // phase ranges from -1 to +1
in onProcess()
H
A
D
ImpulseOscillator.cpp
27
const float *
frequencies
= frequency.getBuffer();
in onProcess()
local
33
mPhase += mFrequencyToPhaseIncrement *
frequencies
[i];
in onProcess()
H
A
D
TriangleOscillator.cpp
27
const float *
frequencies
= frequency.getBuffer();
in onProcess()
local
32
// WARNING: This will generate unpleasant aliasing artifacts at higher
frequencies
.
in onProcess()
34
float phase = incrementPhase(
frequencies
[i]); // phase ranges from -1 to +1
in onProcess()
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/
H
A
D
SawPingGenerator.cpp
35
const float *
frequencies
= frequency.getBuffer();
in onProcess()
local
48
float sawtooth = incrementPhase(
frequencies
[i]);
in onProcess()
/third_party/mesa3d/.gitlab-ci/common/
H
A
D
intel-gpu-freq.sh
3
# This is an utility script to manage Intel GPU
frequencies
.
8
#
frequencies
in steps of 50 MHz via:
29
# possibility to adjust CPU operating
frequencies
. However, this is currently
283
# Set min or max or both GPU
frequencies
to the user indicated values.
286
# Get hw max & min
frequencies
575
A script to manage Intel GPU
frequencies
. Can be used for debugging performance
578
Note Intel GPUs only accept specific
frequencies
, usually multiples of 50 MHz.
589
Omit min/max prefix to set both
frequencies
.
591
-r, --reset Reset
frequencies
to hardware defaults.
594
Monitor the indicated
frequencies
vi
[all...]
/third_party/ffmpeg/libavcodec/
H
A
D
pcm-dvd.c
56
static const uint32_t
frequencies
[4] = { 48000, 96000, 44100, 32000 };
in pcm_dvd_parse_header()
local
91
avctx->sample_rate =
frequencies
[header[1] >> 4 & 3];
in pcm_dvd_parse_header()
/third_party/skia/samplecode/
H
A
D
SamplePathText.cpp
393
const Sk4f
frequencies
= Sk4f::Load(fFrequencies);
in apply()
local
402
const Sk4f t = (
frequencies
* (dirsX * devicePt[0] + dirsY * devicePt[1]) +
in apply()
Completed in 4 milliseconds