Searched refs:incr (Results 1 - 25 of 25) sorted by relevance

/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Ddnsglue.h132 #define INCR_OK(base, max, ptr, incr) \
133 ((incr) <= (max) - ((const unsigned char *)(ptr) \
144 #define SAFE_GETUINT16(base, max, ptr, incr, s, label) \
146 if (!INCR_OK(base, max, ptr, incr)) goto label; \
149 (ptr) += (incr); \
/osnet-11/usr/src/lib/libast/common/vmalloc/
H A Dvmopen.c58 reg size_t s, a, incr; local
103 /* make sure vd->incr is properly rounded */
104 incr = disc->round <= 0 ? _Vmpagesize : disc->round;
105 incr = MULTIPLE(incr,ALIGN);
108 s = ROUND(sizeof(Vminit_t),incr);
121 vd->incr = incr;
134 incr = sizeof(Vmdata_t);
136 else incr
[all...]
H A Dvmprivate.c62 if(vd->incr <= 0) /* this is just _Vmheap on the first call */
63 vd->incr = VMHEAPINCR;
69 if((size = ROUND(s,vd->incr)) < s)
73 if(size > 2*vd->incr && vm->disc->round < vd->incr)
74 vd->incr *= 2;
84 if((s = (s/vd->incr)*vd->incr) == size)
85 size += vd->incr;
236 less = (less/vd->incr)*v
[all...]
H A Dvmbest.c598 if(size > COMPACT*vd->incr && vd->incr > round)
599 vd->incr /= 2;
608 if(size <= COMPACT*vd->incr || size <= COMPACT*vd->pool)
907 if(SIZE(bp) >= 2*vd->incr)
909 if(vd->wild && SIZE(vd->wild) >= COMPACT*vd->incr)
999 if(SIZE(rp) < size && size > vd->incr && SEGWILD(rp) )
1002 s = (size - SIZE(rp)) + sizeof(Head_t); s = ROUND(s,vd->incr);
1480 0, /* incr */
H A Dvmpool.c88 { if((tp = (*_Vmextend)(vm,ROUND(size,vd->incr),NIL(Vmsearch_f))) )
H A Dvmhdr.h342 size_t incr; /* allocate in multiple of this */ member in struct:_vmdata_s
H A Dvmlast.c239 { ds = size-s; ds = ROUND(ds,vd->incr);
/osnet-11/usr/src/lib/libnsl/key/
H A Dxcrypt.c469 int i, j, incr = 1; local
507 i += incr;
510 incr = -incr;
513 incr = -incr;
519 i += incr;
522 incr = -incr;
525 incr
[all...]
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dexpand.c279 int first, last, incr, count = 0; local
305 incr = 1;
313 incr = strtol(endc+2,&endc,0);
315 incr = -1;
316 if(incr)
359 incr = strtol(cp+2,&endc,0);
363 incr = -1;
364 if(incr && *cp=='}')
427 if(incr*(first+incr) > las
[all...]
H A Dtimers.c33 double incr; member in struct:_timer
138 if((tp=tpold) && tp->incr)
140 while((tp->wakeup += tp->incr) <= now);
158 if(!tp->incr)
194 tp->incr = (flags?t:0);
H A Darray.c71 int *incr; member in struct:fixed_array
108 fp->incr = fp->max+fp->ndim;
109 fp->cur = fp->incr+fp->ndim;
1073 fp->curi += fp->incr[dot]*fp->cur[dot];
1256 fp->cur[fp->dim] = size/fp->incr[fp->dim];
1257 size -= fp->incr[fp->dim]*fp->cur[fp->dim];
1266 fp->curi += (size-fp->cur[fp->dim])*fp->incr[fp->dim];
1359 fp->incr = fp->max+n;
1360 fp->cur = fp->incr+n;
1376 fp->incr[
[all...]
/osnet-11/usr/src/cmd/sendmail/db/lock/
H A Dlock_region.c351 size_t incr, oldsize, used, usedmem; local
358 incr = lrp->increment;
379 incr / ALIGN(sizeof(struct __db_lock), MUTEX_ALIGNMENT));
380 newobjs = (u_int32_t)(obj_ratio * incr / sizeof(DB_LOCKOBJ));
381 newmem = incr -
393 incr += newlocks * sizeof(struct __db_lock);
399 incr += newobjs * sizeof(DB_LOCKOBJ);
404 incr += howmuch * 2 - newmem;
410 newmem += ALIGN(incr, sizeof(size_t)) - incr;
[all...]
/osnet-11/usr/src/cmd/sendmail/db/db/
H A Ddb_dispatch.c278 __db_txnlist_gen(listp, incr)
280 int incr;
293 hp->generation += incr;
/osnet-11/usr/src/lib/libshell/common/bltins/
H A Dhist.c50 int range[2], incr, index2, indx= -1; local
180 incr = 1;
183 incr = -1;
210 range[flag] += incr;
/osnet-11/usr/src/lib/libmail/common/
H A Ds_string.c103 /* grow a string's allocation by at least `incr' bytes */
105 s_simplegrow(string *sp, size_t incr) argument
113 if (((sp->end - sp->base) < incr) && (MAXINCR < incr))
114 size = (sp->end - sp->base) + incr;
/osnet-11/usr/src/lib/libshell/common/edit/
H A Dvi.c1595 register int incr = -1; local
1652 incr = 1;
1677 incr = 1;
1680 if( incr*tcur_virt < motion)
1682 tcur_virt += vp->repeat*incr;
1683 if( incr*tcur_virt > motion)
1716 incr = 1;
1725 incr = 1;
1737 incr = 1;
1749 while( incr*(tcur_vir
[all...]
/osnet-11/usr/src/lib/libc/sparc/gen/
H A Dstrlcpy.s75 addcc %i4, 1, %i4 ! incr, check align
83 sub %i2, 4, %i2 ! pre-incr for in cpy loop
124 sub %g4, 4, %g4 ! undo pre-incr
/osnet-11/usr/src/lib/libcmd/common/
H A Dpr.c409 register int line=0, incr, size,j, c, old; local
418 incr = 1;
420 incr = (n+pp->columns-1)/pp->columns;
426 if(line>=incr)
439 if(next+incr >= pp->fieldlast)
461 next += incr;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/POSIX/
H A DPOSIX.xs1443 nice(incr)
1444 int incr
1447 if ((incr = nice(incr)) != -1 || errno == 0) {
1448 if (incr == 0)
1451 XPUSHs(sv_2mortal(newSViv(incr)));
/osnet-11/usr/src/cmd/sendmail/db/txn/
H A Dtxn.c889 size_t incr, oldsize; local
895 incr = oldmax * sizeof(DB_TXN);
900 if ((ret = __db_rgrow(&tp->reginfo, oldsize + incr)) != 0)
910 *((size_t *)curaddr) = incr - sizeof(size_t);
/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_cc.c1077 dt_node_t *anp, *incr = NULL; local
1290 incr = arg3 != NULL ? arg3->dn_list : NULL;
1295 incr = dnp->dn_aggfun->dn_args->dn_list;
1299 if (incr != NULL) {
1300 if (!dt_node_is_scalar(incr)) {
1306 if ((anp = incr->dn_list) != NULL) {
1312 dnerror(incr, D_PROTO_LEN, "%s( ) prototype "
1320 dt_cg(yypcb, incr);
/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_node.c412 * pnode. The incr parameter indicates the size of range to be increased and
425 topo_instance_t incr, topo_instance_t *min, topo_instance_t *max)
437 if (incr <= 0)
449 newmax = nhp->th_range.tr_max + incr;
424 topo_node_range_extend(topo_mod_t *mod, tnode_t *pnode, const char *name, topo_instance_t incr, topo_instance_t *min, topo_instance_t *max) argument
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dperl5db.pl1992 # The line we're currently on. Set $incr to -1 to stay here
1995 $incr = -1; # for backward motion.
2006 in the file. This is done via the C<$incr>, C<$start>, and C<$max> variables.
2008 C<$incr> controls by how many lines the "current" line should move forward
2341 We set C<$incr> to -1 to indicate that the debugger shouldn't move ahead,
2348 $incr = -1; # stay at current line
2364 we set it to be the first line. We ser C<$incr> to put us back at the
2373 $start -= $incr + $window + 1;
2375 $incr = $window - 1;
2879 $incr
[all...]
H A Doverload.pm281 sub incr { my $n = $ {$_[0]}; ++$n; $_[0] = bless \$n}
285 sub incr { ++$ {$_[0]} ; shift }
596 $a->incr(undef,"");
598 if $b was mathemagical, and C<'++'> was overloaded with C<\&incr>,
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dregexec.c653 int incr;
747 incr = (last_start < start) ? -1 : 1;
758 for (;; match_first += incr)
837 match_first += incr;
650 int incr; local

Completed in 121 milliseconds