Searched refs:test16 (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/test/libc-tests/tests/ |
H A D | endian.c | 38 uint16_t ebe16, ele16, test16; in endian_fromhost() local 60 test16 = htobe16(val16); in endian_fromhost() 61 VERIFY3U(test16, ==, ebe16); in endian_fromhost() 67 test16 = htole16(val16); in endian_fromhost() 68 VERIFY3U(test16, ==, ele16); in endian_fromhost() 81 uint16_t e16, test16; in endian_frombig() local 97 test16 = be16toh(val16); in endian_frombig() 98 VERIFY3U(test16, ==, e16); in endian_frombig() 99 test16 = betoh16(val16); in endian_frombig() 100 VERIFY3U(test16, ==, e16); in endian_frombig() [all …]
|
/titanic_50/usr/src/test/util-tests/tests/xargs/ |
H A D | xargs_test.ksh | 212 test16() { function 213 t=test16 260 test16
|