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:max_f
(Results
1 - 4
of
4
) sorted by relevance
/third_party/pulseaudio/src/pulsecore/resampler/
H
A
D
peaks.c
33
float
max_f
[PA_CHANNELS_MAX];
member
69
if (n > peaks_data->
max_f
[0])
in peaks_resample()
70
peaks_data->
max_f
[0] = n;
in peaks_resample()
74
*d = peaks_data->
max_f
[0];
in peaks_resample()
75
peaks_data->
max_f
[0] = 0;
in peaks_resample()
105
if (n > peaks_data->
max_f
[c])
in peaks_resample()
106
peaks_data->
max_f
[c] = n;
in peaks_resample()
111
*d = peaks_data->
max_f
[c];
in peaks_resample()
112
peaks_data->
max_f
[c] = 0;
in peaks_resample()
/kernel/linux/linux-5.10/drivers/cpufreq/
H
A
D
cpufreq_ondemand.c
152
unsigned int freq_next, min_f,
max_f
;
in od_update()
local
155
max_f
= policy->cpuinfo.max_freq;
in od_update()
156
freq_next = min_f + load * (
max_f
- min_f) / 100;
in od_update()
/kernel/linux/linux-6.6/drivers/cpufreq/
H
A
D
cpufreq_ondemand.c
154
unsigned int freq_next, min_f,
max_f
;
in od_update()
local
157
max_f
= policy->cpuinfo.max_freq;
in od_update()
158
freq_next = min_f + load * (
max_f
- min_f) / 100;
in od_update()
/third_party/mesa3d/src/compiler/nir/
H
A
D
nir_range_analysis.c
1639
float
max_f
= ceilf(src0_f) * ceilf(src1_f);
in nir_unsigned_upper_bound()
local
1640
memcpy(&res, &
max_f
, 4);
in nir_unsigned_upper_bound()
Completed in 5 milliseconds