HomeSort by relevance Sort by last modified time
    Searched refs:i1 (Results 1 - 25 of 151) sorted by null

1 2 3 4 5 6 7

  /onnv/onnv-gate/usr/src/cmd/sendmail/libsm/
strrevcmp.c 38 register int i1, i2; local
40 i1 = strlen(s1) - 1;
42 while (i1 >= 0 && i2 >= 0 &&
43 charmap[(unsigned char) s1[i1]] ==
46 --i1;
49 if (i1 < 0)
61 return (charmap[(unsigned char) s1[i1]] -
81 register int i1, i2;
83 i1 = strlen(s1) - 1;
85 while (i1 >= 0 && i2 >= 0 && s1[i1] == s2[i2]
80 register int i1, i2; local
    [all...]
  /onnv/onnv-gate/usr/src/lib/libc/i386/gen/
strcmp.c 63 #define ANYNUL(i1, i2) (((i1) - (int)0x0101010101010101LL) & ~(i2) & \
70 int i1, i2; local
166 i1 = s1[0];
168 if (i1 != i2)
170 else if (ANYNUL(i1, i2))
174 i1 = s1[1];
176 if (i1 != i2)
178 else if (ANYNUL(i1, i2))
182 i1 = s1[2]
    [all...]
  /onnv/onnv-gate/usr/src/lib/libast/common/features/
sig.sh 68 i1= j1=
73 $e) i1= j1=; break 2 ;;
75 case $i1 in
76 "") i1=$i j1=$j ;;
80 case $i1 in
81 ?*) i=$i1 j=$j1 ;;
  /onnv/onnv-gate/usr/src/lib/libbc/libc/sys/common/
syscall.c 93 int i1, i2, i3, i4; local
100 i1 = va_arg(ap, int);
104 return (bc_read(i1, c1, i2));
106 i1 = va_arg(ap, int);
110 return (bc_write(i1, c1, i2));
112 i1 = va_arg(ap, int);
116 return (bc_readv(i1, c1, i2));
118 i1 = va_arg(ap, int);
122 return (bc_writev(i1, c1, i2));
125 i1 = va_arg(ap, int)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/mdb/sparc/v9/kmdb/
kaif_invoke.s 76 sub %i1, 6, %i1 ! %i1 is now num regs over 6 (if any)
77 brgz,pn %i1, savestackargs
78 sllx %i1, 3, %i1 ! (argc - 6) * 8
91 * correct location. If we have four arguments, %i1 will be -16.
97 ldx [%l0 + %i1], %l0
104 * for the seventh and beyond on the stack. %i1 is the number of bytes
108 /* Allocate swap space - %i1 rounded up to STACK_ALIGN *
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/ib/clients/rds/
rds_opt.c 52 int *i1 = (int *)(uintptr_t)ptr; local
58 *i1 = SOCK_DGRAM;
62 *i1 = q->q_hiwat;
65 *i1 = RD(q)->q_hiwat;
84 int *i1 = (int *)(uintptr_t)invalp; local
128 if (*i1 > rds_max_buf) {
133 q->q_hiwat = *i1;
134 q->q_next->q_hiwat = *i1;
138 if (*i1 > rds_max_buf) {
143 RD(q)->q_hiwat = *i1;
144 (void) proto_set_rx_hiwat(RD(q), NULL, *i1); local
    [all...]
  /onnv/onnv-gate/usr/src/lib/gss_mechs/mech_krb5/crypto/
keyed_checksum_types.c 33 int i1, i2; local
35 for (i1=0; i1<krb5_enctypes_length; i1++)
36 if (krb5_enctypes_list[i1].etype == e1)
43 return((i1 < krb5_enctypes_length) &&
45 (krb5_enctypes_list[i1].enc == krb5_enctypes_list[i2].enc));
  /onnv/onnv-gate/usr/src/common/crypto/arcfour/sun4v/
arcfour_crypt.c 71 unsigned int tmp0, tmp1, i_accum, shift = 0, i1; local
164 for (ii = 0, i1 = i; ii < ((len-1) & (~7));
165 ii += 8, i1 = i1&0xff) {
172 if (i1 < 248) {
175 i1 = (i1 + 1);
185 base1 = &base[i1];
207 if (i1 == tmp0) {
225 if ((i1 ^ j) < 2)
    [all...]
  /onnv/onnv-gate/usr/src/lib/libc/port/gen/
_ftoll.c 48 int i0, i1; /* bitslam */ local
65 i1 = u.i[1];
72 * fp_invalid NOT raised if <i0,i1> == LLONG_MIN
74 if (i0 >= 0 || exp != 63 || (i0 & 0xfffff) != 0 || i1 != 0) {
90 m0 = 0x40000000 | ((i0 << 10) & 0x3ffffc00) | ((i1 >> 22) & 0x3ff);
91 m1 = i1 << 10;
217 unsigned int i1, i2; /* a long double is 128-bit in length */ local
228 i1 = plngdbl[1];
241 * fp_invalid NOT raised if <i0,i1,i2,i3> when chopped to
244 if (i0 >= 0 || exp != 63 || (i0 & 0xffff) != 0 || i1 != 0 |
    [all...]
_ftoull.c 52 unsigned i1; /* bitslam */ local
69 i1 = u.i[1];
90 m0 = 0x80000000 | ((i0 << 11) & 0x7ffff800) | ((i1 >> 21) & 0x7ff);
91 m1 = i1 << 11;
228 unsigned int i1, i2; /* a long double is 128-bit in length */ local
237 i1 = plngdbl[1];
263 m0 = 0x80000000 | ((i0<<15) & 0x7fff8000) | ((i1>>17) & 0x7fff);
264 m1 = (i1 << 15) | ((i2 >> 17) & 0x7fff);
  /onnv/onnv-gate/usr/src/lib/libc/sparc/gen/
strncpy.s 82 ldub [%i3 + %i4], %i1 ! src[]
83 stb %i1, [%i2 + %i4] ! dst[] = src[]
86 tst %i1 ! end of src reached (null byte) ?
103 lduw [%i3 + %i4], %i1 ! src dword
106 andn %i5, %i1, %g1 ! ~dword & 0x80808080
107 sub %i1, %l1, %l0 ! dword - 0x01010101
110 stw %i1, [%i2 + %i4] ! store word to dst (address pre-incremented)
117 srl %i1, 24, %g1 ! first byte
121 andn %i1, %g1, %i1 ! if byte == 0, start padding with null byte
    [all...]
memmove.s 41 cmp %i1, %i0 ! if from address is >= to use forward copy
45 sub %i0, %i1, %i4 ! get difference of two addresses
53 andcc %i1, 3, %i5 ! is src word aligned
58 s1algn: ldub [%i1], %i3 ! move 1 or 3 bytes to align it
59 inc 1, %i1
67 s2algn: lduh [%i1], %i3 ! know src is 2 byte alinged
68 inc 2, %i1
80 w3cp: ld [%i1], %i4
81 inc 4, %i1
89 sub %i1, %i0, %i1 ! i1 gets the differenc
    [all...]
strncmp.s 56 sub %i0, %i1, %i0 ! delay slot, get diff from s1 - s2
59 andcc %i1, 3, %i3 ! is s2 aligned
66 ldub [%i1], %i5
70 inc %i1
87 .w3cmp: ldub [%i1], %i5
88 inc 1, %i1
91 sub %i0, %i1, %i0
95 ld [%i1], %i3 ! delay slot
96 dec %i1 ! reset s2
101 ld [%i0 + %i1], %i
    [all...]
strcasecmp.s 130 subcc %i0, %i1, %i2 ! s1 == s2 ?
136 ldub [%i1 + %i2], %i0 ! s1[0]
137 ldub [%i1], %g1 ! s2[0]
150 inc %i1 ! s1++, s2++
157 ldub [%i1 + %i2], %i0 ! s1[1]
158 ldub [%i1], %g1 ! s2[1]
171 inc %i1 ! s1++, s2++
178 ldub [%i1 + %i2], %i0 ! s1[2]
179 ldub [%i1], %g1 ! s2[2]
192 inc %i1 ! s1++, s2+
    [all...]
  /onnv/onnv-gate/usr/src/cmd/dtrace/test/tst/common/inline/
tst.InlineKinds.d 38 inline string i1 = probename; /* string variable reference */
56 printf("i1 = %s\n", i1);
  /onnv/onnv-gate/usr/src/lib/libc/sparcv9/gen/
memmove.s 41 cmp %i1, %i0 ! if from address is >= to use forward copy
45 sub %i0, %i1, %i4 ! get difference of two addresses
53 andcc %i1, 3, %i5 ! is src word aligned
58 s1algn: ldub [%i1], %i3 ! move 1 or 3 bytes to align it
59 inc 1, %i1
67 s2algn: lduh [%i1], %i3 ! know src is 2 byte alinged
68 inc 2, %i1
80 w3cp: lduw [%i1], %i4
81 inc 4, %i1
89 sub %i1, %i0, %i1 ! i1 gets the differenc
    [all...]
strncmp.s 56 sub %i0, %i1, %i0 ! delay slot, get diff from s1 - s2
59 andcc %i1, 3, %i3 ! is s2 aligned
66 ldub [%i1], %i5
70 inc %i1
87 .w3cmp: ldub [%i1], %i5
88 inc 1, %i1
91 sub %i0, %i1, %i0
95 lduw [%i1], %i3 ! delay slot
96 dec %i1 ! reset s2
101 lduw [%i0 + %i1], %i
    [all...]
strcasecmp.s 131 subcc %i0, %i1, %i2 ! s1 == s2 ?
137 ldub [%i1 + %i2], %i0 ! s1[0]
138 ldub [%i1], %g1 ! s2[0]
151 inc %i1 ! s1++, s2++
158 ldub [%i1 + %i2], %i0 ! s1[1]
159 ldub [%i1], %g1 ! s2[1]
172 inc %i1 ! s1++, s2++
179 ldub [%i1 + %i2], %i0 ! s1[2]
180 ldub [%i1], %g1 ! s2[2]
193 inc %i1 ! s1++, s2+
    [all...]
  /onnv/onnv-gate/usr/src/cmd/bnu/
utility.c 42 * i1 - integer 1 (usually errno)
47 assert(s1, s2, i1, file, line)
50 logError(s1, s2, i1, TY_ASSERT, file, line);
60 errent(s1, s2, i1, file, line)
63 logError(s1, s2, i1, TY_ERROR, file, line);
70 logError(s1, s2, i1, type, file, line)
89 Progname, (long) pid, timeStamp(), s1, s2, i1, file, line);
  /onnv/onnv-gate/usr/src/cmd/fps/fptest/
cheetah_sdc.s 49 * i1 = location for the observed value
199 stx %i0, [%i1] ! store the pattern to the first location
201 st %i0, [%i1]
239 ldx [%i1], %TARGET_REG
241 ld [%i1], %TARGET_REG
256 stx %CHECK_REG1, [%i1]
259 st %CHECK_REG1, [%i1]
  /onnv/onnv-gate/usr/src/cmd/fmli/sys/
expr.c 154 long i1, i2; local
159 i1 = atol(r1);
164 i1 = i1 + i2;
167 i1 = i1 - i2;
170 i1 = i1 * i2;
175 i1 = i1 / i2;
    [all...]
  /onnv/onnv-gate/usr/src/common/bzip2/
blocksort.c 347 Bool mainGtU ( UInt32 i1,
358 AssertD ( i1 != i2, "mainGtU" );
360 c1 = block[i1]; c2 = block[i2];
362 i1++; i2++;
364 c1 = block[i1]; c2 = block[i2];
366 i1++; i2++;
368 c1 = block[i1]; c2 = block[i2];
370 i1++; i2++;
372 c1 = block[i1]; c2 = block[i2];
374 i1++; i2++
    [all...]
  /onnv/onnv-gate/usr/src/lib/libnsl/yp/
dbm.c 509 int i1, i2, i3; local
515 i1 = sp[n+1];
520 if (i2 > i1)
521 while (i1 > i3) {
522 i1--;
524 buf[i2] = buf[i1];
525 buf[i1] = 0;
527 i2 -= i1;
528 for (i1 = n + 1; i1 < sp[0]; i1++
543 int i1, i2; local
    [all...]
  /onnv/onnv-gate/usr/src/ucblib/libdbm/
dbm.c 516 int i1, i2, i3; local
521 i1 = sp[n+1];
526 if (i2 > i1)
527 while (i1 > i3) {
528 i1--;
530 buf[i2] = buf[i1];
531 buf[i1] = 0;
533 i2 -= i1;
534 for (i1 = n+1; i1 < sp[0]; i1++
549 int i1, i2; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/inet/ip/
conn_opt.c 594 int *i1 = (int *)ptr; local
607 *i1 = connp->conn_debug ? SO_DEBUG : 0;
610 *i1 = connp->conn_keepalive ? SO_KEEPALIVE : 0;
621 *i1 = connp->conn_oobinline ? SO_OOBINLINE : 0;
624 *i1 = connp->conn_reuseaddr ? SO_REUSEADDR : 0;
627 *i1 = connp->conn_so_type;
630 *i1 = (ixa->ixa_flags & IXAF_DONTROUTE) ?
634 *i1 = connp->conn_useloopback ? SO_USELOOPBACK : 0;
637 *i1 = connp->conn_broadcast ? SO_BROADCAST : 0;
641 *i1 = connp->conn_sndbuf
1053 int *i1 = (int *)invalp; local
1184 int *i1 = (int *)invalp; local
1505 int *i1 = (int *)invalp; local
2006 int *i1 = (int *)invalp; local
2041 int *i1 = (int *)invalp; local
    [all...]

Completed in 7020 milliseconds

1 2 3 4 5 6 7