Home
last modified time | relevance | path

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

/string/
A Dtst-bswap.c34 if (bswap_32 (0x12345678) != 0x78563412) in do_test()
51 if (bswap_32 (wash (0x12345678)) != 0x78563412) in do_test()
A Dbyteswap.h35 #define bswap_32(x) __bswap_32 (x) macro
A Dtst-endian.c82 n[__BYTE_ORDER == __LITTLE_ENDIAN] = bswap_32 (i); in do_test()

Completed in 6 milliseconds