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:ReadLE64
(Results
1 - 6
of
6
) sorted by relevance
/base/update/updater/services/diffpatch/patch/
H
A
D
blocks_patch.cpp
30
static int64_t
ReadLE64
(const uint8_t *buffer)
in ReadLE64()
function
126
controlDataSize =
ReadLE64
(header + offset);
in ReadHeader()
128
diffDataSize =
ReadLE64
(header + offset);
in ReadHeader()
130
newSize =
ReadLE64
(header + offset);
in ReadHeader()
170
ctrlData.diffLength =
ReadLE64
(info.buffer);
in ReadControlData()
176
ctrlData.extraLength =
ReadLE64
(info.buffer);
in ReadControlData()
182
ctrlData.offsetIncrement =
ReadLE64
(info.buffer);
in ReadControlData()
/base/update/updater/services/package/pkg_manager/
H
A
D
pkg_utils.h
50
uint64_t
ReadLE64
(const uint8_t *buff);
H
A
D
pkg_utils.cpp
257
uint64_t
ReadLE64
(const uint8_t *buff)
in GetFileSize()
function
/base/update/updater/services/package/pkg_package/
H
A
D
pkg_zipfile.cpp
152
currentPos =
ReadLE64
(buffer.buffer + offsetof(Zip64EndCentralDirLocator, endOfCentralDirectoryRecord));
in LoadPackage()
156
currentPos =
ReadLE64
(buffer.buffer + offsetof(Zip64EndCentralDirRecord, offset));
in LoadPackage()
483
size_t unpackedSize =
ReadLE64
(extraData + sizeof(uint32_t));
in DoDecodeCentralDirEntry()
484
size_t packedSize =
ReadLE64
(extraData + sizeof(uint32_t) + sizeof(uint64_t));
in DoDecodeCentralDirEntry()
491
ReadLE64
(extraData + BIG_SIZE_HEADER) : fileInfo_.fileInfo.headerOffset;
in DoDecodeCentralDirEntry()
H
A
D
pkg_upgradefile.cpp
890
fileInfo_.fileInfo.packedSize =
ReadLE64
(buffer.buffer + offsetof(UpgradeCompInfo, size));
in DecodeHeader()
/base/update/updater/test/unittest/package/
H
A
D
pkg_manager_unittest.cpp
218
ReadLE64
(buff);
in TestRead()
613
uint64_t ret64 =
ReadLE64
(buff);
in TestReadWriteLENull()
Completed in 6 milliseconds