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:freq_table
(Results
1 - 4
of
4
) sorted by relevance
/third_party/pulseaudio/src/modules/bluetooth/
H
A
D
a2dp-codec-sbc.c
423
}
freq_table
[] = {
in fill_preferred_configuration()
local
438
for (i = 0; (unsigned) i < PA_ELEMENTSOF(
freq_table
); i++)
in fill_preferred_configuration()
439
if (
freq_table
[i].rate >= default_sample_spec->rate && (capabilities->frequency &
freq_table
[i].cap)) {
in fill_preferred_configuration()
440
config->frequency =
freq_table
[i].cap;
in fill_preferred_configuration()
444
if ((unsigned) i == PA_ELEMENTSOF(
freq_table
)) {
in fill_preferred_configuration()
446
if (capabilities->frequency &
freq_table
[i].cap) {
in fill_preferred_configuration()
447
config->frequency =
freq_table
[i].cap;
in fill_preferred_configuration()
458
pa_assert((unsigned) i < PA_ELEMENTSOF(
freq_table
));
in fill_preferred_configuration()
538
}
freq_table
[]
in fill_preferred_configuration_xq()
local
[all...]
H
A
D
a2dp-codec-aptx-gst.c
191
}
freq_table
[] = {
in fill_preferred_configuration_common()
local
213
for (i = 0; (unsigned) i < PA_ELEMENTSOF(
freq_table
); i++) {
in fill_preferred_configuration_common()
214
if (
freq_table
[i].rate >= default_sample_spec->rate && (capabilities->frequency &
freq_table
[i].cap)) {
in fill_preferred_configuration_common()
215
config->frequency =
freq_table
[i].cap;
in fill_preferred_configuration_common()
220
if ((unsigned) i == PA_ELEMENTSOF(
freq_table
)) {
in fill_preferred_configuration_common()
222
if (capabilities->frequency &
freq_table
[i].cap) {
in fill_preferred_configuration_common()
223
config->frequency =
freq_table
[i].cap;
in fill_preferred_configuration_common()
H
A
D
a2dp-codec-ldac-gst.c
137
}
freq_table
[] = {
in fill_preferred_configuration_common()
local
159
for (i = 0; (unsigned) i < PA_ELEMENTSOF(
freq_table
); i++) {
in fill_preferred_configuration_common()
160
if (
freq_table
[i].rate >= default_sample_spec->rate && (capabilities->frequency &
freq_table
[i].cap)) {
in fill_preferred_configuration_common()
161
config->frequency =
freq_table
[i].cap;
in fill_preferred_configuration_common()
166
if ((unsigned) i == PA_ELEMENTSOF(
freq_table
)) {
in fill_preferred_configuration_common()
168
if (capabilities->frequency &
freq_table
[i].cap) {
in fill_preferred_configuration_common()
169
config->frequency =
freq_table
[i].cap;
in fill_preferred_configuration_common()
/third_party/ltp/testcases/kernel/fs/fsstress/
H
A
D
fsstress.c
212
opty_t *
freq_table
;
variable
772
p = &ops[
freq_table
[random() % freq_table_size]];
in doproc()
1019
freq_table
= malloc(f * sizeof(*
freq_table
));
in make_freq_table()
1023
freq_table
[i] = p->op;
in make_freq_table()
Completed in 7 milliseconds