OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ROUND_UP_PAGESIZE
(Results
1 - 3
of
3
) sorted by null
/hardware/qcom/display/msm8960/libgralloc/
gralloc_priv.h
33
#define
ROUND_UP_PAGESIZE
(x) ( (((unsigned long)(x)) + PAGE_SIZE-1) & \
/hardware/qcom/display/msm8974/libgralloc/
gralloc_priv.h
33
#define
ROUND_UP_PAGESIZE
(x) ( (((unsigned long)(x)) + PAGE_SIZE-1) & \
/hardware/qcom/display/msm8x26/libgralloc/
gralloc_priv.h
33
#define
ROUND_UP_PAGESIZE
(x) ( (((unsigned long)(x)) + PAGE_SIZE-1) & \
Completed in 41 milliseconds