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

  /dalvik/vm/
Common.h 58 #define ALIGN_UP(x, n) (((size_t)(x) + (n) - 1) & ~((n) - 1))
60 #define ALIGN_UP_TO_PAGE_SIZE(p) ALIGN_UP(p, SYSTEM_PAGE_SIZE)
  /hardware/ti/omap4-aah/test/CameraHal/
surfacetexture_test.cpp 97 #define ALIGN_UP(x, n) ((((x) + (n) - 1)) & (~((n) - 1)))
camera_test_surfacetexture.cpp 49 #define ALIGN_UP(x, n) ((((x) + (n) - 1)) & (~((n) - 1)))
758 aligned_width = ALIGN_UP(bufinfo.crop.right - bufinfo.crop.left, ALIGN_WIDTH);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
wdm.h     [all...]

Completed in 189 milliseconds