Searched refs:bump (Results 1 - 16 of 16) sorted by relevance

/illumos-gate/usr/src/lib/libbc/libc/gen/common/sparc/
H A Dalloca.s42 ! we want to bump %sp by the requested size
49 sub %sp, %o0, %sp ! bump to new value
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dalloca.s37 ! we want to bump %sp by the requested size
44 sub %sp, %o0, %sp ! bump to new value
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dalloca.s36 ! we want to bump %sp by the requested size
43 sub %sp, %o0, %sp ! bump to new value
/illumos-gate/usr/src/uts/sparc/v9/ml/
H A Dcrt.s75 add %i7, 0x4, %i7 ! bump return address
100 add %i7, 0x4, %i7 ! bump return address
H A Dlock_prim.s507 inc %o3 ! bump kpri
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_bind.c215 int i, bump; local
235 bump = 0;
237 bump = port % (tcps->tcps_largest_anon_port -
240 port = tcps->tcps_smallest_anon_port + bump;
/illumos-gate/usr/src/boot/sys/boot/i386/btx/btxldr/
H A Dbtxldr.S97 addl $0x4,%ebx # bump pointer
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_module.c165 topo_mod_lookup(topo_hdl_t *thp, const char *name, int bump) argument
172 if (mod != NULL && bump != 0)
/illumos-gate/usr/src/uts/sun4u/starfire/ml/
H A Didn_asm.s180 inc %o3 ! bump the BUSY counter
238 inc %o2 ! bump the NACK counter
/illumos-gate/usr/src/lib/libast/common/misc/
H A Doptget.c1567 trace_textout(Sfio_t* sp, register char* p, int style, int level, int bump, Sfio_t* ip, int version, char* id, char* catalog, int line) argument
1571 message((-21, "opthelp: txt#%d +++ %2d \"%s\" style=%d level=%d bump=%d", line, ++depth, show(p), style, level, bump));
1572 p = textout(sp, p, style, level, bump, ip, version, id, catalog);
1580 textout(Sfio_t* sp, register char* p, int style, int level, int bump, Sfio_t* ip, int version, char* id, char* catalog) argument
1583 #define textout(sp,p,style,level,bump,ip,version,id,catalog) trace_textout(sp,p,style,level,bump,ip,version,id,catalog,__LINE__)
1663 if (c == '+' || c == '-' && (bump = 3) || c != ' ' && level > 1)
1727 p = textout(sp, p, style, level + bump + par + 1, 0, ip, version, id, catalog);
1748 for (n = 0; n < bump
[all...]
/illumos-gate/usr/src/lib/libpp/common/
H A Dppcontrol.c2010 * this option doesn't bump the token count
/illumos-gate/usr/src/uts/common/inet/udp/
H A Dudp.c2527 int i, bump; local
2548 bump = 0;
2550 bump = port % (us->us_largest_anon_port -
2554 port = us->us_smallest_anon_port + bump;
/illumos-gate/usr/src/uts/sun4v/cpu/
H A Dgeneric_copy.s668 ! through both buffers without having to bump each buffer's
947 ! through both buffers without having to bump each buffer's
H A Dniagara_copy.s4461 ! through both buffers without having to bump each buffer's
6653 ! through both buffers without having to bump each buffer's
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dspitfire_copy.s2270 ! through both buffers without having to bump each buffer's
3522 ! through both buffers without having to bump each buffer's
/illumos-gate/usr/src/lib/libc/amd64/gen/
H A Dmemcpy.s1385 add %r11,%rdx # bump rdx to the right addr (it lagged behind in the above loop)

Completed in 287 milliseconds