Searched refs:test64 (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/test/libc-tests/tests/ |
H A D | endian.c | 40 uint64_t ebe64, ele64, test64; in endian_fromhost() local 64 test64 = htobe64(val64); in endian_fromhost() 65 VERIFY3U(test64, ==, ebe64); in endian_fromhost() 71 test64 = htole64(val64); in endian_fromhost() 72 VERIFY3U(test64, ==, ele64); in endian_fromhost() 83 uint64_t e64, test64; in endian_frombig() local 107 test64 = be64toh(val64); in endian_frombig() 108 VERIFY3U(test64, ==, e64); in endian_frombig() 109 test64 = betoh64(val64); in endian_frombig() 110 VERIFY3U(test64, ==, e64); in endian_frombig() [all …]
|
/titanic_50/usr/src/cmd/dtrace/test/tst/common/usdt/ |
H A D | tst.badguess.ksh | 63 gcc -m64 -c -o test64.o test.c 74 $dtrace -G -s prov.d test32.o test64.o
|
/titanic_50/usr/src/lib/efcode/fcode_test/ |
H A D | Makefile | 38 PROGS = test.fcode test64.fcode
|