HomeSort by relevance Sort by last modified time
    Searched defs:SHIFT_4 (Results 1 - 2 of 2) sorted by null

  /external/pixman/pixman/
pixman-edge.c 74 #define SHIFT_4(o) ((o) << 2)
76 #define SHIFT_4(o) ((1 - (o)) << 2)
79 #define GET_4(x, o) (((x) >> SHIFT_4 (o)) & 0xf)
81 (((x) & ~(0xf << SHIFT_4 (o))) | (((v) & 0xf) << SHIFT_4 (o)))
  /external/chromium_org/third_party/checkstyle/
checkstyle-5.7-all.jar 

Completed in 55 milliseconds