Home
last modified time | relevance | path

Searched refs:extra (Results 1 – 8 of 8) 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/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 */
/lib/
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.debug838 Enable VM red-black tree debugging information and extra validations.
846 Enables extra validation on page flags operations.
1224 bool "Enable extra timekeeping sanity checking"
1595 If you say Y here, some extra kobject debugging messages will be sent
2271 validating module verification). It lacks any extra dependencies,
DKconfig418 Doing so will enable extra compiler optimizations,