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:HEX_BASE
(Results
1 - 5
of
5
) sorted by relevance
/base/hiviewdfx/hiview/core/test/unittest/common/
H
A
D
param_update_test.cpp
35
constexpr int
HEX_BASE
= 10;
member
44
return (static_cast<int>(a - 'A') +
HEX_BASE
);
in ToNum()
/base/startup/init/interfaces/innerkits/include/
H
A
D
init_utils.h
50
#define
HEX_BASE
16
macro
/base/tee/tee_client/services/cadaemon/src/tui_daemon/
H
A
D
tui_event.cpp
55
static const uint8_t
HEX_BASE
= 16;
variable
146
g_ttfHash[j] = Ascii2Digit(g_hashVal[i++]) *
HEX_BASE
;
in TUISendTTFHashToTeeos()
/base/startup/init/services/utils/
H
A
D
init_utils.c
671
int base = (positiveHex || negativeHex) ?
HEX_BASE
: DECIMAL_BASE;
in StringToLL()
691
int base = (s[0] == '0' && (s[1] == 'x' || s[1] == 'X')) ?
HEX_BASE
: DECIMAL_BASE;
in StringToULL()
/base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/
H
A
D
hks_chipset_platform_encrypt_test.cpp
487
enum {
HEX_BASE
= 16 };
in VectorStrToVectorUint8()
enumerator
490
res[i] = (uint8_t)strtol(str[i].c_str(), nullptr,
HEX_BASE
);
in VectorStrToVectorUint8()
Completed in 4 milliseconds