Home
last modified time | relevance | path

Searched refs:cmp (Results 51 – 75 of 426) sorted by relevance

12345678910>>...18

/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Ddb_shash.h33 #define HASHLOOKUP(begin, type, field, elt, r, n, hash, cmp) do { \ argument
41 if (cmp(elt, r)) \
78 #define HASHREMOVE(begin, type, field, elt, n, hash, cmp) { \ argument
85 HASHLOOKUP(begin, type, field, elt, __entp, n, hash, cmp); \
/illumos-gate/usr/src/lib/libc/sparcv9/crt/
H A D__align_cpy_2.S42 cmp %o0, %o1
45 cmp %o2, 18 ! for small counts copy bytes
49 cmp %o5, 4 ! is src 4-byte aligned
51 cmp %o5, 6 ! src is 2-byte aligned
/illumos-gate/usr/src/lib/libmvec/common/vis/
H A D__vrsqrt.S1158 cmp %g1,0
1231 cmp %g1,0
1306 cmp %g1,0
1373 cmp %g1,0
1441 cmp %g1,0
1508 cmp %g1,0
1579 cmp %g1,0
1653 cmp %g1,0
1727 cmp %g1,0
1805 cmp %g1,0
[all …]
H A D__vlogf.S878 cmp counter,0
892 cmp counter,0
906 cmp counter,1
919 cmp counter,1
932 cmp counter,2
947 cmp counter,2
962 cmp counter,3
975 cmp counter,3
988 cmp counter,4
1003 cmp counter,4
[all …]
H A D__vrsqrtf.S942 cmp %g1,0
990 cmp %g5,0
1060 cmp %g1,0
1121 cmp %i4,0
1191 cmp %g1,0
1260 cmp %o5,0
1330 cmp %i3,0
1395 cmp %g5,0
1465 cmp %g1,0
1527 cmp %i4,0
[all …]
H A D__vpowf.S765 cmp %o3,%l6
769 cmp %o3,%o1
773 cmp %o3,%l6
2315 cmp %i3,%o1
2331 cmp %i5,%o1
2350 cmp %i3,%o1
2375 cmp %l7,%o1
2401 cmp %i3,%o1
2441 cmp %i5,%o1
2478 cmp %i3,%o1
[all …]
H A D__vatanf.S298 cmp counter,0
1443 cmp counter,1
1458 cmp counter,1
1473 cmp counter,2
1488 cmp counter,2
1503 cmp counter,3
1518 cmp counter,3
1533 cmp counter,4
1548 cmp counter,4
1563 cmp counter,5
[all …]
H A D__vsqrt.S713 cmp counter,0
973 cmp counter,6
1343 cmp counter,6
1511 cmp counter,1
1526 cmp counter,1
1541 cmp counter,2
1556 cmp counter,2
1571 cmp counter,3
1586 cmp counter,3
1601 cmp counter,4
[all …]
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dheredoc.sh45 cmp $f $g 2> /dev/null || err_exit "'hello world' quoted here doc not working"
49 cmp $f $g 2> /dev/null || err_exit "'hello world' tabbed here doc not working"
53 cmp $f $g 2> /dev/null || err_exit "'hello world' quoted tabbed here doc not working"
58 cmp $f $g 2> /dev/null || err_exit "'$x world' here doc not working"
62 cmp $f $g 2> /dev/null || err_exit "'$(print hello) world' here doc not working"
72 cmp $f $g 2> /dev/null || err_exit "unquoted here doc not working"
87 cmp /dev/null $g 2> /dev/null || err_exit "empty here doc not working"
/illumos-gate/usr/src/uts/sun4u/vm/
H A Dmach_sfmmu_asm.S78 cmp %g1, %g3
83 cmp %g1, INVALID_CONTEXT
89 cmp %g5, %g1 /* hat toBe-invalid running? */
106 cmp %g5, INVALID_CONTEXT /* kernel ctx or invald ctx? */
116 cmp %g5, INVALID_CONTEXT /* kernel ctx or invald ctx? */
155 cmp %g2, CHEETAH_IMPL
172 cmp %g4, %g0
630 cmp %i1, (4*VIS_BLOCKSIZE) ! check for completion
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpci_asm.S66 cmp %o0, 8 ! 64-bit?
68 cmp %o0, 4 ! 32-bit?
75 cmp %o0, 2 ! 16-bit?
123 cmp %o0, 8 ! 64 bit?
125 cmp %o0, 4 ! 32-bit?
132 cmp %o0, 2 ! 16-bit?
/illumos-gate/usr/src/uts/sun4u/io/px/
H A Dpx_asm_4u.S67 cmp %o0, 8 ! 64-bit?
69 cmp %o0, 4 ! 32-bit?
76 cmp %o0, 2 ! 16-bit?
123 cmp %o0, 8 ! 64 bit?
125 cmp %o0, 4 ! 32-bit?
132 cmp %o0, 2 ! 16-bit?
/illumos-gate/usr/src/contrib/bhyve/sys/
H A Dtree.h132 if ((cmp)(elm, (head)->sph_root) == 0) \
170 __comp = (cmp)(elm, (head)->sph_root); \
193 if ((cmp)(elm, (head)->sph_root) == 0) { \
221 if ((cmp)(elm, __tmp) < 0){ \
231 if ((cmp)(elm, __tmp) > 0){ \
382 RB_PROTOTYPE_INTERNAL(name, type, field, cmp,)
400 #define RB_GENERATE(name, type, field, cmp) \ argument
401 RB_GENERATE_INTERNAL(name, type, field, cmp,)
604 comp = (cmp)(elm, parent); \
632 comp = cmp(elm, tmp); \
[all …]
/illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DLogDistribution.java159 int cmp = (d1 < d2 ? -1 : (d1 > d2 ? 1 : 0)); in compareTo() local
160 if (cmp == 0) { in compareTo()
163 cmp = (z1 < z2 ? -1 : (z1 > z2 ? 1 : 0)); in compareTo()
165 return (cmp); in compareTo()
H A DUserSymbolRecord.java427 int cmp; in compareTo() local
428 cmp = (processID < v.processID ? -1 : in compareTo()
430 if (cmp == 0) { in compareTo()
431 cmp = ProbeData.compareUnsigned(address, v.address); in compareTo()
433 return cmp; in compareTo()
/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dtime.h49 # define timercmp(tvp, uvp, cmp) \ argument
51 ((tvp)->tv_usec cmp (uvp)->tv_usec) : \
52 ((tvp)->tv_sec cmp (uvp)->tv_sec))
/illumos-gate/usr/src/cmd/diff/
H A Ddiffh.c62 static int cmp(char *s, char *t);
151 if (cmp(s0, s1) != 0) { in main()
188 if (cmp(getl(0, n0+i-m), in easysynch()
200 if (cmp(getl(0, n0+k-m), in easysynch()
266 cmp(char *s, char *t) in cmp() function
292 if (cmp(f1, "-") == 0) { in dopen()
293 if (cmp(f2, "-") == 0) in dopen()
/illumos-gate/usr/src/lib/libc/capabilities/sun4u/common/
H A Dmemcmp.S57 cmp %o0, %o1 ! s1 == s2?
61 cmp %o2, 48
80 cmp %o4, %o5
88 cmp %o2, 0 ! is o2 > 0
90 cmp %o2, 320 ! if cnt < 256 + 64 - no Block ld/st
143 cmp %o4, %o5
/illumos-gate/usr/src/lib/libc/capabilities/sun4u-us3/common/
H A Dmemcmp.S59 cmp %o0, %o1 ! s1 == s2?
65 cmp %o2, 48
86 cmp %o4, %o5
94 cmp %o2, 0 ! is o2 > 0
147 cmp %o4, %o5
/illumos-gate/usr/src/uts/sun4v/ml/
H A Dmach_proc_init.S81 cmp %g1, %g2
103 cmp %l2, %g0
119 cmp %l4, %g0
134 cmp %o0, %g0
154 cmp %o0, %g0
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dus3_cheetahplus_asm.S101 cmp scr2, %g0; \
106 cmp scr2, %g0; \
113 cmp scr2, %g0; \
207 cmp %g6, PANTHER_IMPL
261 cmp %g6, PANTHER_IMPL
330 cmp %g5, %g4
358 cmp %g6, PANTHER_IMPL
375 cmp %g6, PANTHER_IMPL
430 cmp %o5, PANTHER_IMPL
690 cmp %g4, PIL_14
[all …]
/illumos-gate/usr/src/common/atomic/sparcv9/
H A Datomic.S227 cmp %o2, %o5
301 cmp %o2, %o5
364 cmp %o2, %o3
429 cmp %o2, %o3
465 cmp %o2, %o5
501 cmp %o2, %o5
529 cmp %o2, %o3
557 cmp %o2, %o3
591 cmp %o2, %o5
627 cmp %o2, %o5
[all …]
/illumos-gate/usr/src/common/bignum/sun4u/
H A Dmont_mulf_v9.s155 /* 0x0040 63 */ cmp %g2,%o1
180 /* 0x0070 69 */ cmp %g2,%o3
245 /* 0x0024 86 */ cmp %g2,0
274 /* 0x0068 86 */ cmp %g4,7
559 /* 0x001c 110 */ cmp %o2,0
566 /* 0x0038 */ cmp %o3,9
676 /* 0x0018 122 */ cmp %o0,0
693 /* 0x004c 122 */ cmp %g4,4
899 /* 0x0020 185 */ cmp %g2,0
987 /* 0x0150 */ cmp %g4,7
[all …]
/illumos-gate/usr/src/lib/libc/amd64/gen/
H A Dmemcpy.S1400 cmp $0x30,%r8
1423 cmp $0x10,%r8
1433 cmp $0x10,%r8
1455 cmp $0x30,%r8
1478 cmp $0x10,%r8
1488 cmp $0x10,%r8
1510 cmp $0x30,%r8
1533 cmp $0x10,%r8
1543 cmp $0x10,%r8
1565 cmp $0x30,%r8
[all …]
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dmemchr.S68 cmp %o3, %o1 ! s[0] == c ?
73 cmp %o4, 3 ! only one byte needed to align?
77 cmp %o3, %o1 ! s[1] == c ?
82 cmp %o4, 2 ! only two bytes needed to align?

12345678910>>...18