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

  /external/qemu/distrib/libsparse/src/
sparse_defs.h 44 #define ALIGN_DOWN(x, y) ((y) * ((x) / (y)))
backed_block.c 366 max_len = ALIGN_DOWN(max_len, bbl->block_size);
  /system/core/libsparse/
sparse_defs.h 44 #define ALIGN_DOWN(x, y) ((y) * ((x) / (y)))
backed_block.c 366 max_len = ALIGN_DOWN(max_len, bbl->block_size);
  /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)
  /hardware/ti/omap4-aah/test/CameraHal/
surfacetexture_test.cpp 96 #define ALIGN_DOWN(x, n) ((x) & (~((n) - 1)))
camera_test_surfacetexture.cpp 48 #define ALIGN_DOWN(x, n) ((x) & (~((n) - 1)))
  /system/core/fastbootd/commands/
partitions.c 57 #define ALIGN_DOWN(x, y) ((y) * ((x) / (y)))
87 location = ALIGN_DOWN(location, PAGE_SIZE);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
wdm.h     [all...]

Completed in 469 milliseconds