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:tmp64
(Results
1 - 5
of
5
) sorted by relevance
/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()
local
102
tmp = reinterpret_cast<uint8_t*>(&
tmp64
);
in VariantValue2Blob()
109
uint64_t
tmp64
= htobe64(*reinterpret_cast<uint64_t*>(&tmp4int));
in VariantValue2Blob()
local
110
tmp = reinterpret_cast<uint8_t*>(&
tmp64
);
in VariantValue2Blob()
/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()
local
141
uint8_t *res = reinterpret_cast<uint8_t*>(&
tmp64
);
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()
local
250
res = reinterpret_cast<uint8_t*>(&
tmp64
);
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()
local
268
res = reinterpret_cast<uint8_t*>(&
tmp64
);
in VariantValue2Blob()
/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/jskitsimpl/distributeddata/src/
H
A
D
js_util.cpp
260
uint64_t
tmp64
= htonll(*reinterpret_cast<uint64_t*>(&tmp4dbl));
in VariantValue2Blob()
local
261
tmp = reinterpret_cast<uint8_t*>(&
tmp64
);
in VariantValue2Blob()
Completed in 11 milliseconds