Home
last modified time | relevance | path

Searched defs:aligned_size (Results 1 – 7 of 7) sorted by relevance

/src/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_poisoning.h39 ALWAYS_INLINE void FastPoisonShadow(uptr aligned_beg, uptr aligned_size, in FastPoisonShadow()
H A Dasan_globals.cpp63 uptr aligned_size = RoundUpTo(g.size, ASAN_SHADOW_GRANULARITY); in PoisonRedZones() local
H A Dasan_poisoning.cpp286 uptr aligned_size = size & ~(ASAN_SHADOW_GRANULARITY - 1); in PoisonAlignedStackMemory() local
/src/contrib/llvm-project/lldb/source/Breakpoint/
H A DWatchpointAlgorithms.cpp101 size_t aligned_size = std::max(user_size, min_byte_size); in PowerOf2Watchpoints() local
/src/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterpStack.h99 template <typename T> constexpr size_t aligned_size() const { in aligned_size() function
/src/crypto/heimdal/lib/krb5/
H A Dpac.c145 uint32_t *aligned_size) in pac_aligned_size()
/src/sys/dev/qlnx/qlnxr/
H A Dqlnxr_verbs.c1625 u64 size, aligned_size; in qlnxr_align_cq_entries() local