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:NUM_FOUR
(Results
1 - 6
of
6
) sorted by relevance
/base/hiviewdfx/faultloggerd/test/benchmarktest/unwinder/
H
A
D
unwind_local_tid_benchmark.cpp
38
static constexpr int
NUM_FOUR
= 4;
variable
58
return val * val +
NUM_FOUR
;
in TestFunc4()
/base/telephony/cellular_call/test/fuzztest/satelliteclient_fuzzer/
H
A
D
satelliteclient_fuzzer.cpp
37
NUM_FOUR
,
enumerator
/base/telephony/cellular_call/test/fuzztest/imsclient_fuzzer/
H
A
D
imsclient_fuzzer.cpp
38
NUM_FOUR
,
enumerator
157
int32_t value = static_cast<int32_t>(size %
NUM_FOUR
);
in TestImsCallClientWithSettingFunction()
158
int32_t type = static_cast<int32_t>(size %
NUM_FOUR
);
in TestImsCallClientWithSettingFunction()
332
int32_t value = static_cast<int32_t>(size %
NUM_FOUR
);
in TestImsCallProxyWithSettingFunction()
333
int32_t type = static_cast<int32_t>(size %
NUM_FOUR
);
in TestImsCallProxyWithSettingFunction()
/base/security/huks/frameworks/crypto_lite/cipher/src/
H
A
D
cipher_rsa.c
33
#define
NUM_FOUR
4
macro
352
cipher->length = (cipher->length / NUM_THREE + 1) *
NUM_FOUR
+ 1;
in RsaEncrypt()
/base/telephony/ril_adapter/services/vendor/src/
H
A
D
at_network.c
242
const int32_t
NUM_FOUR
= 4;
in ParseRegStatusStr()
local
253
} else if (commaNum ==
NUM_FOUR
|| commaNum == NUM_SEVEN) {
in ParseRegStatusStr()
/base/msdp/device_status/services/interaction/drag/src/
H
A
D
drag_drawing.cpp
134
constexpr int32_t
NUM_FOUR
{ 4 };
2999
if ((static_cast<int32_t>(lastRotation) + NUM_ONE) %
NUM_FOUR
== static_cast<int32_t>(rotation)) {
in ScreenRotateAdjustDisplayXY()
3003
} else if ((static_cast<int32_t>(lastRotation) + NUM_TWO) %
NUM_FOUR
== static_cast<int32_t>(rotation)) {
in ScreenRotateAdjustDisplayXY()
Completed in 12 milliseconds