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

  /external/libffi/include/
ffi_common.h 67 #define ALIGN_DOWN(v, a) (((size_t) (v)) & -a)
  /system/core/libsparse/
sparse_defs.h 44 #define ALIGN_DOWN(x, y) ((y) * ((x) / (y)))
  /dalvik/vm/
Common.h 59 #define ALIGN_DOWN(x, n) ((size_t)(x) & -(n))
61 #define ALIGN_DOWN_TO_PAGE_SIZE(p) ALIGN_DOWN(p, SYSTEM_PAGE_SIZE)

Completed in 210 milliseconds