Home
last modified time | relevance | path

Searched refs:MAXBITS (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/lib/zlib_inflate/
H A Dinftrees.c9 #define MAXBITS 15 macro
44 unsigned short count[MAXBITS+1]; /* number of codes of each length */ in zlib_inflate_table()
45 unsigned short offs[MAXBITS+1]; /* offsets in table for each length */ in zlib_inflate_table()
75 lens[] are in the range 0..MAXBITS. The caller must assure this. in zlib_inflate_table()
76 1..MAXBITS is interpreted as that code length. zero means that that in zlib_inflate_table()
92 /* accumulate lengths for codes (assumes lens[] all in 0..MAXBITS) */ in zlib_inflate_table()
93 for (len = 0; len <= MAXBITS; len++) in zlib_inflate_table()
100 for (max = MAXBITS; max >= 1; max--) in zlib_inflate_table()
112 for (min = 1; min < MAXBITS; min++) in zlib_inflate_table()
118 for (len = 1; len <= MAXBITS; le in zlib_inflate_table()
[all...]
/kernel/linux/linux-6.6/lib/zlib_inflate/
H A Dinftrees.c9 #define MAXBITS 15 macro
44 unsigned short count[MAXBITS+1]; /* number of codes of each length */ in zlib_inflate_table()
45 unsigned short offs[MAXBITS+1]; /* offsets in table for each length */ in zlib_inflate_table()
75 lens[] are in the range 0..MAXBITS. The caller must assure this. in zlib_inflate_table()
76 1..MAXBITS is interpreted as that code length. zero means that that in zlib_inflate_table()
92 /* accumulate lengths for codes (assumes lens[] all in 0..MAXBITS) */ in zlib_inflate_table()
93 for (len = 0; len <= MAXBITS; len++) in zlib_inflate_table()
100 for (max = MAXBITS; max >= 1; max--) in zlib_inflate_table()
112 for (min = 1; min < MAXBITS; min++) in zlib_inflate_table()
118 for (len = 1; len <= MAXBITS; le in zlib_inflate_table()
[all...]
/kernel/linux/linux-5.10/drivers/mtd/tests/
H A Dnandbiterrs.c264 #define MAXBITS 512 in overwrite_test() macro
265 static unsigned bitstats[MAXBITS]; /* bit error histogram. */ in overwrite_test()
286 if (err >= MAXBITS) { in overwrite_test()
/kernel/linux/linux-6.6/drivers/mtd/tests/
H A Dnandbiterrs.c264 #define MAXBITS 512 in overwrite_test() macro
265 static unsigned bitstats[MAXBITS]; /* bit error histogram. */ in overwrite_test()
286 if (err >= MAXBITS) { in overwrite_test()

Completed in 3 milliseconds