Home
last modified time | relevance | path

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

/external/lz4/examples/
DdictionaryRandomAccess.c19 MAX_BLOCKS = 1024 /* For simplicity of implementation */ enumerator
62 int offsets[MAX_BLOCKS]; in test_compress()
92 if (offsetsEnd - offsets > MAX_BLOCKS) { exit(2); } in test_compress()
115 int offsets[MAX_BLOCKS]; in test_decompress()
/external/rust/crates/ring/tests/
Dhkdf_tests.rs80 const MAX_BLOCKS: usize = 255; in hkdf_output_len_tests() constant
92 let max_out_len = MAX_BLOCKS * alg.hmac_algorithm().digest_algorithm().output_len; in hkdf_output_len_tests()