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

  /xsrc/external/mit/xf86-video-tdfx/dist/src/
tdfx_hwcurs.c 72 return BE_BSWAP32(val);
tdfx_priv.h 91 #define BE_BSWAP32(val) ((((val) & 0x000000ff) << 24) | \
103 #define BE_BSWAP32(val) val
tdfx_priv.c 42 *pTDFX->fifoPtr++ = BE_BSWAP32(val);

Completed in 6 milliseconds