Home
last modified time | relevance | path

Searched refs:increment (Results 1 – 25 of 84) sorted by relevance

1234

/illumos-gate/usr/src/common/ctf/
H A Dctf_types.c39 ssize_t size, increment; in ctf_get_ctt_size() local
53 *incrementp = increment; in ctf_get_ctt_size()
79 ssize_t size, increment; in ctf_member_iter() local
131 ssize_t increment; in ctf_enum_iter() local
693 ssize_t increment; in ctf_type_encoding() local
817 ssize_t size, increment; in ctf_member_info() local
868 ssize_t increment; in ctf_array_info() local
896 ssize_t increment; in ctf_enum_name() local
1040 ssize_t increment; in ctf_func_info_by_id() local
1074 ssize_t increment; in ctf_func_args_by_id() local
[all …]
H A Dctf_open.c231 ssize_t size, increment; in init_types() local
236 (void) ctf_get_ctt_size(fp, tp, &size, &increment); in init_types()
254 ((uintptr_t)tp + increment); in init_types()
261 ((uintptr_t)tp + increment); in init_types()
299 tp = (ctf_type_t *)((uintptr_t)tp + increment + vbytes); in init_types()
351 ssize_t size, increment; in init_types() local
358 (void) ctf_get_ctt_size(fp, tp, &size, &increment); in init_types()
504 tp = (ctf_type_t *)((uintptr_t)tp + increment + vbytes); in init_types()
/illumos-gate/usr/src/cmd/nl/
H A Dnl.c109 int increment = 1; in main() local
233 increment = 1; in main()
235 increment = convert(c, optarg); in main()
432 increment = 1; in main()
434 increment = convert(argv[j]); in main()
594 cnt += increment; in main()
605 cnt += increment; in main()
611 cnt += increment; in main()
617 cnt += increment; in main()
625 cnt += increment; in main()
[all …]
/illumos-gate/usr/src/cmd/sendmail/db/db/
H A Ddb_region.c701 size_t increment; local
719 increment = new_size - rlp->size;
721 if ((ret = __db_growregion(infop, increment)) != 0)
736 __db_growregion(infop, increment) in __db_growregion() argument
738 size_t increment;
761 for (i = 0; i < increment; i += DB_VMPAGESIZE) {
777 pages = (increment - DB_VMPAGESIZE) / MEGABYTE;
778 relative = (increment - DB_VMPAGESIZE) % MEGABYTE;
803 pages = increment / MEGABYTE;
804 relative = increment % MEGABYTE;
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Dstk.c111 # define increment(x) (_stkstats.x++) macro
114 # define increment(x) macro
157 increment(delete); in stkexcept()
223 increment(create); in stkopen()
274 increment(install); in stkinstall()
347 increment(set); in stkset()
401 increment(alloc); in stkalloc()
417 increment(seek); in _stkseek()
476 increment(copy); in stkcopy()
531 increment(grow); in stkgrow()
/illumos-gate/usr/src/lib/libc/i386/gen/
H A Dstrchr.S41 add $1, %eax / increment src
48 add $1, %eax / increment src ptr
55 add $1, %eax / increment src ptr
72 add $4, %eax / increment src by four
/illumos-gate/usr/src/tools/smatch/src/Documentation/
H A Ddoc-guide.rst125 // increment a value
127 // @val: the value to increment
130 // This function is to be used to increment a
143 :param val: the value to increment
146 This function is to be used to increment a
/illumos-gate/usr/src/uts/sparc/fpu/
H A Dpack.c69 int increment; /* boolean to indicate round up */ in round() local
79 increment = pu->rounded; in round()
82 increment = 0; in round()
85 increment = (pu->sign == 0) & (sr != 0); in round()
88 increment = (pu->sign != 0) & (sr != 0); in round()
91 if (increment) { in round()
108 (pu->sticky == 0) && increment != 0) { /* ambiguous case */ in round()
/illumos-gate/usr/src/uts/i86pc/io/gfx_private/
H A Dgfxp_bitmap.c333 uint32_t increment = i * pitch; in bitmap_cons_copy() local
335 (void) memmove(dst + increment, in bitmap_cons_copy()
336 src + increment, width); in bitmap_cons_copy()
338 (void) memmove(sdst + increment, src + increment, in bitmap_cons_copy()
343 uint32_t increment = i * pitch; in bitmap_cons_copy() local
345 (void) memmove(dst + increment, in bitmap_cons_copy()
346 src + increment, width); in bitmap_cons_copy()
348 (void) memmove(sdst + increment, src + increment, in bitmap_cons_copy()
/illumos-gate/usr/src/lib/libc/port/fp/
H A Dpack_float.c104 int increment; /* boolean to indicate round up */ in round() local
119 increment = pu->significand[roundword] >= 0x80000000; in round()
122 increment = 0; in round()
125 increment = (pu->sign == 0) & (pu->significand[roundword] != 0); in round()
128 increment = (pu->sign != 0) & (pu->significand[roundword] != 0); in round()
131 if (increment) { in round()
/illumos-gate/usr/src/cmd/renice/
H A Drenice.c57 static int donice(int which, id_t who, int prio, int increment, char *who_s);
320 donice(int which, id_t who, int prio, int increment, char *who_s) in donice() argument
332 if (increment) in donice()
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Ddate.c298 int increment = 0; /* incrementally adjust time */ in b_date() local
333 increment = 1; in b_date()
502 else if (settime(context, cmd, now, increment, network)) in b_date()
/illumos-gate/usr/src/uts/i86pc/boot/
H A Dboot_fb.c594 uint32_t width, height, increment; in boot_fb_conscopy() local
613 increment = i * fb_info.pitch; in boot_fb_conscopy()
616 if (soffset + increment + width >= fb_info.fb_size || in boot_fb_conscopy()
617 toffset + increment + width >= fb_info.fb_size) in boot_fb_conscopy()
620 boot_fb_cpy(dst + increment, src + increment, width); in boot_fb_conscopy()
623 boot_fb_cpy(sdst + increment, src + increment, width); in boot_fb_conscopy()
/illumos-gate/usr/src/uts/sun4v/ml/
H A Dwbuf.S85 ! spill traps increment %cwp by 2,
160 ! find lwp & increment wbcnt
221 ! spill traps increment %cwp by 2,
353 ! find lwp & increment wbcnt
/illumos-gate/usr/src/uts/sun4v/cpu/
H A Dgeneric_copy.S148 add %i0, 1, %i0 ! increment source address
158 add %i0, 4, %i0 ! increment source address
165 add %i1, 1, %i1 ! increment destination address
188 add %i1, 4, %i1 ! increment destination address
205 add %i0, 4, %i0 ! increment source address
210 add %i1, 1, %i1 ! increment destination address
223 add %i0, 4, %i0 ! increment source address
229 add %i1, 4, %i1 ! increment destination address
242 add %i1, 1, %i1 ! increment destination
253 add %i0, 1, %i0 ! increment source address
[all …]
/illumos-gate/usr/src/lib/libc/capabilities/sun4v/common/
H A Dmemcpy.S345 add %o1, 8, %o1 ! increment src ptr
349 add %o0, 8, %o0 ! increment dst ptr
419 add %o1, 128, %o1 ! increment src
464 add %o1, 128, %o1 ! increment src
511 add %o1, 128, %o1 ! increment src
559 add %o1, 128, %o1 ! increment src
610 add %o1, 128, %o1 ! increment src
663 add %o1, 128, %o1 ! increment src
718 add %o1, 128, %o1 ! increment src
755 add %o1, 128, %o1 ! increment src
[all …]
/illumos-gate/usr/src/uts/sun4u/ml/
H A Dwbuf.S84 ! spill traps increment %cwp by 2,
158 ! find lwp & increment wbcnt
218 ! spill traps increment %cwp by 2,
292 ! find lwp & increment wbcnt
H A Dmach_copy.S400 add %o0, %o3, %o0 ! increment source address
420 add %o0, 1, %o0 ! increment address
/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A Dpkcs11Slottable.c85 pkcs11_slottable_increase(ulong_t increment) { in pkcs11_slottable_increase() argument
93 newsize = slottable->st_last + increment + 1; in pkcs11_slottable_increase()
/illumos-gate/usr/src/uts/sparc/ml/
H A Dip_ocsum.S56 add %o0, 2, %o0 ! increment address
/illumos-gate/usr/src/boot/forth/
H A Dmenusets.4th312 2swap 1+ 2swap \ increment u1 in destination c-addr1/u1 pair
313 swap 1+ swap \ increment c-addr2 in source c-addr2/u2 pair
426 2swap 1+ 2swap \ increment affixbuf byte position/count
427 swap 1+ swap \ increment strbuf pointer (source c-addr2)
499 1+ dup 57 > ( x y -- y' 0|-1 ) \ increment and test
523 1+ dup 56 > ( x -- x' 0|-1 ) \ increment iterator
619 1+ dup 56 > ( x -- x' 0|-1 ) \ increment and test
631 1+ dup 65535 > ( n -- n' 0|-1 ) \ increment and test
/illumos-gate/usr/src/cmd/sendmail/db/lock/
H A Dlock_region.c203 lrp->increment = lrp->hdr.size / 2;
356 incr = lrp->increment;
431 lrp->increment = incr << 1;
603 "increment", (u_long)lrp->increment,
/illumos-gate/usr/src/lib/libc/i386_hwcap1/gen/
H A Dmemset.S112 addl $64, %edi / increment dest address
138 addl $64, %edi / increment addr
/illumos-gate/usr/src/stand/lib/sa/sparc/
H A D_setjmp.S124 restore ! delay slot, increment CWP
/illumos-gate/usr/src/cmd/ldap/common/
H A Dldapsearch.c303 int increment = 0; in main() local
311 increment++; in main()
316 if ((c != EOF) && (index == ((increment * BUFSIZ) -1))) { in main()
320 realloc(linep, (increment + 1) * BUFSIZ)) == NULL) { in main()
324 increment++; in main()

1234