Home
last modified time | relevance | path

Searched refs:used (Results 1 – 3 of 3) sorted by relevance

/lib/zlib_inflate/
Dinftrees.c33 unsigned used; /* code entries in table used */ in zlib_inflate_table() local
194 used = 1U << root; /* use root table entries */ in zlib_inflate_table()
195 mask = used - 1; /* mask for comparing low */ in zlib_inflate_table()
198 if (type == LENS && used >= ENOUGH - MAXD) in zlib_inflate_table()
265 used += 1U << curr; in zlib_inflate_table()
266 if (type == LENS && used >= ENOUGH - MAXD) in zlib_inflate_table()
312 *table += used; in zlib_inflate_table()
/lib/
DKconfig.kgdb27 Share a serial console with kgdb. Sysrq-g must be used
DKconfig.debug174 The panic can be used in combination with panic_timeout,
307 commonly used smp_processor_id() function and will print warnings
335 best used in conjunction with the NMI watchdog so that spinlock
673 This option provides a kernel module that can be used to test
817 If ohci1394_dma=early is used as boot parameter, it will initialize
826 in charge of the OHCI-1394 controllers should be used instead.