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:STEP
(Results
1 - 2
of
2
) sorted by relevance
/base/hiviewdfx/faultloggerd/tools/process_dump/
H
A
D
dfx_fault_stack.cpp
32
constexpr uint64_t
STEP
= 4;
member
35
constexpr uint64_t
STEP
= 8;
38
constexpr uint64_t
STEP
= 8;
65
uintptr_t startAddr = prevSp - lowAddrLength *
STEP
;
in AdjustAndCreateMemoryBlock()
79
return startAddr + size *
STEP
;
in AdjustAndCreateMemoryBlock()
96
highAddrLength = 8192; // 8192 : 32k /
STEP
in CollectStackInfo()
112
size = std::min(highAddrLength, static_cast<uintptr_t>(((curSp - prevSp) /
STEP
) - 1));
in CollectStackInfo()
160
if (targetAddr - stackStartAddr >
STEP
* DfxConfig::GetConfig().highAddressStep) {
in PrintMemoryBlock()
163
targetAddr +=
STEP
;
in PrintMemoryBlock()
206
targetAddr +=
STEP
;
in CreateMemoryBlock()
[all...]
/base/notification/distributed_notification_service/services/ans/src/common/
H
A
D
aes_gcm_helper.cpp
39
static const int
STEP
= 2;
member
70
if (hex.length() %
STEP
!= 0) {
in Hex2Byte()
75
for (int i = 0; i < static_cast<int>(hex.length()); i +=
STEP
) {
in Hex2Byte()
Completed in 1 milliseconds