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:INDEX_5
(Results
1 - 5
of
5
) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/sbclib/src/
H
A
D
sbc_decoder.cpp
39
const int
INDEX_5
= 5;
member
184
MULA(v[offset[k] +
INDEX_5
],
in Synthesize4()
215
MULA(SYNMATRIX8[i][
INDEX_5
], frame.samples_[blk][ch][
INDEX_5
],
in Synthesize8()
231
MULA(v_[ch][offset[k] +
INDEX_5
],
in Synthesize8()
/foundation/filemanagement/storage_service/services/storage_daemon/
H
A
D
sdc.cpp
37
constexpr size_t
INDEX_5
= 5;
variable
135
std::vector<uint8_t> newSecret(args[
INDEX_5
].begin(), args[
INDEX_5
].end());
in UpdateUserAuth()
/foundation/multimedia/av_codec/test/moduletest/audio_decoder/NativeAPI/
H
A
D
NativeFunctionTest.cpp
34
constexpr int32_t
INDEX_5
= 5;
variable
127
channelCount = stoi(dest[
INDEX_5
]);
in getParamsByName()
254
int32_t channelCount = stoi(dest[
INDEX_5
]);
in HWTEST_F()
300
int32_t channelCount = stoi(dest[
INDEX_5
]);
in HWTEST_F()
346
int32_t channelCount = stoi(dest[
INDEX_5
]);
in HWTEST_F()
844
int32_t channelCount = stoi(dest[
INDEX_5
]);
in HWTEST_F()
1073
int32_t channelCount = stoi(dest[
INDEX_5
]);
in HWTEST_F()
1295
int32_t channelCount = stoi(dest[
INDEX_5
]);
in HWTEST_F()
/foundation/arkui/ace_engine/test/unittest/core/syntax/
H
A
D
lazy_for_each_syntax_test_ng.cpp
59
constexpr int32_t
INDEX_5
= 5;
member
861
if (index >= INDEX_3 && index <=
INDEX_5
) {
in HWTEST_F()
948
lazyLayoutWrapperBuilder->preEndIndex_ =
INDEX_5
;
in HWTEST_F()
1355
lazyForEachNode->OnDataBulkDeleted(
INDEX_5
,
INDEX_5
);
in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H
A
D
rs_properties.cpp
51
constexpr int32_t
INDEX_5
= 5;
member
3517
matrix[0] = matrix[
INDEX_5
] = matrix[INDEX_10] = 0.2126f * grayScale; // 0.2126 : gray scale coefficient
in GenerateColorFilter()
3560
matrix[
INDEX_5
] = matrix[INDEX_10] = 0.3086f * (1 - saturate); // 0.3086 : saturate coefficient
in GenerateColorFilter()
3577
matrix[
INDEX_5
] = 0.349f * sepia;
in GenerateColorFilter()
3620
matrix[INDEX_2] = matrix[
INDEX_5
] = matrix[INDEX_11] = N;
in GenerateColorFilter()
3627
matrix[INDEX_2] = matrix[
INDEX_5
] = matrix[INDEX_11] = 1 - N;
in GenerateColorFilter()
Completed in 13 milliseconds