OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ALIGN_DOWN
(Results
1 - 4
of
4
) sorted by null
/system/core/libsparse/
sparse_defs.h
44
#define
ALIGN_DOWN
(x, y) ((y) * ((x) / (y)))
/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 155 milliseconds