Searched refs:kTestMagic (Results 1 – 1 of 1) sorted by relevance
27 const char kTestMagic[] = { 'T', 'E', 'S', 'T' }; variable69 write_bin(outFp, kTestMagic, sizeof(kTestMagic)); in test_compress()71 *offsetsEnd++ = sizeof(kTestMagic); in test_compress()122 char magic[sizeof(kTestMagic)]; in test_decompress()125 if (memcmp(kTestMagic, magic, sizeof(magic))) { exit(2); } in test_decompress()