Searched defs:EVEN_OUT (Results 1 - 4 of 4) sorted by relevance

/hardware/qcom/display/msm8084/libgralloc/
H A Dframebuffer.cpp45 #define EVEN_OUT(x) if (x & 0x0001) {x--;} macro
/hardware/qcom/display/msm8226/libgralloc/
H A Dframebuffer.cpp45 #define EVEN_OUT(x) if (x & 0x0001) {x--;} macro
/hardware/qcom/display/msm8960/libgralloc/
H A Dframebuffer.cpp45 #define EVEN_OUT(x) if (x & 0x0001) {x--;} macro
/hardware/qcom/display/msm8974/libgralloc/
H A Dframebuffer.cpp45 #define EVEN_OUT(x) if (x & 0x0001) {x--;} macro

Completed in 194 milliseconds