| /netbsd-src/tests/lib/libcurses/tests/ |
| H A D | clear | 7 compare clear0.chk 10 compare clear1.chk 17 compare clear2.chk 20 compare clear3.chk 23 compare clear4.chk 25 compare fill.chk 28 compare clear5.chk 35 compare clear6.chk 38 compare clear7.chk 41 compare fill.chk [all …]
|
| H A D | insdelln | 4 compare fill_screen_numbers.chk 9 compare insdelln1.chk 14 compare clear1.chk 18 compare fill_screen_numbers.chk 24 compare insdelln3.chk 30 compare clear1.chk 35 compare fill_window_numbers.chk 40 compare insdelln4.chk 45 compare insdelln5.chk 49 compare fill_window_numbers.chk [all …]
|
| H A D | insertln | 4 compare fill_screen_numbers.chk 8 compare insertln1.chk 13 compare clear1.chk 17 compare fill_screen_numbers.chk 23 compare insertln3.chk 29 compare clear1.chk 34 compare fill_window_numbers.chk 39 compare insertln4.chk 44 compare insertln5.chk 48 compare fill_window_numbers.chk [all …]
|
| H A D | deleteln | 4 compare fill_screen_numbers.chk 9 compare deleteln1.chk 16 compare fill_screen_numbers.chk 22 compare deleteln3.chk 28 compare deleteln2.chk 33 compare fill_window_numbers.chk 38 compare deleteln4.chk 43 compare deleteln5.chk 47 compare fill_window_numbers.chk 53 compare deleteln6.chk
|
| H A D | copywin | 6 compare copywin1.chk 18 compare copywin2.chk 21 compare copywin3.chk 26 compare copywin4.chk 35 compare copywin5.chk 38 compare copywin6.chk 43 compare copywin7.chk 52 compare copywin8.chk 61 compare copywin9.chk 64 compare copywin10.chk [all …]
|
| H A D | mvdelch | 4 compare delch1.chk 7 compare delch2.chk 12 compare delch3.chk 17 compare delch4.chk 22 compare delch5.chk 25 compare delch6.chk 30 compare delch7.chk
|
| H A D | delch | 5 compare delch1.chk 9 compare delch2.chk 15 compare delch3.chk 20 compare delch4.chk 26 compare delch5.chk 30 compare delch6.chk 36 compare delch7.chk
|
| H A D | slk | 25 compare slk1.chk 29 compare slk2.chk 34 compare slk3.chk 40 compare slk4.chk 46 compare slk5.chk 54 compare slk6.chk 60 compare slk7.chk
|
| /netbsd-src/external/ibm-public/postfix/dist/src/util/ |
| H A D | strcasecmp_utf8_test.in | 1 compare Δημοσθένους.example.com δημοσθένουσ.example.com 2 compare Δημοσθένους.example.com ηδμοσθένουσ.example.com 3 compare ηδμοσθένουσ.example.com Δημοσθένους.example.com 4 compare HeLlO.ExAmPlE.CoM hello.example.com 5 compare HeLlO hellp 6 compare hellp HeLlO 7 compare-len HeLlO hellp 4 8 compare-len HeLO help 4 9 compare abcde abcdf 10 compare YYY���XXX yyy���xxx
|
| H A D | strcasecmp_utf8_test.ref | 1 > compare Δημοσθένους.example.com δημοσθένουσ.example.com 3 > compare Δημοσθένους.example.com ηδμοσθένουσ.example.com 5 > compare ηδμοσθένουσ.example.com Δημοσθένους.example.com 7 > compare HeLlO.ExAmPlE.CoM hello.example.com 9 > compare HeLlO hellp 11 > compare hellp HeLlO 13 > compare-len HeLlO hellp 4 15 > compare-len HeLO help 4 17 > compare abcde abcdf 19 > compare YYY���XXX yyy���xxx
|
| /netbsd-src/external/gpl2/groff/dist/src/roff/troff/ |
| H A D | mtsm.cpp | 44 void int_value::diff(FILE *fp, const char *s, int_value compare) in diff() argument 46 if (differs(compare)) { in diff() 50 fputs(i_to_a(compare.value), fp); in diff() 52 value = compare.value; in diff() 76 int int_value::differs(int_value compare) in differs() argument 78 return compare.is_known in differs() 79 && (!is_known || value != compare.value); in differs() 90 void bool_value::diff(FILE *fp, const char *s, bool_value compare) in diff() argument 92 if (differs(compare)) { in diff() 96 value = compare.value; in diff() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
| H A D | bbt.cc | 97 insert (gfc_bbt *new_bbt, gfc_bbt *t, compare_fn compare) in insert() argument 104 c = (*compare) (new_bbt, t); in insert() 108 t->left = insert (new_bbt, t->left, compare); in insert() 114 t->right = insert (new_bbt, t->right, compare); in insert() 130 gfc_insert_bbt (void *root, void *new_node, compare_fn compare) in gfc_insert_bbt() argument 137 *r = insert (n, *r, compare); in gfc_insert_bbt() 171 delete_treap (gfc_bbt *old, gfc_bbt *t, compare_fn compare) in delete_treap() argument 178 c = (*compare) (old, t); in delete_treap() 181 t->left = delete_treap (old, t->left, compare); in delete_treap() 183 t->right = delete_treap (old, t->right, compare); in delete_treap() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| H A D | bbt.c | 97 insert (gfc_bbt *new_bbt, gfc_bbt *t, compare_fn compare) in insert() argument 104 c = (*compare) (new_bbt, t); in insert() 108 t->left = insert (new_bbt, t->left, compare); in insert() 114 t->right = insert (new_bbt, t->right, compare); in insert() 130 gfc_insert_bbt (void *root, void *new_node, compare_fn compare) in gfc_insert_bbt() argument 137 *r = insert (n, *r, compare); in gfc_insert_bbt() 171 delete_treap (gfc_bbt *old, gfc_bbt *t, compare_fn compare) in delete_treap() argument 178 c = (*compare) (old, t); in delete_treap() 181 t->left = delete_treap (old, t->left, compare); in delete_treap() 183 t->right = delete_treap (old, t->right, compare); in delete_treap() [all …]
|
| /netbsd-src/external/lgpl3/mpfr/dist/tests/ |
| H A D | tpow3.c | 34 int inexact, compare, compare2; in main() local 66 compare = mpfr_pow (y, x, s, rnd); in main() 92 if ((rnd != MPFR_RNDN) && (compare * compare2 >= 0)) in main() 93 compare = compare + compare2; in main() 95 compare = inexact; /* cannot determine sign(t-f(x)) */ in main() 96 if (((inexact == 0) && (compare != 0)) || in main() 97 ((inexact > 0) && (compare <= 0)) || in main() 98 ((inexact < 0) && (compare >= 0))) in main() 101 "\n", mpfr_print_rnd_mode (rnd), compare, inexact); in main()
|
| H A D | tgeneric.c | 110 compare); \ 182 int inexact, compare, compare2; in test_generic() local 338 compare = TEST_FUNCTION (y, x, x2, u, rnd); in test_generic() 340 compare = TEST_FUNCTION (y, x, x2, rnd); in test_generic() 344 compare = TEST_FUNCTION (y, d, x, rnd); in test_generic() 346 compare = TEST_FUNCTION (y, x, d, rnd); in test_generic() 353 compare = TEST_FUNCTION (y, u, rnd); in test_generic() 355 compare = TEST_FUNCTION (y, u, x, rnd); in test_generic() 357 compare = TEST_FUNCTION (y, x, u, rnd); in test_generic() 359 compare = TEST_FUNCTION (y, x, rnd); in test_generic() [all …]
|
| H A D | tgeneric_ui.c | 41 int inexact, compare, compare2; in test_generic_ui() local 79 compare = TEST_FUNCTION (y, x, u, rnd); in test_generic_ui() 105 if (compare * compare2 >= 0) in test_generic_ui() 106 compare = compare + compare2; in test_generic_ui() 108 compare = inexact; /* cannot determine sign(t-f(x)) */ in test_generic_ui() 109 if (! SAME_SIGN (inexact, compare) && rnd != MPFR_RNDF) in test_generic_ui() 112 "\n", mpfr_print_rnd_mode (rnd), compare, inexact); in test_generic_ui()
|
| H A D | tui_pow.c | 86 int inexact, compare, compare2; in check1() local 99 compare = mpfr_ui_pow (y, nt, x, rnd); in check1() 123 if ((rnd != MPFR_RNDN) && (compare * compare2 >= 0)) in check1() 124 compare = compare + compare2; in check1() 126 compare = inexact; /* cannot determine sign(t-f(x)) */ in check1() 127 if (((inexact == 0) && (compare != 0)) || in check1() 128 ((inexact > 0) && (compare <= 0)) || in check1() 129 ((inexact < 0) && (compare >= 0))) in check1() 132 mpfr_print_rnd_mode (rnd), compare, inexact); in check1()
|
| /netbsd-src/common/lib/libc/arch/m68k/string/ |
| H A D | bcmp.S | 134 CMPML((%a0)+,(%a1)+) | compare 1 of 8 longwords 136 CMPML((%a0)+,(%a1)+) | compare 2 of 8 longwords 138 CMPML((%a0)+,(%a1)+) | compare 3 of 8 longwords 140 CMPML((%a0)+,(%a1)+) | compare 4 of 8 longwords 142 CMPML((%a0)+,(%a1)+) | compare 5 of 8 longwords 144 CMPML((%a0)+,(%a1)+) | compare 6 of 8 longwords 146 CMPML((%a0)+,(%a1)+) | compare 7 of 8 longwords 148 CMPML((%a0)+,(%a1)+) | compare 8 of 8 longwords 164 CMPML((%a0)+,(%a1)+) | compare a longword 177 CMPMB((%a0)+,(%a1)+) | compare a byte
|
| /netbsd-src/sys/external/bsd/drm2/linux/ |
| H A D | linux_list_sort.c | 53 int (*compare)(void *, struct list_head *, struct list_head *)) in list_sort() 87 compare, arg); in list_sort() 108 sorted = list_sort_merge(accumulator[logn], sorted, compare, in list_sort() 115 list_sort_merge_into(list, accumulator[max_logn], sorted, compare, in list_sort() 126 int (*compare)(void *, struct list_head *, struct list_head *), void *arg) in list_sort_merge() 134 struct list_head **const first = ((*compare)(arg, a, b) <= 0? in list_sort_merge() 156 int (*compare)(void *, struct list_head *, struct list_head *), void *arg) in list_sort_merge_into() 164 struct list_head **const first = ((*compare)(arg, a, b) <= 0? in list_sort_merge_into()
|
| /netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
| H A D | s390-opc.txt | 33 59 c RX_RRRD "compare" g5 esa,zarch 34 69 cd RX_FRRD "compare (long)" g5 esa,zarch 35 29 cdr RR_FF "compare (long)" g5 esa,zarch 36 bb cds RS_RERERD "compare double and swap" g5 esa,zarch 37 79 ce RX_FRRD "compare (short)" g5 esa,zarch 38 39 cer RR_FF "compare (short)" g5 esa,zarch 39 b21a cfc S_RD "compare and form codeword" g5 esa,zarch 40 49 ch RX_RRRD "compare halfword" g5 esa,zarch 41 55 cl RX_RRRD "compare logical" g5 esa,zarch 42 d5 clc SS_L0RDRD "compare logical" g5 esa,zarch [all …]
|
| /netbsd-src/external/gpl3/binutils/dist/opcodes/ |
| H A D | s390-opc.txt | 33 59 c RX_RRRD "compare" g5 esa,zarch 34 69 cd RX_FRRD "compare (long)" g5 esa,zarch 35 29 cdr RR_FF "compare (long)" g5 esa,zarch 36 bb cds RS_RERERD "compare double and swap" g5 esa,zarch 37 79 ce RX_FRRD "compare (short)" g5 esa,zarch 38 39 cer RR_FF "compare (short)" g5 esa,zarch 39 b21a cfc S_RD "compare and form codeword" g5 esa,zarch 40 49 ch RX_RRRD "compare halfword" g5 esa,zarch 41 55 cl RX_RRRD "compare logical" g5 esa,zarch 42 d5 clc SS_L0RDRD "compare logical" g5 esa,zarch [all …]
|
| /netbsd-src/usr.sbin/bootp/common/ |
| H A D | hash.c | 181 hash_Exists(hash_tbl *hashtable, unsigned int hashcode, hash_cmpfp compare, in hash_Exists() argument 188 if ((*compare) (key, memberptr->data)) { in hash_Exists() 209 hash_Insert(hash_tbl *hashtable, unsigned int hashcode, hash_cmpfp compare, in hash_Insert() argument 215 if (hash_Exists(hashtable, hashcode, compare, key)) { in hash_Insert() 237 hash_Delete(hash_tbl *hashtable, unsigned int hashcode, hash_cmpfp compare, in hash_Delete() argument 253 while (memberptr && (*compare) (key, memberptr->data)) { in hash_Delete() 272 if ((*compare) (key, memberptr->data)) { in hash_Delete() 299 hash_Lookup(hash_tbl *hashtable, unsigned int hashcode, hash_cmpfp compare, in hash_Lookup() argument 306 if ((*compare) (key, memberptr->data)) { in hash_Lookup()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/ |
| H A D | ThreadSafetyTIL.h | 413 typename C::CType compare(const Variable* E, C& Cmp) const { in compare() function 473 typename C::CType compare(const Future* E, C& Cmp) const { in compare() function 476 return Cmp.compare(Result, E->Result); in compare() 500 typename C::CType compare(const Undefined* E, C& Cmp) const { in compare() function 521 typename C::CType compare(const Wildcard* E, C& Cmp) const { in compare() function 553 typename C::CType compare(const Literal* E, C& Cmp) const { in compare() function 653 typename C::CType compare(const LiteralPtr* E, C& Cmp) const { in compare() function 696 typename C::CType compare(const Function* E, C& Cmp) const { in compare() function 698 Cmp.compare(VarDecl->definition(), E->VarDecl->definition()); in compare() 702 Ct = Cmp.compare(body(), E->body()); in compare() [all …]
|
| /netbsd-src/external/mit/isl/dist/ |
| H A D | isl_sort.c | 54 int (* compare) (const void *, const void *, void *), void *arg) in msort() 63 msort (array, buf, mid + 1, high, size, compare, arg); in msort() 66 msort (array, buf, low, mid, size, compare, arg); in msort() 85 while (lo < am && compare (lo, hi, arg) <= 0) in msort() 98 while (hi < ah && compare (hi, lo, arg) < 0) in msort() 134 int (* compare) (const void *, const void *, void *), void *arg) in MergeSort() 146 msort (base, tmp, 0, nmemb - 1, size, compare, arg); in MergeSort()
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/ |
| H A D | store-test.c | 50 compare(const char *name, krb5_storage *sp, void *expected, size_t len) in compare() function 82 nerr += compare("Integer", sp, "\x1\x2\x3\x4", 4); in main() 87 nerr += compare("Integer (LE)", sp, "\x4\x3\x2\x1", 4); in main() 92 nerr += compare("Integer (BE)", sp, "\x1\x2\x3\x4", 4); in main() 104 nerr += compare("Integer (host)", sp, data, 4); in main() 111 nerr += compare("Principal", sp, "\x0\x0\x0\x1" in main()
|