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

/freebsd-11-stable/contrib/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
340 maxLen = 0;
342 if (s->len[t][i] > maxLen) maxLen = s->len[t][i];
350 minLen, maxLen, alphaSize
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c30238 proxyGetLockPath(const char *dbPath, char *lPath, size_t maxLen) argument
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c40786 proxyGetLockPath(const char *dbPath, char *lPath, size_t maxLen) argument
[all...]

Completed in 761 milliseconds