OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:maxmaxcode
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/sgimips/stand/undist/
util.c
143
static code_int
maxmaxcode
= 1 << BITS; /* should NEVER generate this code */
variable
311
if ( (code=free_ent) <
maxmaxcode
) {
374
maxcode =
maxmaxcode
; /* won't get any bigger now */
445
maxmaxcode
= 1 << maxbits;
/src/sys/net/
bsd-comp.c
96
u_int
maxmaxcode
; /* largest valid code */
member in struct:bsd_db
239
if (db->max_ent >= db->
maxmaxcode
) {
306
u_int newlen, hsize, hshift,
maxmaxcode
;
local
342
maxmaxcode
= MAXCODE(bits);
351
db->lens = malloc((
maxmaxcode
+1) * sizeof(db->lens[0]),
362
db->
maxmaxcode
=
maxmaxcode
;
593
if (max_ent < db->
maxmaxcode
) {
639
if (max_ent >= MAXCODE(n_bits) && max_ent < db->
maxmaxcode
)
737
if (max_ent < db->
maxmaxcode
) {
[
all
...]
/src/usr.bin/compress/
zopen.c
149
#define
maxmaxcode
zs->zs_maxmaxcode
macro
255
maxmaxcode
= 1L << maxbits;
311
if (free_ent <
maxmaxcode
) {
431
maxcode =
maxmaxcode
;
488
maxmaxcode
= 1L << maxbits;
547
if ((code = free_ent) <
maxmaxcode
&& oldcode != -1) {
584
maxcode =
maxmaxcode
;
668
maxmaxcode
= 1 << maxbits; /* Should NEVER generate this code. */
Completed in 94 milliseconds
Indexes created Tue Sep 15 00:24:42 UTC 2026