Lines Matching refs:bs
366 #define ARMSWAPBITS(bs) (bs)
367 #define MLXSWAPBITS16(bs) ntohs(bs)
368 #define MLXSWAPBITS32(bs) ntohl(bs)
369 #define MLXSWAPBITS64(bs) \
370 (BE_64(((bs) & LOWBITS64)) | BE_64(((bs) & HIGHBITS64)))
372 #define ARMSWAPBITS(bs) (LE_32(((bs) & LOWBITS32)) | LE_32(((bs) & HIGHBITS32)))
373 #define MLXSWAPBITS16(bs) (bs)
374 #define MLXSWAPBITS32(bs) (bs)
375 #define MLXSWAPBITS64(bs) (bs)