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:HToLe
(Results
1 - 4
of
4
) sorted by relevance
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/appdatafwk/include/
H
A
D
multi_platform_endian.h
25
static uint16_t
HToLe
(uint16_t value);
27
static uint32_t
HToLe
(uint32_t value);
29
static uint64_t
HToLe
(uint64_t value);
/foundation/distributeddatamgr/relational_store/frameworks/native/appdatafwk/src/
H
A
D
mingw_endian.cpp
23
uint16_t Endian::
HToLe
(uint16_t value)
in HToLe()
function in OHOS::Endian
31
uint32_t Endian::
HToLe
(uint32_t value)
in HToLe()
function in OHOS::Endian
40
uint64_t Endian::
HToLe
(uint64_t value)
in HToLe()
function in OHOS::Endian
H
A
D
general_endian.cpp
25
uint16_t Endian::
HToLe
(uint16_t value)
in HToLe()
function in OHOS::Endian
35
uint32_t Endian::
HToLe
(uint32_t value)
in HToLe()
function in OHOS::Endian
45
uint64_t Endian::
HToLe
(uint64_t value)
in HToLe()
function in OHOS::Endian
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H
A
D
raw_data_parser.cpp
98
uint16_t size = Endian::
HToLe
((uint16_t)data.length());
in PackageRawData()
99
auto leMagic = Endian::
HToLe
(ASSET_MAGIC);
in PackageRawData()
112
auto leMagic = Endian::
HToLe
(ASSETS_MAGIC);
in PackageRawData()
228
*(reinterpret_cast<uint32_t *>(&data[offset])) = Endian::
HToLe
(BIG_INT);
in PackageRawData()
230
*(reinterpret_cast<uint32_t *>(&data[offset])) = Endian::
HToLe
(uint32_t(bigint.Sign()));
in PackageRawData()
232
*(reinterpret_cast<uint64_t *>(&data[offset])) = Endian::
HToLe
(uint64_t(bigint.Size()));
in PackageRawData()
239
*(reinterpret_cast<uint64_t *>(&data[offset])) = Endian::
HToLe
(trueForm[i]);
in PackageRawData()
251
*(reinterpret_cast<uint32_t *>(&data[offset])) = Endian::
HToLe
(FLOUT32_ARRAY);
in PackageRawData()
253
*(reinterpret_cast<uint32_t *>(&data[offset])) = Endian::
HToLe
(uint32_t(floats.size()));
in PackageRawData()
Completed in 2 milliseconds