| /openbsd-src/sys/arch/m88k/m88k/ |
| H A D | m88100_machdep.c | 99 dae_print_one(u_int x, u_int dmax, u_int dmdx, u_int dmtx) in dae_print_one() argument 108 dmax += dmt_en_info[enbits].offset; in dae_print_one() 145 x, dmtx, xmem, width, usr, dmdx, dmax); in dae_print_one() 148 x, dmtx, xmem, width, usr, DMT_DREGBITS(dmtx), dmax); in dae_print_one() 171 u_int dmax, u_int dmdx, u_int dmtx) in dae_process() argument 178 DAE_DEBUG(dae_print_one(x, dmax, dmdx, dmtx)); in dae_process() 181 dmax += dmt_en_info[enbits].offset; in dae_process() 196 v = do_load_word(dmax, dmtx & DMT_DAS); in dae_process() 199 v = do_load_word(dmax ^ 4, dmtx & DMT_DAS); in dae_process() 210 dmdx & 0xff, dmax, in dae_process() [all …]
|
| /openbsd-src/sbin/fsck_ffs/ |
| H A D | pass5.c | 68 daddr_t dbase, dmax; in pass5() local 175 dmax = blknum(fs, fs->fs_size + fs->fs_frag - 1); in pass5() 176 for (d = fs->fs_size; d < dmax; d++) in pass5() 188 dmax = dbase + fs->fs_fpg; in pass5() 189 if (dmax > fs->fs_size) in pass5() 190 dmax = fs->fs_size; in pass5() 198 newcg->cg_ndblk = dmax - dbase; in pass5() 267 d < dmax; in pass5()
|
| /openbsd-src/lib/libcrypto/bn/ |
| H A D | bn_lib.c | 96 explicit_bzero(a->d, a->dmax * sizeof(a->d[0])); in BN_clear() 109 freezero(bn->d, bn->dmax * sizeof(bn->d[0])); in BN_free() 158 .dmax = 1, 210 d = recallocarray(bn->d, bn->dmax, words, sizeof(BN_ULONG)); in bn_expand_internal() 216 bn->dmax = words; in bn_expand_internal() 253 if (words <= bn->dmax) in bn_wexpand() 329 tmp_dmax = a->dmax; in BN_swap() 334 a->dmax = b->dmax; in BN_swap() 339 b->dmax = tmp_dmax; in BN_swap()
|
| H A D | bn_div.c | 329 wnum.dmax = snum->dmax - loop; /* so we don't step out of bounds */ in BN_div_internal()
|
| H A D | bn_local.h | 125 int dmax; /* Size of the d array. */ member
|
| H A D | bn_exp.c | 463 tmp.dmax = am.dmax = top; in BN_mod_exp_mont_consttime()
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/ |
| H A D | inffast.c | 58 unsigned dmax; /* maximum distance from zlib header */ in inflate_fast() 85 dmax = state->dmax; in inflate_fast() 157 if (dist > dmax) { in inflate_fast() 61 unsigned dmax; /* maximum distance from zlib header */ inflate_fast() local
|
| H A D | inflate.h | 91 unsigned dmax; /* zlib header max distance (INFLATE_STRICT) */ member
|
| H A D | inflate.c | 119 state->dmax = 32768U; in inflateResetKeep() 663 state->dmax = 1U << len; in inflate() 1123 if (state->offset > state->dmax) { in inflate()
|
| /openbsd-src/sys/lib/libz/ |
| H A D | inffast.c | 58 unsigned dmax; /* maximum distance from zlib header */ in inflate_fast() local 85 dmax = state->dmax; in inflate_fast() 157 if (dist > dmax) { in inflate_fast()
|
| H A D | inflate.h | 91 unsigned dmax; /* zlib header max distance (INFLATE_STRICT) */ member
|
| H A D | inflate.c | 119 state->dmax = 32768U; in inflateResetKeep() 675 state->dmax = 1U << len; in inflate() 1193 if (state->offset > state->dmax) { in inflate()
|
| /openbsd-src/lib/libz/ |
| H A D | inffast.c | 58 unsigned dmax; /* maximum distance from zlib header */ in inflate_fast() local 85 dmax = state->dmax; in inflate_fast() 157 if (dist > dmax) { in inflate_fast()
|
| H A D | inflate.h | 91 unsigned dmax; /* zlib header max distance (INFLATE_STRICT) */ member
|
| H A D | inflate.c | 119 state->dmax = 32768U; in inflateResetKeep() 676 state->dmax = 1U << len; in inflate() 1194 if (state->offset > state->dmax) { in inflate()
|
| /openbsd-src/sbin/growfs/ |
| H A D | growfs.c | 325 daddr_t i, cbase, dmax; in initcg() local 347 dmax = cbase + sblock.fs_fpg; in initcg() 348 if (dmax > sblock.fs_size) in initcg() 349 dmax = sblock.fs_size; in initcg() 361 acg.cg_ndblk = dmax - cbase; in initcg() 626 daddr_t cbase, dmax, dupper; in updjcg() local 661 dmax = cbase + sblock.fs_fpg; in updjcg() 662 if (dmax > sblock.fs_size) in updjcg() 663 dmax = sblock.fs_size; in updjcg() 688 acg.cg_ndblk = dmax - cbase; in updjcg() [all …]
|
| /openbsd-src/sbin/fsck_ext2fs/ |
| H A D | pass5.c | 55 daddr32_t dbase, dmax; in pass5() local 145 dmax = (c+1) * sblock.e2fs.e2fs_bpg + in pass5() 149 d < dmax; in pass5()
|
| /openbsd-src/usr.bin/systat/ |
| H A D | engine.c | 1062 setup_term(int dmax) in setup_term() argument 1064 max_disp = dmax; in setup_term() 1065 maxprint = dmax; in setup_term() 1072 if (dmax < 0) in setup_term() 1073 dmax = 0; in setup_term() 1079 setup_term(dmax); in setup_term() 1096 if (dmax == 0) in setup_term()
|
| /openbsd-src/usr.sbin/makefs/ffs/ |
| H A D | mkfs.c | 564 daddr_t cbase, dmax; in initcg() local 576 dmax = cbase + sblock.fs_fpg; in initcg() 577 if (dmax > sblock.fs_size) in initcg() 578 dmax = sblock.fs_size; in initcg() 590 acg.cg_ndblk = dmax - cbase; in initcg()
|
| /openbsd-src/sbin/newfs/ |
| H A D | mkfs.c | 625 daddr_t cbase, dmax; in initcg() local 635 dmax = cbase + sblock.fs_fpg; in initcg() 636 if (dmax > sblock.fs_size) in initcg() 637 dmax = sblock.fs_size; in initcg() 653 acg.cg_ndblk = dmax - cbase; in initcg()
|
| /openbsd-src/sys/dev/wscons/ |
| H A D | wsmouseinput.h | 118 int dmax; member
|
| H A D | wsmouse.c | 1470 params[i].value = input->filter.h.dmax; in wsmouse_get_params() 1473 params[i].value = input->filter.v.dmax; in wsmouse_get_params() 1566 input->filter.h.dmax = val; in wsmouse_set_params() 1569 input->filter.v.dmax = val; in wsmouse_set_params()
|
| H A D | wstpad.c | 1411 || (h->dmax && (abs(pos->dx) > h->dmax)) in wstpad_filter() 1412 || (v->dmax && (abs(pos->dy) > v->dmax))) { in wstpad_filter()
|
| /openbsd-src/gnu/usr.bin/cvs/diff/ |
| H A D | analyze.c | 107 int const dmax = xlim - yoff; /* Maximum valid diagonal. */ local 126 fmax < dmax ? fd[++fmax + 1] = -1 : --fmax; 153 bmax < dmax ? bd[++bmax + 1] = INT_MAX : --bmax;
|
| /openbsd-src/games/hack/ |
| H A D | hack.c | 656 int dx,dy,adx,ady,sdx,sdy,dmax,d; in cansee() local 668 dmax = (dx == 0) ? ady : adx; in cansee() 669 for(d = 1; d <= dmax; d++) in cansee()
|