| /netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/bn/ |
| H A D | bn_lib.c | 159 for (j = 0, past_i = 0, ret = 0; j < a->dmax; j++) { in bn_num_bits_consttime() 204 OPENSSL_secure_clear_free(a->d, a->dmax * sizeof(a->d[0])); in bn_free_d() 206 OPENSSL_clear_free(a->d, a->dmax * sizeof(a->d[0])); in bn_free_d() 303 if (words > b->dmax) { in bn_expand2() 310 b->dmax = words; in bn_expand2() 341 bn_words = BN_get_flags(b, BN_FLG_CONSTTIME) ? b->dmax : b->top; in BN_copy() 378 tmp_dmax = a->dmax; in BN_swap() 383 a->dmax = b->dmax; in BN_swap() 388 b->dmax = tmp_dmax; in BN_swap() 403 OPENSSL_cleanse(a->d, sizeof(*a->d) * a->dmax); in BN_clear() [all …]
|
| H A D | bn_intern.c | 148 return a->dmax; in bn_get_dmax() 155 for (i = a->top; i < a->dmax; i++) in bn_set_all_zero() 182 a->dmax = a->top = size; in bn_set_static_words()
|
| H A D | bn_local.h | 178 if (_bnum1->top < _bnum1->dmax) { \ 187 sizeof(*_not_const) * (_bnum1->dmax - _bnum1->top)); \ 211 assert((words) <= (_bnum2)->dmax && \ 243 int dmax; /* Size of the d array. */ member 489 int ind = (a)->dmax - (a)->top; \ 696 if (((bits+BN_BITS2-1)/BN_BITS2) <= (a)->dmax) in bn_expand()
|
| H A D | bn_mod.c | 76 ai += (i - a->dmax) >> (8 * sizeof(i) - 1); in bn_mod_add_fixed_top() 77 bi += (i - b->dmax) >> (8 * sizeof(i) - 1); in bn_mod_add_fixed_top() 153 ai += (i - a->dmax) >> (8 * sizeof(i) - 1); in bn_mod_sub_fixed_top() 154 bi += (i - b->dmax) >> (8 * sizeof(i) - 1); in bn_mod_sub_fixed_top()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/bn/ |
| H A D | bn_lib.c | 160 for (j = 0, past_i = 0, ret = 0; j < a->dmax; j++) { in bn_num_bits_consttime() 205 OPENSSL_secure_clear_free(a->d, a->dmax * sizeof(a->d[0])); in bn_free_d() 207 OPENSSL_clear_free(a->d, a->dmax * sizeof(a->d[0])); in bn_free_d() 304 if (words > b->dmax) { in bn_expand2() 311 b->dmax = words; in bn_expand2() 342 bn_words = BN_get_flags(b, BN_FLG_CONSTTIME) ? b->dmax : b->top; in BN_copy() 379 tmp_dmax = a->dmax; in BN_swap() 384 a->dmax = b->dmax; in BN_swap() 389 b->dmax = tmp_dmax; in BN_swap() 404 OPENSSL_cleanse(a->d, sizeof(*a->d) * a->dmax); in BN_clear() [all …]
|
| H A D | bn_intern.c | 148 return a->dmax; in bn_get_dmax() 155 for (i = a->top; i < a->dmax; i++) in bn_set_all_zero() 182 a->dmax = a->top = size; in bn_set_static_words()
|
| H A D | bn_local.h | 185 if (_bnum1->top < _bnum1->dmax) { \ 194 sizeof(*_not_const) * (_bnum1->dmax - _bnum1->top)); \ 218 assert((words) <= (_bnum2)->dmax && \ 250 int dmax; /* Size of the d array. */ member 464 int ind = (a)->dmax - (a)->top; \ 671 if (((bits+BN_BITS2-1)/BN_BITS2) <= (a)->dmax) in bn_expand()
|
| H A D | bn_mod.c | 85 ai += (i - a->dmax) >> (8 * sizeof(i) - 1); in bn_mod_add_fixed_top() 86 bi += (i - b->dmax) >> (8 * sizeof(i) - 1); in bn_mod_add_fixed_top() 162 ai += (i - a->dmax) >> (8 * sizeof(i) - 1); in bn_mod_sub_fixed_top() 163 bi += (i - b->dmax) >> (8 * sizeof(i) - 1); in bn_mod_sub_fixed_top()
|
| /netbsd-src/tests/usr.bin/indent/ |
| H A D | fmt_decl.c | 336 dmax = (double)3 * 10.0; in x() 337 dmin = (double)dmax * 10.0; in x() 338 davg = (double)dmax * dmin; in x() 353 dmax = (double)3 * 10.0; in x() 354 dmin = (double)dmax * 10.0; in x() 355 davg = (double)dmax * dmin; in x()
|
| /netbsd-src/external/lgpl3/mpfr/dist/examples/ |
| H A D | divworst.c | 55 int dmax, n, p; in main() local 64 dmax = atoi (argv[1]); in main() 77 mpfr_get_exp (x) <= dmax; in main()
|
| /netbsd-src/sbin/fsck_ffs/ |
| H A D | pass5.c | 66 daddr_t dbase, dmax; in pass5() local 202 dmax = ffs_blknum(fs, fs->fs_size + fs->fs_frag - 1); in pass5() 203 for (d = fs->fs_size; d < dmax; d++) in pass5() 268 dmax = dbase + fs->fs_fpg; in pass5() 269 if (dmax > fs->fs_size) in pass5() 270 dmax = fs->fs_size; in pass5() 275 newcg->cg_ndblk = dmax - dbase; in pass5() 356 d < dmax; in pass5()
|
| /netbsd-src/external/gpl3/binutils.old/dist/zlib/ |
| H A D | inffast.c | 61 unsigned dmax; /* maximum distance from zlib header */ local 88 dmax = state->dmax; 160 if (dist > dmax) {
|
| H A D | inflate.h | 91 unsigned dmax; /* zlib header max distance (INFLATE_STRICT) */ member
|
| /netbsd-src/external/gpl3/gdb/dist/zlib/ |
| H A D | inffast.c | 61 unsigned dmax; /* maximum distance from zlib header */ local 88 dmax = state->dmax; 160 if (dist > dmax) {
|
| /netbsd-src/external/gpl3/binutils/dist/zlib/ |
| H A D | inffast.c | 61 unsigned dmax; /* maximum distance from zlib header */ local 88 dmax = state->dmax; 160 if (dist > dmax) {
|
| H A D | inflate.h | 91 unsigned dmax; /* zlib header max distance (INFLATE_STRICT) */ member
|
| /netbsd-src/external/cddl/osnet/dist/uts/common/zmod/ |
| H A D | inffast.c | 80 unsigned dmax; /* maximum distance from zlib header */ local 107 dmax = state->dmax; 179 if (dist > dmax) {
|
| H A D | inflate.h | 85 unsigned dmax; /* zlib header max distance (INFLATE_STRICT) */ member
|
| /netbsd-src/sbin/resize_ffs/ |
| H A D | resize_ffs.c | 469 int64_t dmax; /* Offset of end of post-inode data area */ in initcg() local 479 dmax = newsb->fs_size - base; in initcg() 480 if (dmax > newsb->fs_fpg) in initcg() 481 dmax = newsb->fs_fpg; in initcg() 495 cg->cg_ndblk = dmax; in initcg() 553 set_bits(cg_blksfree(cg, 0), dhigh, dmax - dhigh); in initcg() 589 n = (dmax - dhigh) / newsb->fs_frag; in initcg() 612 i = dmax - dhigh; in initcg() 904 int64_t dmax; /* total size of cg */ in recompute_fs_dsize() local 909 dmax = newsb->fs_size - base; in recompute_fs_dsize() [all …]
|
| /netbsd-src/external/gpl3/gdb/dist/sim/testsuite/aarch64/ |
| H A D | fstur.s | 22 dmax: label 88 adrp x0, dmax 89 add x0, x0, :lo12:dmax
|
| /netbsd-src/sbin/fsck_ext2fs/ |
| H A D | pass5.c | 87 daddr_t dbase, dmax; in pass5() local 177 dmax = (c+1) * sblock.e2fs.e2fs_bpg + in pass5() 181 d < dmax; in pass5()
|
| /netbsd-src/external/gpl2/gettext/dist/gnulib-local/lib/ |
| H A D | fstrcmp.c | 180 const int dmax = xlim - yoff; /* Maximum valid diagonal. */ in diag() local 207 if (fmax < dmax) in diag() 249 if (bmax < dmax) in diag()
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/ |
| H A D | fstrcmp.c | 180 const int dmax = xlim - yoff; /* Maximum valid diagonal. */ in diag() local 207 if (fmax < dmax) in diag() 249 if (bmax < dmax) in diag()
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
| H A D | fstrcmp.c | 180 const int dmax = xlim - yoff; /* Maximum valid diagonal. */ in diag() local 207 if (fmax < dmax) in diag() 249 if (bmax < dmax) in diag()
|
| /netbsd-src/common/dist/zlib/ |
| H A D | inflate.h | 91 unsigned dmax; /* zlib header max distance (INFLATE_STRICT) */ member
|