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:htobe64
(Results
1 - 11
of
11
) sorted by relevance
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/liteos/
H
A
D
sys_util.h
25
#ifndef
htobe64
35
#define
htobe64
(x) (x)
macro
40
#define
htobe64
(x) PP_HTON64(x)
macro
45
#endif /*
htobe64
*/
/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/jskitsimpl/distributedkvstore/src/
H
A
D
js_util_mock.cpp
30
#define
htobe64
(data) data
macro
/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/include/
H
A
D
bt_endian.h
47
#define H2BE_64(x)
htobe64
(x)
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/src/
H
A
D
kv_utils.cpp
147
uint64_t data64 =
htobe64
(*reinterpret_cast<uint64_t*>(&data));
in ToEntryValue()
154
uint64_t data64 =
htobe64
(*reinterpret_cast<uint64_t*>(&data));
in ToEntryValue()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/account/src/
H
A
D
account_delegate_normal_impl.cpp
192
auto plainVal =
htobe64
(plain);
in Sha256AccountId()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/
H
A
D
obex_utils.cpp
83
*(reinterpret_cast<uint64_t *>(&bigEndData[pos])) =
htobe64
(value);
in SetBufData64()
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/test/unittest/
H
A
D
kv_utils_test.cpp
101
uint64_t tmp64 =
htobe64
(*reinterpret_cast<uint64_t*>(&tmp4dbl));
in VariantValue2Blob()
109
uint64_t tmp64 =
htobe64
(*reinterpret_cast<uint64_t*>(&tmp4int));
in VariantValue2Blob()
/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H
A
D
nstackx_dfile_frame.c
131
fileInfoUnit->fileSize =
htobe64
(filesTotalLen);
in EncodeFileInfo()
/foundation/distributeddatamgr/kv_store/frameworks/cj/src/
H
A
D
distributed_kv_store_impl.cpp
140
uint64_t tmp64 =
htobe64
(*reinterpret_cast<uint64_t*>(&tmp));
in PushData()
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/src/
H
A
D
js_util.cpp
249
uint64_t tmp64 =
htobe64
(*reinterpret_cast<uint64_t*>(&tmp));
in VariantValue2Blob()
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/src/
H
A
D
js_util.cpp
267
uint64_t tmp64 =
htobe64
(*reinterpret_cast<uint64_t*>(&tmp));
in VariantValue2Blob()
Completed in 16 milliseconds