Searched refs:two (Results 76 - 95 of 95) sorted by relevance

1234

/illumos-gate/usr/src/lib/libshell/common/tests/
H A Dtypes.sh40 typeset -A aa=([one]=abc [two]=def)
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dstrlcpy.s208 srl %l1, 16, %g1 ! first two bytes
/illumos-gate/usr/src/uts/sparc/v9/ml/
H A Dsyscall_trap.s176 ! If handler returns two ints, then we need to split the 64-bit
/illumos-gate/usr/src/lib/efcode/engine/
H A Dfcode.c392 two(fcode_env_t *env) function
926 P1275(0x0a7, 0, "2", two);
/illumos-gate/usr/src/lib/libm/i386/src/
H A Dpow.s73 two: label
218 fcoms PIC_L(two) / y , x
H A Dpowf.s74 two: label
204 fcoms PIC_L(two) / y , x
H A Dpowl.s70 two: label
200 fcoms PIC_L(two) / y , x
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex53 % than two; texi2dvi does it as many times as necessary.
202 % change spans more than two lines of output. To handle that, we would
2072 % Most title ``pages'' are actually two pages long, with space
2556 % common last two arguments. Also subtract one from the initial value in
2602 % ie, @tab@tab@tab will produce two empty columns.
3110 % which makes an entry in a two-level index such as the operation index.
3115 % like the previous two, but they put @code around the argument.
3439 % subentry case), texindex reduces to two when writing the .??s
3737 % Define two-column mode, which we use to typeset indexes.
3817 % followed by the two boxe
[all...]
/illumos-gate/usr/src/lib/libc/capabilities/sun4u-opl/common/
H A Dmemcpy.s81 sub %o0, %o1, %o4 ! get difference of two addresses
907 ! two nops here causes loop starting at 1f below to be
/illumos-gate/usr/src/lib/libc/capabilities/sun4u-us3/common/
H A Dmemcpy.s76 sub %o0, %o1, %o4 ! get difference of two addresses
933 ! two nops here causes loop starting at 1f below to be
/illumos-gate/usr/src/lib/libc/sparcv9/fp/
H A D__quad_mag64.s534 sllx %o2,2,%o7 ! lop off top two bits
/illumos-gate/usr/src/lib/libc/capabilities/sun4v/common/
H A Dmemcpy.s210 sub %o0, %o1, %o4 ! get difference of two addresses
873 sub %o1, 2, %o1 ! used two bytes of last word read
2211 sub %o1, 2, %o1 ! used two bytes of last word read
/illumos-gate/usr/src/uts/sun4v/cpu/
H A Dgeneric_copy.s138 btst 3, %o4 ! if lower two bits zero
526 * So there's two extremely similar routines - xcopyin() and xcopyout()
786 ! two byte aligned copy loop. %o2 is the number of 2 byte chunks to
H A Dniagara_copy.s2448 btst 3, %o4 ! if lower two bits zero
2827 * So there's two extremely similar routines - xcopyin() and xcopyout()
2854 * two byte aligned - 512 (hw_copy_limit_2)
4687 ! two byte aligned copy loop. %o2 is the number of 2 byte chunks to
6767 ! We're two byte aligned. Check for "smallness"
/illumos-gate/usr/src/common/mpi/
H A Dmpi.c579 /* Shortcut for powers of two ... */
1318 following two properties:
1969 /* Divide by two until at least one of them is odd */
2299 static const mp_int two = { 0, MP_ZPOS, 1, 1, (mp_digit *)&d2 }; local
2324 MP_CHECKOK( mp_sub(&two, &tmp, &tmp) );
3083 /* Divide by two -- take advantage of radix properties to do it fast */
4231 /* Shortcut if divisor is power of two */
4507 Returns -1 if the value is not a power of two; otherwise, it returns
4524 return -1; /* not a power of two */
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dspitfire_copy.s1617 btst 3, %o4 ! if lower two bits zero
2036 * So there's two extremely similar routines - xcopyin() and xcopyout()
2072 * two byte aligned - 1800 (hw_copy_limit_2)
2502 ! two byte aligned copy loop. %o2 is the number of 2 byte chunks to
3642 ! We're two byte aligned. Check for "smallness"
/illumos-gate/usr/src/uts/intel/ia32/ml/
H A Di86_subr.s2538 shrl $16, %eax /* adding two halves of 32 bit checksum */
2646 shrl $16, %eax /* adding two halves of 32 bit checksum */
2699 * multiply two long numbers and yield a u_longlong_t result, callable from C.
3799 / and the two step sequence:
3828 / and the two step sequence:
/illumos-gate/usr/src/lib/libc/capabilities/sun4u/common/
H A Dmemcpy.s61 sub %o0, %o1, %o4 ! get difference of two addresses
/illumos-gate/usr/src/cmd/ypcmd/yp2lscripts/
H A Dinityp2l.sh470 in LDAP, you have two options :
2395 # two level of dereferencing, it forced to have so many lists and arrays.
2604 # mappings. It thus has two associated nisLDAPdatabaseIdMappings.
2608 # The next two are special databaseIds. They associate maps with databaseIds
2760 # If map exists, and not in previous two lists,
/illumos-gate/usr/src/uts/sun4/ml/
H A Dinterrupt.s490 ! Could eliminate the next two instructions with a little work.
2088 * uint64_t intrstat[pil][0..1] is an array indexed by pil level, with two

Completed in 143 milliseconds

1234