Home
last modified time | relevance | path

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

123456

/illumos-gate/usr/src/cmd/dtrace/test/tst/common/aggs/
H A Dtst.lquantzero.d39 incr = val % b;
50 /incr != 0/
53 @one[i] = lquantize(0, 10, 20, 1, incr);
54 @two[i] = lquantize(0, 1, 20, 5, incr);
55 @three[i] = lquantize(0, 0, 20, 1, incr);
56 @four[i] = lquantize(0, -10, 10, 1, incr);
57 @five[i] = lquantize(0, -10, 0, 1, incr);
58 @six[i] = lquantize(0, -10, -1, 1, incr);
59 @seven[i] = lquantize(0, -10, -2, 1, incr);
63 /incr == 0/
H A Dtst.negorder.d38 incr = val % b;
49 /incr != 0/
52 @quanty[i] = quantize(1, incr);
53 @lquanty[i] = lquantize(1, -10, 10, 1, incr);
54 @summy[i] = sum(incr);
55 @maxxy[i] = max(incr);
56 @minny[i] = min(incr);
60 /incr == 0/
H A Dtst.quantzero.d39 incr = val % b;
50 /incr != 0/
53 @[i] = quantize(0, incr);
57 /incr == 0/
/illumos-gate/usr/src/lib/libnsl/key/
H A Dxcrypt.c478 i += incr; in passwd2des_g()
481 incr = -incr; in passwd2des_g()
484 incr = -incr; in passwd2des_g()
490 i += incr; in passwd2des_g()
493 incr = -incr; in passwd2des_g()
496 incr = -incr; in passwd2des_g()
505 i += incr; in passwd2des_g()
508 incr = -incr; in passwd2des_g()
511 incr = -incr; in passwd2des_g()
520 incr = -incr; in passwd2des_g()
[all …]
/illumos-gate/usr/src/uts/sun4u/io/
H A Dppm_plat.c212 int speedup, incr, lowest, highest; in ppm_change_cpu_power() local
236 incr = 1; in ppm_change_cpu_power()
240 incr = -1; in ppm_change_cpu_power()
248 for (level = oldlevel+incr; level != newlevel+incr; level += incr) { in ppm_change_cpu_power()
269 ret = ppm_revert_cpu_power(cpup, level - incr); in ppm_change_cpu_power()
279 (void) ppm_revert_cpu_power(cpup, level - incr); in ppm_change_cpu_power()
287 ret = ppm_cpu_pre_chng(domp, level - incr, speedup); in ppm_change_cpu_power()
289 (void) ppm_revert_cpu_power(cpup, level - incr); in ppm_change_cpu_power()
290 (void) ppm_cpu_next(domp, level - incr); in ppm_change_cpu_power()
309 (void) ppm_revert_cpu_power(cpup, level - incr); in ppm_change_cpu_power()
[all …]
/illumos-gate/usr/src/uts/common/inet/cc/
H A Dcc_newreno.c114 uint_t incr = CCV(ccv, tcp_mss); in newreno_ack_received() local
148 incr = 0; in newreno_ack_received()
150 incr = max((incr * incr / cw), 1); in newreno_ack_received()
158 incr = min(ccv->bytes_this_ack, in newreno_ack_received()
161 incr = min(ccv->bytes_this_ack, in newreno_ack_received()
167 if (incr > 0) in newreno_ack_received()
168 CCV(ccv, tcp_cwnd) = min(cw + incr, in newreno_ack_received()
/illumos-gate/usr/src/contrib/zlib/
H A Dinftrees.c45 unsigned incr; /* for incrementing code, index */ in inflate_table() local
227 incr = 1U << (len - drop); in inflate_table()
231 fill -= incr; in inflate_table()
236 incr = 1U << (len - 1); in inflate_table()
237 while (huff & incr) in inflate_table()
238 incr >>= 1; in inflate_table()
239 if (incr != 0) { in inflate_table()
240 huff &= incr - 1; in inflate_table()
241 huff += incr; in inflate_table()
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Ddnsglue.h132 #define INCR_OK(base, max, ptr, incr) \ argument
133 ((incr) <= (max) - ((const unsigned char *)(ptr) \
145 #define SAFE_GETUINT16(base, max, ptr, incr, s, label) \ argument
147 if (!INCR_OK(base, max, ptr, incr)) goto label; \
150 (ptr) += (incr); \
/illumos-gate/usr/src/cmd/sh/
H A Dsetbrk.c40 setbrk(incr) in setbrk() argument
41 int incr; in setbrk()
44 register unsigned char *a = (unsigned char *)sbrk(incr);
46 brkend = a + incr;
H A Dstak.c74 unsigned incr; local
76 incr = (unsigned)round(newtop - brkend + 1, BYTESPERWORD);
77 if (brkincr > incr)
78 incr = brkincr;
79 if (setbrk(incr) == -1)
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dexpand.c279 int first, last, incr, count = 0; in path_generate() local
305 incr = 1; in path_generate()
313 incr = strtol(endc+2,&endc,0); in path_generate()
315 incr = -1; in path_generate()
316 if(incr) in path_generate()
359 incr = strtol(cp+2,&endc,0); in path_generate()
363 incr = -1; in path_generate()
364 if(incr && *cp=='}') in path_generate()
427 if(incr*(first+incr) > last*incr) in path_generate()
430 first += incr; in path_generate()
H A Dtimers.c33 double incr; member
138 if((tp=tpold) && tp->incr) in sigalrm()
140 while((tp->wakeup += tp->incr) <= now); in sigalrm()
158 if(!tp->incr) in sigalrm()
194 tp->incr = (flags?t:0); in sh_timeradd()
/illumos-gate/usr/src/boot/libsa/
H A Dsbrk.c50 sbrk(int incr) in sbrk() argument
57 if ((heapsize + incr) <= maxheap) { in sbrk()
59 bzero(ret, incr); in sbrk()
60 heapsize += incr; in sbrk()
H A Dzalloc_malloc.c82 int incr = (bytes + BLKEXTENDMASK) & ~BLKEXTENDMASK; in Malloc_align() local
85 if ((base = sbrk(incr)) == (char *)-1) in Malloc_align()
87 zextendPool(&MallocPool, base, incr); in Malloc_align()
88 zfree(&MallocPool, base, incr); in Malloc_align()
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/llquantize/
H A Dtst.negorder.d37 incr = val % b;
48 /incr != 0/
51 @llquanty[i] = llquantize(1, 10, 0, 10, 10, incr);
55 /incr == 0/
/illumos-gate/usr/src/contrib/ast/src/lib/libast/vmalloc/
H A Dvmprivate.c56 if(vd->incr <= 0) /* this is just _Vmheap on the first call */
57 vd->incr = _Vmpagesize*sizeof(Void_t*);
63 if((size = ROUND(s,vd->incr)) < s)
67 if(size > 2*vd->incr && vm->disc->round < vd->incr)
68 vd->incr *= 2;
211 less = (less/vd->incr)*vd->incr;
213 less = less <= (ssize_t)vd->incr ? 0 : less - vd->incr;
H A Dvmopen.c67 size_t algn, size, incr; local
104 incr = disc->round <= 0 ? _Vmpagesize : disc->round;
105 incr = MULTIPLE(incr,ALIGN);
106 size = ROUND(sizeof(Vminit_t),incr); /* get initial memory */
116 vd->incr = incr;
/illumos-gate/usr/src/cmd/renice/
H A Drenice.c104 int incr = RENICE_DEFAULT_PRIORITY; in main() local
142 incr = strtol(optarg, &end_ptr, 10); in main()
185 errs += donice(which, who, incr, prio_type, in main()
195 errs += donice(which, who, incr, prio_type, in main()
207 errs += donice(which, who, incr, prio_type, in main()
218 errs += donice(which, who, incr, prio_type, in main()
235 errs += donice(which, who, incr, prio_type, *argv); in main()
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dpager.test208 for {set i 2} {$i<=20} {incr i} {
215 for {set i 2} {$i<=20} {incr i} {
223 for {set i 1} {$i<=20} {incr i} {
263 for {set i 2} {$i<=20} {incr i} {
270 for {set i 1} {$i<=20} {incr i} {
285 for {set i 1} {$i<20} {incr i} {
288 for {set j 2} {$j<=20} {incr j} {
304 for {set j 2} {$j<=20} {incr j} {
315 for {set j 2} {$j<=20} {incr j} {
329 for {set j 2} {$j<=20} {incr j} {
[all …]
H A Dall.test60 for {set Counter 0} {$Counter<$COUNT && $nErr==0} {incr Counter} {
74 incr nErr
88 incr ::nTest
94 incr ::nErr
/illumos-gate/usr/src/cmd/mandoc/
H A Dcompat_ohash.c78 unsigned int i, incr; in ohash_resize() local
103 incr = ((h->t[j].hv % (ns - 2)) & ~1) + 1; in ohash_resize()
105 i += incr; in ohash_resize()
228 unsigned int i, incr; in ohash_lookup_interval() local
236 incr = ((hv % (h->size-2)) & ~1) + 1; in ohash_lookup_interval()
260 i += incr; in ohash_lookup_interval()
275 unsigned int i, incr; in ohash_lookup_memory() local
283 incr = ((hv % (h->size-2)) & ~1) + 1; in ohash_lookup_memory()
304 i += incr; in ohash_lookup_memory()
/illumos-gate/usr/src/cmd/sendmail/db/lock/
H A Dlock_region.c349 size_t incr, oldsize, used, usedmem; local
356 incr = lrp->increment;
379 newmem = incr -
391 incr += newlocks * sizeof(struct __db_lock);
397 incr += newobjs * sizeof(DB_LOCKOBJ);
402 incr += howmuch * 2 - newmem;
408 newmem += ALIGN(incr, sizeof(size_t)) - incr;
409 incr = ALIGN(incr, sizeof(size_t));
418 incr += ALIGN(oldsize, MUTEX_ALIGNMENT) - oldsize;
424 if ((ret = __db_rgrow(&lt->reginfo, oldsize + incr)) != 0)
[all …]
/illumos-gate/usr/src/cmd/getopt/
H A Dgetopt.c39 #define ALLOC_BUFMEM(buf, size, incr) \ argument
42 if ((len + incr) >= size) { \
43 size = len + incr + 1; \
/illumos-gate/usr/src/ucblib/libucb/port/gen/
H A Dnice.c51 nice(int incr) in nice() argument
61 if (setpriority(PRIO_PROCESS, 0, prio + incr) == -1) in nice()
/illumos-gate/usr/src/cmd/col/
H A Dcol.c70 static void incr(void);
156 incr(); in main()
157 incr(); in main()
186 incr(); in main()
189 incr(); in main()
190 incr(); in main()
578 incr(void) in incr() function

123456