Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/lib/
H A Ddecompress_bunzip2.c87 int minLen, maxLen; member
236 int minLen, maxLen, pp; in get_next_block() local
272 minLen = maxLen = length[0]; in get_next_block()
275 if (length[i] > maxLen) in get_next_block()
276 maxLen = length[i]; in get_next_block()
298 hufGroup->maxLen = maxLen; in get_next_block()
308 for (i = minLen; i <= maxLen; i++) { in get_next_block()
324 for (i = minLen; i < maxLen; i++) { in get_next_block()
336 limit[i] = (pp << (maxLen - i)) - 1; in get_next_block()
340 limit[maxLen+1] = INT_MAX; /* Sentinal value for in get_next_block()
[all …]
/OK3568_Linux_fs/u-boot/lib/bzip2/
H A Dbzlib_huffman.c107 Int32 maxLen ) in BZ2_hbMakeCodeLengths() argument
161 if (j > maxLen) tooLong = True; in BZ2_hbMakeCodeLengths()
179 Int32 maxLen, in BZ2_hbAssignCodes() argument
185 for (n = minLen; n <= maxLen; n++) { in BZ2_hbAssignCodes()
199 Int32 maxLen, in BZ2_hbCreateDecodeTables() argument
205 for (i = minLen; i <= maxLen; i++) in BZ2_hbCreateDecodeTables()
217 for (i = minLen; i <= maxLen; i++) { in BZ2_hbCreateDecodeTables()
222 for (i = minLen + 1; i <= maxLen; i++) in BZ2_hbCreateDecodeTables()
H A Dbzlib_compress.c282 Int32 nSelectors, alphaSize, minLen, maxLen, selCtr; in sendMTFValues() local
524 maxLen = 0; in sendMTFValues()
526 if (s->len[t][i] > maxLen) maxLen = s->len[t][i]; in sendMTFValues()
529 AssertH ( !(maxLen > 17 /*20*/ ), 3004 ); in sendMTFValues()
532 minLen, maxLen, alphaSize ); in sendMTFValues()
H A Dbzlib_decompress.c153 Int32 minLen, maxLen; in BZ2_decompress() local
377 maxLen = 0; in BZ2_decompress()
379 if (s->len[t][i] > maxLen) maxLen = s->len[t][i]; in BZ2_decompress()
387 minLen, maxLen, alphaSize in BZ2_decompress()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/openal/openal-soft/
H A D0002-makehrtf-Disable-Wstringop-truncation.patch19 …static int StrSubst(const char *in, const char *pat, const char *rep, const size_t maxLen, char *o…
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/esa/common/
H A Dtlv.h422 UINT8 maxLen;