Home
last modified time | relevance | path

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

/lib/mpi/
Dmpicoder.c581 int extra = 0; in mpi_print() local
593 extra = 2; in mpi_print()
601 extra = 1; in mpi_print()
612 if (extra == 1) in mpi_print()
614 else if (extra) in mpi_print()
616 memcpy(s, tmp, n-!!extra); in mpi_print()
669 int extra = 0; in mpi_print() local
681 extra = 2; in mpi_print()
685 extra = 1; in mpi_print()
700 if (extra == 1) in mpi_print()
[all …]
/lib/zlib_inflate/
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()
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()
Dinflate.h97 unsigned extra; /* extra bits needed */ member
/lib/
Dstackdepot.c60 u32 extra : STACK_DEPOT_EXTRA_BITS; member
86 return parts.extra; in stack_depot_get_extra_bits()
153 stack->handle.extra = 0; in depot_alloc_stack()
511 retval.extra = extra_bits; in __stack_depot_save()
DKconfig.kgdb87 This will add an extra call back to kgdb for the breakpoint
136 When KDB is active and a catastrophic error occurs, nothing extra
DKconfig.debug727 Disable it to avoid an extra memory footprint.
842 Enable VM maple tree debugging information and extra validations.
850 Enable VM red-black tree debugging information and extra validations.
858 Enables extra validation on page flags operations.
1216 bool "Enable extra timekeeping sanity checking"
1587 If you say Y here, some extra kobject debugging messages will be sent
1667 Enable maple tree debugging information and extra validations.
2312 validating module verification). It lacks any extra dependencies,
2806 compilation on or off. This can be used to enable extra debugging
DKconfig425 Doing so will enable extra compiler optimizations,
Dtest_bpf.c830 int extra = 1 + 2; in __bpf_fill_pattern() local
838 len = extra + count * (*emit)(self, arg, NULL, 0, 0); in __bpf_fill_pattern()
/lib/zlib_deflate/
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 */