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:b0
(Results
1 - 5
of
5
) sorted by relevance
/foundation/graphic/graphic_utils_lite/interfaces/innerkits/
H
A
D
graphic_neon_pipeline.h
112
uint8x8_t
b0
= vBuf.val[NEON_B];
in NeonPreLerpARGB8888()
local
122
uint8x8_t bs = NeonLerp(
b0
, b1, a1);
in NeonPreLerpARGB8888()
132
uint8x8_t
b0
= vBuf.val[NEON_B];
in NeonPrelerpARGB8888()
local
142
uint8x8_t bs = NeonPreLerp(
b0
, b1, a1);
in NeonPrelerpARGB8888()
153
uint8x8_t
b0
= vBuf.val[NEON_B];
in NeonPrelerpARGB8888()
local
163
uint8x8_t bs = NeonPreLerp(
b0
, b1, a1);
in NeonPrelerpARGB8888()
174
uint8x8_t
b0
= vDstBuf.val[NEON_B];
in NeonPrelerpARGB8888()
local
189
uint8x8_t bs = NeonPreLerp(
b0
, b1, a1);
in NeonPrelerpARGB8888()
200
uint8x8_t
b0
= vDstBuf.val[NEON_B];
in NeonPrelerpARGB8888()
local
212
uint8x8_t bs = NeonPreLerp(
b0
, b
in NeonPrelerpARGB8888()
223
uint8x8_t
b0
= vBuf.val[NEON_B];
NeonLerpARGB8888()
local
243
uint8x8_t
b0
= vBuf.val[NEON_B];
NeonLerpARGB8888()
local
264
uint8x8_t
b0
= vBuf.val[NEON_B];
NeonLerpARGB8888()
local
285
uint8x8_t
b0
= vDstBuf.val[NEON_B];
NeonLerpARGB8888()
local
311
uint8x8_t
b0
= vDstBuf.val[NEON_B];
NeonLerpARGB8888()
local
[all...]
/foundation/filemanagement/dfs_service/utils/cloud_disk/src/
H
A
D
cloud_file_utils.cpp
89
uint32_t
b0
= buf[0];
in TeaTransform()
local
96
b0
+= ((b1 << LEFT_SHIFT) + a) ^ (b1 + sum) ^ ((b1 >> RIGHT_SHIFT) + b);
in TeaTransform()
97
b1 += ((
b0
<< LEFT_SHIFT) + c) ^ (
b0
+ sum) ^ ((
b0
>> RIGHT_SHIFT) + d);
in TeaTransform()
100
buf[0] +=
b0
;
in TeaTransform()
/foundation/filemanagement/dfs_service/test/unittests/clouddisk_database/mock/
H
A
D
meta_file_clouddisk_mock.cpp
184
uint32_t
b0
= buf[0]; /* buf pos 0 */
in TeaTransform()
local
190
b0
+= ((b1 << 4) + a) ^ (b1 + sum) ^ ((b1 >> 5) + b); /* tea transform width 4 and 5 */
in TeaTransform()
191
b1 += ((
b0
<< 4) + c) ^ (
b0
+ sum) ^ ((
b0
>> 5) + d); /* tea transform width 4 and 5 */
in TeaTransform()
194
buf[0] +=
b0
;
in TeaTransform()
/foundation/graphic/graphic_2d/utils/color_manager/src/
H
A
D
color_space.cpp
285
double
b0
= a00 * a11 - a01 * a10;
in Invert()
local
292
double determinant =
b0
* b5 - b1 * b4 + b2 * b3;
in Invert()
305
b0
*= invdet;
in Invert()
320
dst[2][2] = static_cast<float>(+
b0
); // compute dst[2][2] value
in Invert()
/foundation/multimedia/camera_framework/services/deferred_processing_service/include/schedule/video_processor/strategy/
H
A
D
video_strategy_center.h
29
constexpr uint32_t TIME_OK = 0
b0
;
Completed in 4 milliseconds