Lines Matching full:t
70 typedef size_t uintptr_t; /* true on most systems, except OpenVMS-64 (which doesn't need address …
1177 "LZ4_saveDict() can't save anything into (NULL,0)"); in FUZ_unitTests()
1182 "LZ4_saveDict() can't save anything since compression hasn't started"); in FUZ_unitTests()
1295 "LZ4_saveDictHC() can't save anything into (NULL,0)"); in FUZ_unitTests()
1300 "LZ4_saveDictHC() can't save anything since compression hasn't started"); in FUZ_unitTests()
1328 FUZ_CHECKTEST(srcSize < 1045000, "LZ4_compress_HC_destSize() doesn't compress enough" in FUZ_unitTests()
1699 DISPLAY( " -T# : Duration of tests, in seconds (default: use Nb of tests) \n"); in FUZ_usage()
1701 DISPLAY( " -t# : Select starting test number (default:0)\n"); in FUZ_usage()
1759 case 'T': in main()
1793 case 't': /* select starting test nb */ in main()
1823 time_t const t = time(NULL); in main() local
1824 U32 const h = XXH32(&t, sizeof(t), 1); in main()