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:a_i
(Results
1 - 3
of
3
) sorted by relevance
/third_party/pulseaudio/src/modules/
H
A
D
module-equalizer-sink.c
544
unsigned
a_i
;
in process_samples()
local
560
a_i
= pa_aupdate_read_begin(u->a_H[c]);
in process_samples()
561
X = u->Xs[c][
a_i
];
in process_samples()
562
H = u->Hs[c][
a_i
];
in process_samples()
918
unsigned
a_i
;
in save_profile()
local
924
a_i
= pa_aupdate_read_begin(u->a_H[channel]);
in save_profile()
925
profile[0] = u->Xs[
a_i
][channel];
in save_profile()
926
H = u->Hs[channel][
a_i
];
in save_profile()
946
unsigned
a_i
;
in save_state()
local
962
a_i
in save_state()
996
unsigned
a_i
;
load_profile()
local
1022
unsigned
a_i
;
load_state()
local
1117
unsigned
a_i
;
pa__init()
local
1831
unsigned x_npoints, y_npoints,
a_i
;
equalizer_handle_seed_filter()
local
1909
unsigned x_npoints,
a_i
;
equalizer_handle_get_filter_points()
local
1971
unsigned
a_i
;
get_filter()
local
2026
unsigned
a_i
;
set_filter()
local
[all...]
/third_party/skia/third_party/externals/angle2/src/third_party/ceval/
H
A
D
ceval.h
605
int
a_i
= (int)ceval_int_part(a),
in ceval_gcd()
local
608
return (double) ceval_gcd_binary(
a_i
, b_i);
in ceval_gcd()
/third_party/backends/backend/
H
A
D
avision.c
5969
int i,
a_i
;
in send_3x3_matrix()
local
5991
a_i
= (int) a_f; /* integer */
in send_3x3_matrix()
5992
b_f = a_f - (double)
a_i
; /* float */
in send_3x3_matrix()
5993
m |= (uint16_t) ((
a_i
& 0x3) << INT_PART);
in send_3x3_matrix()
Completed in 14 milliseconds