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:BYTE_SIZE
(Results
1 - 5
of
5
) sorted by relevance
/base/update/updater/test/unittest/common/ring_buffer/
H
A
D
ring_buffer_unittest.cpp
26
constexpr uint32_t
BYTE_SIZE
= 255;
member
43
buf[0] = i %
BYTE_SIZE
;
in ProducerTask()
44
buf[1] = i /
BYTE_SIZE
;
in ProducerTask()
56
if (buf[0] != g_num %
BYTE_SIZE
|| buf[1] != g_num /
BYTE_SIZE
) {
in ConsumerTask()
/base/update/updater/test/benchmarktest/
H
A
D
updater_benchmark_test.cpp
27
constexpr uint32_t
BYTE_SIZE
= 255;
member
43
buf[0] = i %
BYTE_SIZE
;
in ProducerTask()
44
buf[1] = i /
BYTE_SIZE
;
in ProducerTask()
/base/update/updater/services/package/pkg_manager/
H
A
D
pkg_utils.cpp
42
constexpr uint32_t
BYTE_SIZE
= 8;
member
248
offset +=
BYTE_SIZE
;
in GetFileSize()
250
offset +=
BYTE_SIZE
;
in GetFileSize()
252
offset +=
BYTE_SIZE
;
in GetFileSize()
265
uint64_t value = ((static_cast<uint64_t>(high)) << (
BYTE_SIZE
* sizeof(uint32_t))) | low;
in GetFileSize()
277
offset +=
BYTE_SIZE
;
in GetFileSize()
279
offset +=
BYTE_SIZE
;
in GetFileSize()
281
offset +=
BYTE_SIZE
;
in GetFileSize()
292
value16 += static_cast<uint16_t>(buff[1] <<
BYTE_SIZE
);
in GetFileSize()
303
buff[1] = static_cast<uint8_t>(value >>
BYTE_SIZE
);
in GetFileSize()
[all...]
/base/customization/enterprise_device_management/test/fuzztest/common/src/
H
A
D
common_fuzzer.cpp
88
constexpr int32_t
BYTE_SIZE
= 8;
member
206
ret |= ((int32_t)ptr[i] << (
BYTE_SIZE
* i));
in GetU32Data()
219
ret |= ((long)ptr[i] << (
BYTE_SIZE
* i));
in GetLong()
/base/update/sys_installer/services/module_update/util/src/
H
A
D
module_utils.cpp
46
constexpr uint32_t
BYTE_SIZE
= 8;
member
172
value16 += static_cast<uint16_t>(buff[1] <<
BYTE_SIZE
);
in ReadLE16()
184
uint32_t value = ((static_cast<uint32_t>(high)) << (
BYTE_SIZE
* sizeof(uint16_t))) | low;
in ReadLE32()
Completed in 3 milliseconds