Home
last modified time | relevance | path

Searched refs:STEP (Results 1 - 2 of 2) sorted by relevance

/base/hiviewdfx/faultloggerd/tools/process_dump/
H A Ddfx_fault_stack.cpp32 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 Daes_gcm_helper.cpp39 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 2 milliseconds