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 - 7
of
7
) 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/msm8996/libgralloc1/
gralloc_priv.h
25
#define
ROUND_UP_PAGESIZE
(x) ((((unsigned int)(x)) + PAGE_SIZE - 1) & (~(PAGE_SIZE - 1)))
/hardware/qcom/display/msm8084/libgralloc/
gralloc_priv.h
33
#define
ROUND_UP_PAGESIZE
(x) ( (((unsigned long)(x)) + PAGE_SIZE-1) & \
/hardware/qcom/display/msm8226/libgralloc/
gralloc_priv.h
33
#define
ROUND_UP_PAGESIZE
(x) ( (((unsigned long)(x)) + PAGE_SIZE-1) & \
/hardware/qcom/display/msm8909/libgralloc/
gralloc_priv.h
33
#define
ROUND_UP_PAGESIZE
(x) ( (((unsigned long)(x)) + PAGE_SIZE-1) & \
/hardware/qcom/display/msm8994/libgralloc/
gralloc_priv.h
33
#define
ROUND_UP_PAGESIZE
(x) ( (((unsigned long)(x)) + PAGE_SIZE-1) & \
/hardware/qcom/display/msm8996/libgralloc/
gralloc_priv.h
33
#define
ROUND_UP_PAGESIZE
(x) ( (((unsigned long)(x)) + PAGE_SIZE-1) & \
Completed in 190 milliseconds