Home
last modified time | relevance | path

Searched refs:kTestMagic (Results 1 – 1 of 1) sorted by relevance

/external/lz4/examples/
DdictionaryRandomAccess.c27 const char kTestMagic[] = { 'T', 'E', 'S', 'T' }; variable
69 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()