Searched refs:LZ4F_max64KB (Results 1 – 4 of 4) sorted by relevance
96 LZ4F_max64KB=4, enumerator
158 #define LZ4F_BLOCKSIZEID_DEFAULT LZ4F_max64KB246 LZ4F_blockSizeID_t proposedBSID = LZ4F_max64KB; in LZ4F_optimalBSID()
120 case LZ4F_max64KB: return 1 << 16; in get_block_size()
322 prefs.frameInfo.blockSizeID = LZ4F_max64KB; in basicTests()