HomeSort by relevance Sort by last modified time
    Searched defs:ROUND_UP_PAGESIZE (Results 1 - 4 of 4) 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/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) & \

Completed in 162 milliseconds