Searched refs:maxLen (Results 1 - 10 of 10) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/archival/libunarchive/
H A Ddecompress_bunzip2.c59 int minLen, maxLen; member in struct:group_data
223 int minLen, maxLen, pp; local
260 minLen = maxLen = length[0];
262 if (length[i] > maxLen) maxLen = length[i];
279 hufGroup->maxLen = maxLen;
291 for (i = minLen; i <= maxLen; i++) {
308 for (i = minLen; i < maxLen; i++) {
318 limit[i] = (pp << (maxLen
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/tools/misc/lzma_src/C/
H A DLzFind.c314 UInt32 *distances, UInt32 maxLen)
325 if (pb[maxLen] == cur[maxLen] && *pb == *cur)
331 if (maxLen < len)
333 *distances++ = maxLen = len;
345 UInt32 *distances, UInt32 maxLen)
368 if (maxLen < len)
370 *distances++ = maxLen = len;
467 #define GET_MATCHES_FOOTER(offset, maxLen) \
469 distances + offset, maxLen)
312 Hc_GetMatchesSpec(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son, UInt32 _cyclicBufferPos, UInt32 _cyclicBufferSize, UInt32 cutValue, UInt32 *distances, UInt32 maxLen) argument
343 GetMatchesSpec1(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son, UInt32 _cyclicBufferPos, UInt32 _cyclicBufferSize, UInt32 cutValue, UInt32 *distances, UInt32 maxLen) argument
498 UInt32 hash2Value, delta2, maxLen, offset; local
531 UInt32 hash2Value, hash3Value, delta2, delta3, maxLen, offset; local
578 UInt32 hash2Value, hash3Value, delta2, delta3, maxLen, offset; local
[all...]
H A DLzFind.h74 UInt32 *distances, UInt32 maxLen);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/bzip2/
H A Dhuffman.c66 Int32 maxLen )
120 if (j > maxLen) tooLong = True;
130 maxLen, which up to and including version 1.0.2 was 20 bits,
131 which is extremely unlikely. In version 1.0.3 maxLen was
155 Int32 maxLen,
161 for (n = minLen; n <= maxLen; n++) {
175 Int32 maxLen,
181 for (i = minLen; i <= maxLen; i++)
193 for (i = minLen; i <= maxLen; i++) {
198 for (i = minLen + 1; i <= maxLen;
152 BZ2_hbAssignCodes( Int32 *code, UChar *length, Int32 minLen, Int32 maxLen, Int32 alphaSize ) argument
170 BZ2_hbCreateDecodeTables( Int32 *limit, Int32 *base, Int32 *perm, UChar *length, Int32 minLen, Int32 maxLen, Int32 alphaSize ) argument
[all...]
H A Dcompress.c242 Int32 nSelectors, alphaSize, minLen, maxLen, selCtr; local
447 /* maxLen was changed from 20 to 17 in bzip2-1.0.3. See
483 maxLen = 0;
485 if (s->len[t][i] > maxLen) maxLen = s->len[t][i];
488 AssertH ( !(maxLen > 17 /*20*/ ), 3004 );
491 minLen, maxLen, alphaSize );
H A Ddecompress.c110 Int32 minLen, maxLen; local
334 maxLen = 0;
336 if (s->len[t][i] > maxLen) maxLen = s->len[t][i];
344 minLen, maxLen, alphaSize
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/shared/
H A Dbzip2_inflate.c104 Int32 maxLen,
109 Int32 maxLen );
113 Int32 maxLen,
1164 Int32 maxLen,
1170 for (i = minLen; i <= maxLen; i++)
1182 for (i = minLen; i <= maxLen; i++) {
1187 for (i = minLen + 1; i <= maxLen; i++)
1197 Int32 minLen, maxLen; local
1421 maxLen = 0;
1423 if (s->len[t][i] > maxLen) maxLe
1159 BZ2_hbCreateDecodeTables( Int32 *limit, Int32 *base, Int32 *perm, UChar *length, Int32 minLen, Int32 maxLen, Int32 alphaSize ) argument
1812 BZ2_hbAssignCodes( Int32 *code, UChar *length, Int32 minLen, Int32 maxLen, Int32 alphaSize ) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/em28xx/
H A Dem28xx-i2c.c97 int maxLen = 4; local
100 count = (len > maxLen) ? maxLen : len;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/usbvision/
H A Dusbvision-i2c.c480 int maxLen = 4; local
483 count = (len > maxLen) ? maxLen : len;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/sqlite-3.6.22/
H A Dsqlite3.c26145 static int proxyGetLockPath(const char *dbPath, char *lPath, size_t maxLen){ argument
26151 len = strlcpy(lPath, LOCKPROXYDIR, maxLen);
26155 confstr(_CS_DARWIN_USER_TEMP_DIR, lPath, maxLen);
26156 len = strlcat(lPath, "sqliteplocks", maxLen);
26172 len = strlcpy(lPath, "/tmp/", maxLen);
26177 len = strlcat(lPath, "/", maxLen);
26182 for( i=0; i<dbLen && (i+len+7)<maxLen; i++){
26187 strlcat(lPath, ":auto:", maxLen);
[all...]

Completed in 420 milliseconds