Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/libpandafile/
H A Dhelpers.h132 auto intptr = reinterpret_cast<uintptr_t>(ptr); in Align() local
133 uintptr_t aligned = (intptr - 1U + ALIGNMENT) & -ALIGNMENT; in Align()
/arkcompiler/runtime_core/libpandafile/
H A Dhelpers.h169 auto intptr = reinterpret_cast<uintptr_t>(ptr); in Align() local
170 uintptr_t aligned = (intptr - 1U + alignment) & -alignment; in Align()

Completed in 1 milliseconds