Home | History | Annotate | Download | only in tests

Lines Matching defs:highBit

302         size_t highBit;
305 highBit = 1ULL << RAND_range(seed, 7, g_maxDecompressedSizeLog);
309 highBit = 1ULL << RAND_range(seed, 0, MIN(7, 1U << g_maxDecompressedSizeLog));
312 highBit = 0;
316 highBit = 1ULL << RAND_range(seed, 0, MIN(7, 1U << g_maxDecompressedSizeLog));
319 highBit = 0;
321 fh.contentSize = highBit ? highBit + (RAND(seed) % highBit) : 0;
478 /* Max Huffman log is 11, min is highbit(maxSymbolValue)+1 */