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

  /system/core/libsparse/
sparse_defs.h 44 #define ALIGN_DOWN(x, y) ((y) * ((x) / (y)))
backed_block.c 370 max_len = ALIGN_DOWN(max_len, bbl->block_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)))
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
wdm.h     [all...]

Completed in 333 milliseconds