Home
last modified time | relevance | path

Searched defs:RoundUpToAlignment (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/capstone/
H A DMathExtras.h387 static inline uint64_t RoundUpToAlignment(uint64_t Value, uint64_t Align) { in RoundUpToAlignment() function
/aosp_15_r20/external/libchrome/base/debug/
H A Dactivity_tracker.cc98 size_t RoundUpToAlignment(size_t index, size_t alignment) { in RoundUpToAlignment() function