Home
last modified time | relevance | path

Searched refs:have (Results 1 – 5 of 5) sorted by relevance

/lib/zlib_inflate/
Dinflate.c171 have = strm->avail_in; \
182 strm->avail_in = have; \
198 if (have == 0) goto inf_leave; \
199 have--; \
322 unsigned have, left; /* available input and output */ in zlib_inflate() local
346 in = have; in zlib_inflate()
434 if (copy > have) copy = have; in zlib_inflate()
438 have -= copy; in zlib_inflate()
462 state->have = 0; in zlib_inflate()
465 while (state->have < state->ncode) { in zlib_inflate()
[all …]
Dinflate.h105 unsigned have; /* number of code lengths in lens[] */ member
/lib/raid6/
Daltivec.uc111 /* This assumes either all CPUs have Altivec or none does */
/lib/
DKconfig.debug211 to keep kernel developers who have to stare a lot at assembler listings
329 If you say Y here, you will have some control over the system even
423 Say Y here to have the kernel do limited verification on memory
643 KCOV does not have any arch-specific code, but currently it is enabled
685 for more than 10 seconds, without letting other interrupts have a
743 high-availability systems that have uptime guarantees and
797 high-availability systems that have uptime guarantees and
1264 available only when the RCU torture tests have been built
1573 have to enable STACKTRACE as well.
1657 devices, be sure to have the cable plugged and FireWire enabled on
DKconfig124 Most modern processors have enough cache to hold this table without
128 you have a good reason not to.