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:target_freq
(Results
1 - 5
of
5
) sorted by relevance
/third_party/mesa3d/.gitlab-ci/common/
H
A
D
intel-gpu-freq.sh
521
local
target_freq
res=0
524
target_freq
=100
527
target_freq
=1
530
target_freq
=${CPU_SET_MAX_FREQ%?}
540
log INFO "Setting intel_pstate max perf to %s" "${
target_freq
}%"
541
printf "%s" "${
target_freq
}" > "${pstate_info}"
552
target_freq
=$(compute_cpu_freq_set "${CPU_SET_MAX_FREQ}")
553
[ -z "${
target_freq
}" ] && { res=$?; continue; }
555
log INFO "Setting CPU%s max scaling freq to %s Hz" ${cpu_index} "${
target_freq
}"
558
printf "%s" ${
target_freq
} >
[all...]
/third_party/alsa-utils/bat/
H
A
D
bat.c
122
bat->
target_freq
[1] = bat->
target_freq
[0] = atof(optarg);
in get_sine_frequencies()
125
bat->
target_freq
[0] = atof(optarg);
in get_sine_frequencies()
126
bat->
target_freq
[1] = atof(tmp1 + 1);
in get_sine_frequencies()
361
bat->
target_freq
[0] = 997.0;
in set_defaults()
362
bat->
target_freq
[1] = 997.0;
in set_defaults()
527
if (bat->
target_freq
[c] < freq_low
in validate_options()
528
|| bat->
target_freq
[c] > freq_high) {
in validate_options()
H
A
D
analyze.c
71
float delta_rate = DELTA_RATE * bat->
target_freq
[channel];
in check_peak()
85
} else if (hz_peak < bat->
target_freq
[channel] - tolerance) {
in check_peak()
89
} else if (hz_peak > bat->
target_freq
[channel] + tolerance) {
in check_peak()
294
float freq = bat->
target_freq
[channel];
in calculate_noise()
487
bat->
target_freq
[c]);
in analyze_capture()
H
A
D
signal.c
164
if (sg[c].frequency != bat->
target_freq
[c])
in generate_sine_wave()
165
sin_generator_init(&sg[c], 1.0, bat->
target_freq
[c],
in generate_sine_wave()
H
A
D
common.h
76
/* tolerance of detected peak = max (DELTA_HZ, DELTA_RATE *
target_freq
).
227
float
target_freq
[MAX_CHANNELS];
member
Completed in 5 milliseconds