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:le64toh
(Results
1 - 9
of
9
) sorted by relevance
/foundation/distributeddatamgr/udmf/framework/common/
H
A
D
endian_converter.h
60
return
le64toh
(value);
in NetToHost()
99
return
le64toh
(value);
in NetToHost()
H
A
D
endian_converter.cpp
76
temp =
le64toh
(temp);
in NetToHost()
/foundation/distributeddatamgr/pasteboard/framework/tlv/
H
A
D
endian_converter.h
60
return
le64toh
(value);
in NetToHost()
99
return
le64toh
(value);
in NetToHost()
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/liteos/
H
A
D
sys_util.h
38
#define
le64toh
(x) PP_HTON64(x)
macro
43
#define
le64toh
(x) (x)
macro
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/utils/
H
A
D
endian_converter.h
50
return
le64toh
(value);
in NetToHost()
/foundation/distributeddatamgr/relational_store/frameworks/native/appdatafwk/src/
H
A
D
general_endian.cpp
42
return
le64toh
(value);
in LeToH()
/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/include/
H
A
D
bt_endian.h
50
#define LE2H_64(x)
le64toh
(x)
/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/transport/
H
A
D
message_handler.cpp
123
taskId_ =
le64toh
(userData->taskId);
in UnPackData()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/
H
A
D
utils_test.cpp
197
EXPECT_EQ(hostValue64,
le64toh
(NET_VALUE64));
Completed in 5 milliseconds