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:cpyVal
(Results
1 - 3
of
3
) sorted by relevance
/base/hiviewdfx/hiview/base/event_raw/include/encoded/
H
A
D
raw_data_encoder.h
42
uint8_t
cpyVal
= EncodedTag(static_cast<uint8_t>(type)) | ((val < TAG_BYTE_BOUND) ? 0 : TAG_BYTE_BOUND) |
in UnsignedVarintEncoded()
local
44
if (!data.Append(reinterpret_cast<uint8_t*>(&
cpyVal
), 1)) {
in UnsignedVarintEncoded()
49
cpyVal
= ((val < NON_TAG_BYTE_BOUND) ? 0 : NON_TAG_BYTE_BOUND) |
in UnsignedVarintEncoded()
51
if (!data.Append(reinterpret_cast<uint8_t*>(&
cpyVal
), 1)) {
in UnsignedVarintEncoded()
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent/include/
H
A
D
raw_data_encoder.h
53
uint8_t
cpyVal
= EncodedTag(static_cast<uint8_t>(type)) | ((val < TAG_BYTE_BOUND) ? 0 : TAG_BYTE_BOUND) |
in UnsignedVarintEncoded()
local
55
if (!data.Append(reinterpret_cast<uint8_t*>(&
cpyVal
), 1)) {
in UnsignedVarintEncoded()
60
cpyVal
= ((val < NON_TAG_BYTE_BOUND) ? 0 : NON_TAG_BYTE_BOUND) |
in UnsignedVarintEncoded()
62
if (!data.Append(reinterpret_cast<uint8_t*>(&
cpyVal
), 1)) {
in UnsignedVarintEncoded()
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_easy/
H
A
D
easy_event_encoder.c
45
uint8_t
cpyVal
= EncodeTag(encodeType) | ((u64Val < TAG_BYTE_BOUND) ? 0 : TAG_BYTE_BOUND) |
in EncodeUnsignedVarint()
local
50
*(data + *offset) =
cpyVal
;
in EncodeUnsignedVarint()
54
cpyVal
= ((u64Val < NON_TAG_BYTE_BOUND) ? 0 : NON_TAG_BYTE_BOUND) | (uint8_t)(u64Val & NON_TAG_BYTE_MASK);
in EncodeUnsignedVarint()
58
*(data + *offset) =
cpyVal
;
in EncodeUnsignedVarint()
Completed in 2 milliseconds