HomeSort by relevance Sort by last modified time
    Searched defs:ROUND_UP_PAGESIZE (Results 1 - 9 of 9) 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/msmcobalt/libgralloc1/
gralloc_priv.h 26 #define ROUND_UP_PAGESIZE(x) roundUpToPageSize(x)
  /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) & \
  /hardware/qcom/display/msmcobalt/libgralloc/
gralloc_priv.h 33 #define ROUND_UP_PAGESIZE(x) (unsigned int)( ((x) + getpagesize()-1) & \

Completed in 64 milliseconds