Searched refs:wash (Results 1 – 1 of 1) sorted by relevance
21 extern unsigned long long int wash (unsigned long long int a);46 if (bswap_16 (wash (0x1234)) != 0x3412) in do_test()51 if (bswap_32 (wash (0x12345678)) != 0x78563412) in do_test()56 if (bswap_64 (wash (0x1234567890abcdefULL)) != 0xefcdab9078563412ULL) in do_test()67 wash (unsigned long long int a) in wash() function