HomeSort by relevance Sort by last modified time
    Searched refs:AlignDown (Results 1 - 5 of 5) sorted by null

  /art/runtime/
utils.h 191 static inline T* AlignDown(T* x, uintptr_t n) WARN_UNUSED;
194 static inline T* AlignDown(T* x, uintptr_t n) {
  /external/vixl/src/
utils-vixl.h 179 T AlignDown(T pointer, size_t alignment) {
  /external/mdnsresponder/mDNSShared/
CommonServices.h 633 /*! @function AlignDown
638 #define AlignDown( X, Y ) ( ( X ) & ~( ( Y ) - 1 ) )
    [all...]
  /external/vixl/src/a64/
simulator-a64.cc 82 tos = AlignDown(tos, 16);
    [all...]
  /art/runtime/gc/
heap.cc 611 mprotect(AlignDown(obj, kPageSize), kPageSize, PROT_NONE);
    [all...]

Completed in 142 milliseconds