Home
last modified time | relevance | path

Searched refs:bswap_16 (Results 1 – 3 of 3) sorted by relevance

/string/
A Dtst-bswap.c29 if (bswap_16 (0x1234) != 0x3412) in do_test()
46 if (bswap_16 (wash (0x1234)) != 0x3412) in do_test()
A Dbyteswap.h32 #define bswap_16(x) __bswap_16 (x) macro
A Dtst-endian.c47 n[__BYTE_ORDER == __LITTLE_ENDIAN] = bswap_16 (i); in do_test()

Completed in 5 milliseconds