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

  /art/runtime/
utils.h 203 static inline T* AlignDown(T* x, uintptr_t n) WARN_UNUSED;
206 static inline T* AlignDown(T* x, uintptr_t n) {
  /external/mdnsresponder/mDNSShared/
CommonServices.h 633 /*! @function AlignDown
638 #define AlignDown( X, Y ) ( ( X ) & ~( ( Y ) - 1 ) )
    [all...]

Completed in 84 milliseconds