Home
last modified time | relevance | path

Searched refs:dbits (Results 1 – 13 of 13) sorted by relevance

/netbsd/external/lgpl3/gmp/dist/mpz/
H A Dcong_2exp.c38 unsigned dbits; in mpz_congruent_2exp_p() local
56 dbits = d % GMP_NUMB_BITS; in mpz_congruent_2exp_p()
57 dmask = (CNST_LIMB(1) << dbits) - 1; in mpz_congruent_2exp_p()
140 if (dbits == 0) in mpz_congruent_2exp_p()
H A Ddivis_2exp.c38 unsigned dbits; in mpz_divisible_2exp_p() local
57 dbits = d % GMP_NUMB_BITS; in mpz_divisible_2exp_p()
58 dmask = (CNST_LIMB(1) << dbits) - 1; in mpz_divisible_2exp_p()
/netbsd/external/lgpl3/gmp/dist/tests/mpn/
H A Dt-hgcd_appr.c407 mp_bitcnt_t dbits, abits, margin; in hgcd_appr_valid_p() local
440 dbits = mpz_sizeinbase (t, 2); in hgcd_appr_valid_p()
441 if (dbits > s*GMP_NUMB_BITS) in hgcd_appr_valid_p()
492 if (abits < dbits) in hgcd_appr_valid_p()
510 if (verbose_flag && abits > dbits) in hgcd_appr_valid_p()
513 (unsigned) dbits, (unsigned) abits, in hgcd_appr_valid_p()
H A Dt-bdiv.c132 unsigned long maxnbits, maxdbits, nbits, dbits; in main() local
173 dbits = random_word (rands) % nbits + 1; in main()
175 dbits = random_word (rands) % maxdbits + 1; in main()
188 RANDFUNC (d, rands, dbits); in main()
H A Dt-div.c129 unsigned long maxnbits, maxdbits, nbits, dbits; in main() local
174 dbits = (test + 300) % (nbits - 1) + 1; in main()
176 dbits = urandom () % (nbits - 1) % maxdbits + 1; in main()
185 RANDFUNC (d, rands, dbits); in main()
202 RANDFUNC (q, rands, urandom () % (nbits - dbits + 1)); in main()
/netbsd/external/zlib/pigz/dist/zopfli/
H A Dsqueeze.c126 int dbits = ZopfliGetDistExtraBits(dist); in GetCostFixed() local
133 return cost + dbits + lbits; in GetCostFixed()
149 int dbits = ZopfliGetDistExtraBits(dist); in GetCostStat() local
150 return stats->ll_symbols[lsym] + lbits + stats->d_symbols[dsym] + dbits; in GetCostStat()
/netbsd/external/bsd/libarchive/dist/libarchive/
H A Darchive_read_support_format_rar5.c2874 dbits, in do_uncompress_block() local
2896 dbits = 0; in do_uncompress_block()
2899 dbits = dist_slot / 2 - 1; in do_uncompress_block()
2906 (dist_slot & 1)) << dbits; in do_uncompress_block()
2909 if(dbits > 0) { in do_uncompress_block()
2910 if(dbits >= 4) { in do_uncompress_block()
2914 if(dbits > 4) { in do_uncompress_block()
2923 skip_bits(rar, dbits - 4); in do_uncompress_block()
2925 36 - dbits)) << 4; in do_uncompress_block()
2956 p, dbits, &add)) { in do_uncompress_block()
/netbsd/external/mpl/bind/dist/bin/dnssec/
H A Ddnssec-keygen.c97 int dbits; member
681 dst_key_setbits(key, ctx->dbits); in keygen()
955 ctx.dbits = strtol(isc_commandline_argument, &endp, 10); in main()
956 if (*endp != '\0' || ctx.dbits < 0) { in main()
/netbsd/sys/net/
H A Dzlib.c5095 Byte dbits; /* dtree bits decoder per branch */ member
5112 c->dbits = (Byte)bd; in inflate_codes_new()
5146 r = inflate_fast(c->lbits, c->dbits, c->ltree, c->dtree, s, z); in inflate_codes()
5201 c->sub.code.need = c->dbits; in inflate_codes()
/netbsd/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Drs6000.md656 (define_mode_attr dbits [(QI "56") (HI "48") (SI "32")])
/netbsd/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000.md709 (define_mode_attr dbits [(QI "56") (HI "48") (SI "32")])
/netbsd/external/lgpl3/gmp/dist/
H A DChangeLog5035 * tests/mpn/t-div.c: Limit random dbits to avoid an infinite loop.
/netbsd/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20058846 (dbits): New mode attr.