Home
last modified time | relevance | path

Searched refs:extra (Results 1 – 10 of 10) sorted by relevance

/lib/zlib_inflate/
A Dinftrees.c42 const unsigned short *extra; /* extra bits table to use */ in zlib_inflate_table() local
170 base = extra = work; /* dummy value--not used */ in zlib_inflate_table()
176 extra = lext; in zlib_inflate_table()
177 extra -= 257; in zlib_inflate_table()
182 extra = dext; in zlib_inflate_table()
210 this.op = (unsigned char)(extra[work[sym]]); in zlib_inflate_table()
A Dinflate.c616 state->extra = (unsigned)(this.op) & 15; in zlib_inflate()
620 if (state->extra) { in zlib_inflate()
621 NEEDBITS(state->extra); in zlib_inflate()
622 state->length += BITS(state->extra); in zlib_inflate()
623 DROPBITS(state->extra); in zlib_inflate()
650 state->extra = (unsigned)(this.op) & 15; in zlib_inflate()
654 if (state->extra) { in zlib_inflate()
655 NEEDBITS(state->extra); in zlib_inflate()
656 state->offset += BITS(state->extra); in zlib_inflate()
657 DROPBITS(state->extra); in zlib_inflate()
A Dinflate.h97 unsigned extra; /* extra bits needed */ member
/lib/zlib_deflate/
A Ddeftree.c361 const int *extra = desc->stat_desc->extra_bits; in gen_bitlen() local
389 if (n >= base) xbits = extra[n-base]; in gen_bitlen()
974 int extra; /* number of extra bits to send */ local
986 extra = extra_lbits[code];
987 if (extra != 0) {
989 send_bits(s, lc, extra); /* send the extra length bits */
996 extra = extra_dbits[code];
997 if (extra != 0) {
999 send_bits(s, dist, extra); /* send the extra distance bits */
/lib/vdso/
A DKconfig37 time getter functions for the price of an extra conditional
/lib/
A Dstackdepot.c384 stack->handle.extra = 0; in depot_pop_free_pool()
832 parts.extra = extra_bits; in stack_depot_set_extra_bits()
841 return parts.extra; in stack_depot_get_extra_bits()
A DKconfig.kgdb87 This will add an extra call back to kgdb for the breakpoint
137 When KDB is active and a catastrophic error occurs, nothing extra
A DKconfig288 Doing so will enable extra compiler optimizations,
A DKconfig.debug790 Disable it to avoid an extra memory footprint.
857 Enable VM maple tree debugging information and extra validations.
865 Enable VM red-black tree debugging information and extra validations.
873 Enables extra validation on page flags operations.
1725 If you say Y here, some extra kobject debugging messages will be sent
1809 Enable maple tree debugging information and extra validations.
2559 validating module verification). It lacks any extra dependencies,
3357 compilation on or off. This can be used to enable extra debugging
A Dtest_bpf.c850 int extra = 1 + 2; in __bpf_fill_pattern() local
858 len = extra + count * (*emit)(self, arg, NULL, 0, 0); in __bpf_fill_pattern()

Completed in 32 milliseconds