Home
last modified time | relevance | path

Searched defs:cBound (Results 1 – 1 of 1) sorted by relevance

/external/lz4/tests/
Dframetest.c245 { size_t const cBound = LZ4F_compressBound(0, NULL); in basicTests() local
252 { size_t cBound; in basicTests() local
263 { size_t const cBound = LZ4F_compressBound(1 KB, &prefs); in basicTests() local