HomeSort by: relevance | last modified time | path
    Searched refs:FB_STIP_ODDPTR (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/xorg-server.old/dist/fb/
fbblt.c 898 if (FB_STIP_ODDSTRIDE(srcStride) || FB_STIP_ODDPTR(src) ||
899 FB_STIP_ODDSTRIDE(dstStride) || FB_STIP_ODDPTR(dst))
fb.h 122 #define FB_STIP_ODDPTR(p) ((((long) (p)) & (FB_MASK >> 3)) != 0)
  /xsrc/external/mit/xorg-server/dist/fb/
fb.h 97 #define FB_STIP_ODDPTR(p) ((((long) (p)) & (FB_MASK >> 3)) != 0)

Completed in 37 milliseconds