| /freebsd/contrib/netbsd-tests/lib/libcurses/tests/ |
| H A D | clear | 4 compare clear1.chk 11 compare clear2.chk 14 compare clear3.chk 17 compare clear4.chk 19 compare fill.chk 22 compare clear5.chk 29 compare clear6.chk 32 compare clear7.chk 35 compare fill.chk 39 compare clear8.chk [all …]
|
| H A D | copywin | 6 compare copywin1.chk 14 compare copywin2.chk 17 compare copywin3.chk 22 compare copywin4.chk 30 compare copywin5.chk 33 compare copywin6.chk 38 compare copywin7.chk 46 compare copywin8.chk 54 compare copywin9.chk 57 compare copywin10.chk [all …]
|
| H A D | assume_default_colors | 5 compare color_start.chk 7 compare color_default.chk 11 compare color_blue_back.chk 15 compare color_red_fore.chk 19 compare color_default.chk
|
| H A D | background | 5 compare background1.chk 8 compare background2.chk 14 compare background3.chk 18 compare background4.chk 22 compare background5.chk
|
| H A D | mvwin | 5 compare /dev/zero 7 compare /dev/zero 10 compare /dev/zero 12 compare /dev/zero
|
| H A D | curs_set | 3 compare curs_set1.chk 5 compare curs_set2.chk 7 compare curs_set3.chk
|
| H A D | chgat | 6 compare chgat1.chk 9 compare chgat2.chk 14 compare chgat3.chk
|
| /freebsd/sys/contrib/ck/include/gcc/sparcv9/ |
| H A D | ck_pr.h | 155 ck_pr_cas_64_value(uint64_t *target, uint64_t compare, uint64_t set, uint64_t *value) in ck_pr_cas_64_value() argument 161 "r" (compare) in ck_pr_cas_64_value() 165 return (compare == set); in ck_pr_cas_64_value() 169 ck_pr_cas_64(uint64_t *target, uint64_t compare, uint64_t set) in ck_pr_cas_64() argument 175 "r" (compare) in ck_pr_cas_64() 178 return (compare == set); in ck_pr_cas_64() 182 ck_pr_cas_ptr(void *target, void *compare, void *set) in ck_pr_cas_ptr() argument 185 return ck_pr_cas_64(target, (uint64_t)compare, (uint64_t)set); in ck_pr_cas_ptr() 189 ck_pr_cas_ptr_value(void *target, void *compare, void *set, void *previous) in ck_pr_cas_ptr_value() argument 192 return ck_pr_cas_64_value(target, (uint64_t)compare, (uint64_t)set, previous); in ck_pr_cas_ptr_value() [all …]
|
| /freebsd/sys/contrib/ck/include/gcc/aarch64/ |
| H A D | ck_pr_lse.h | 38 ck_pr_cas_64_2_value(uint64_t target[2], uint64_t compare[2], uint64_t set[2], uint64_t value[2]) in ck_pr_cas_64_2_value() 42 register uint64_t x0 __asm__ ("x0") = compare[0]; in ck_pr_cas_64_2_value() 43 register uint64_t x1 __asm__ ("x1") = compare[1]; in ck_pr_cas_64_2_value() 52 : "r" (x2), "r" (x3), "r" (target), "r" (compare[0]), "r" (compare[1]) in ck_pr_cas_64_2_value() 62 ck_pr_cas_ptr_2_value(void *target, void *compare, void *set, void *value) in ck_pr_cas_ptr_2_value() argument 65 CK_CPP_CAST(uint64_t *, compare), in ck_pr_cas_ptr_2_value() 71 ck_pr_cas_64_2(uint64_t target[2], uint64_t compare[2], uint64_t set[2]) in ck_pr_cas_64_2() 73 register uint64_t x0 __asm__ ("x0") = compare[0]; in ck_pr_cas_64_2() 74 register uint64_t x1 __asm__ ("x1") = compare[1]; in ck_pr_cas_64_2() 83 : "r" (x2), "r" (x3), "r" (target), "r" (compare[0]), "r" (compare[1]) in ck_pr_cas_64_2() [all …]
|
| H A D | ck_pr_llsc.h | 36 ck_pr_cas_64_2_value(uint64_t target[2], uint64_t compare[2], uint64_t set[2], uint64_t value[2]) in ck_pr_cas_64_2_value() 54 … : "r" (target), "r" (compare[0]), "r" (compare[1]), "r" (set[0]), "r" (set[1]) in ck_pr_cas_64_2_value() 61 ck_pr_cas_ptr_2_value(void *target, void *compare, void *set, void *value) in ck_pr_cas_ptr_2_value() argument 64 CK_CPP_CAST(uint64_t *, compare), in ck_pr_cas_ptr_2_value() 70 ck_pr_cas_64_2(uint64_t target[2], uint64_t compare[2], uint64_t set[2]) in ck_pr_cas_64_2() 86 … : "r" (target), "r" (compare[0]), "r" (compare[1]), "r" (set[0]), "r" (set[1]) in ck_pr_cas_64_2() 92 ck_pr_cas_ptr_2(void *target, void *compare, void *set) in ck_pr_cas_ptr_2() argument 95 CK_CPP_CAST(uint64_t *, compare), in ck_pr_cas_ptr_2() 102 ck_pr_cas_##N##_value(M *target, T compare, T set, M *value) \ 117 "r" (compare) \ [all …]
|
| /freebsd/sys/contrib/ck/include/gcc/ppc64/ |
| H A D | ck_pr.h | 153 ck_pr_cas_64_value(uint64_t *target, uint64_t compare, uint64_t set, uint64_t *value) in ck_pr_cas_64_value() argument 167 "r" (compare) in ck_pr_cas_64_value() 171 return (previous == compare); in ck_pr_cas_64_value() 175 ck_pr_cas_ptr_value(void *target, void *compare, void *set, void *value) in ck_pr_cas_ptr_value() argument 189 "r" (compare) in ck_pr_cas_ptr_value() 193 return (previous == compare); in ck_pr_cas_ptr_value() 197 ck_pr_cas_64(uint64_t *target, uint64_t compare, uint64_t set) in ck_pr_cas_64() argument 211 "r" (compare) in ck_pr_cas_64() 214 return (previous == compare); in ck_pr_cas_64() 218 ck_pr_cas_ptr(void *target, void *compare, void *set) in ck_pr_cas_ptr() argument [all …]
|
| /freebsd/sys/contrib/ck/include/gcc/arm/ |
| H A D | ck_pr.h | 212 ck_pr_cas_##N##_value(T *target, T compare, T set, T *value) \ 226 : "r" (compare), "r" (set) , \ 230 return (*value == compare); \ 241 ck_pr_cas_ptr_2_value(void *target, void *compare, void *set, void *value) 243 uint32_t *_compare = CK_CPP_CAST(uint32_t *, compare); 256 ck_pr_cas_##N(T *target, T compare, T set) \ 272 : "r" (compare), "r" (set) , \ 285 ck_pr_cas_ptr_2(void *target, void *compare, void *set) in CK_PR_DOUBLE_CAS() 287 uint32_t *_compare = CK_CPP_CAST(uint32_t *, compare); in CK_PR_DOUBLE_CAS() 299 ck_pr_cas_ptr_value(void *target, void *compare, void *set, void *value) in ck_pr_cas_ptr_value() argument [all …]
|
| /freebsd/contrib/libucl/src/ |
| H A D | tree.h | 118 static struct node *_HU_FUNCTION(TREE_INSERT_##node##_##field)(struct node * self, struct node * elm, int (*compare)(struct node * lhs, struct node * rhs)) \ 122 if (compare(elm, self) < 0) \ 123 self->field.avl_left = TREE_INSERT_##node##_##field(self->field.avl_left, elm, compare); \ 125 self->field.avl_right = TREE_INSERT_##node##_##field(self->field.avl_right, elm, compare); \ 129 static struct node *_HU_FUNCTION(TREE_FIND_##node##_##field)(struct node * self, struct node * elm, int (*compare)(struct node * lhs, struct node * rhs)) \ 133 if (compare(elm, self) == 0) \ 135 if (compare(elm, self) < 0) \ 136 return TREE_FIND_##node##_##field(self->field.avl_left, elm, compare); \ 138 return TREE_FIND_##node##_##field(self->field.avl_right, elm, compare); \ 149 static struct node *_HU_FUNCTION(TREE_REMOVE_##node##_##field)(struct node * self, struct node * elm, int (*compare)(struc [all...] |
| /freebsd/libexec/bootpd/ |
| H A D | hash.c | 176 hash_Exists(hash_tbl *hashtable, unsigned hashcode, hash_cmpfp compare, in hash_Exists() argument 183 if ((*compare) (key, memberptr->data)) { in hash_Exists() 204 hash_Insert(hash_tbl *hashtable, unsigned hashcode, hash_cmpfp compare, in hash_Insert() argument 210 if (hash_Exists(hashtable, hashcode, compare, key)) { in hash_Insert() 232 hash_Delete(hash_tbl *hashtable, unsigned hashcode, hash_cmpfp compare, in hash_Delete() argument 248 while (memberptr && (*compare) (key, memberptr->data)) { in hash_Delete() 267 if ((*compare) (key, memberptr->data)) { in hash_Delete() 294 hash_Lookup(hash_tbl *hashtable, unsigned hashcode, hash_cmpfp compare, in hash_Lookup() argument 301 if ((*compare) (key, memberptr->data)) { in hash_Lookup()
|
| /freebsd/crypto/heimdal/lib/krb5/ |
| H A D | store-test.c | 48 compare(const char *name, krb5_storage *sp, void *expected, size_t len) in compare() function 80 nerr += compare("Integer", sp, "\x1\x2\x3\x4", 4); in main() 85 nerr += compare("Integer (LE)", sp, "\x4\x3\x2\x1", 4); in main() 90 nerr += compare("Integer (BE)", sp, "\x1\x2\x3\x4", 4); in main() 102 nerr += compare("Integer (host)", sp, data, 4); in main() 109 nerr += compare("Principal", sp, "\x0\x0\x0\x1" in main()
|
| /freebsd/contrib/llvm-project/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() 504 typename C::CType compare(const Undefined* E, C& Cmp) const { in compare() function 525 typename C::CType compare(const Wildcard* E, C& Cmp) const { in compare() function 557 typename C::CType compare(const Literal* E, C& Cmp) const { in compare() function 660 typename C::CType compare(const LiteralPtr* E, C& Cmp) const { in compare() function 705 typename C::CType compare(const Function* E, C& Cmp) const { in compare() function 707 Cmp.compare(VarDecl->definition(), E->VarDecl->definition()); in compare() 711 Ct = Cmp.compare(body(), E->body()); in compare() [all …]
|
| /freebsd/crypto/krb5/src/kadmin/dbutil/ |
| H A D | t_tdumputil.py | 6 def compare(s, expected, msg): function 16 compare(out, expected, 'tab-separated values') 23 compare(out, expected, 'comma-separated values') 28 compare(out, expected, 'rectype prefixed')
|
| /freebsd/sys/contrib/ck/include/gcc/x86_64/ |
| H A D | ck_pr.h | 416 ck_pr_cas_##S(M *target, T compare, T set) \ 423 "+a" (compare) \ 430 ck_pr_cas_##S##_value(M *target, T compare, T set, M *v) \ 436 "+a" (compare) \ 439 *(T *)v = compare; \ 445 ck_pr_cas_##S(M *target, T compare, T set) \ 452 "a" (compare) \ 458 ck_pr_cas_##S##_value(M *target, T compare, T set, M *v) \ 465 "+a" (compare) \ 468 *(T *)v = compare; \ [all …]
|
| /freebsd/sys/contrib/ck/include/gcc/ |
| H A D | ck_pr.h | 158 ck_pr_cas_##S(M *target, T compare, T set) \ in CK_PR_FENCE() 161 z = __sync_bool_compare_and_swap((T *)target, compare, set); \ in CK_PR_FENCE() 184 ck_pr_cas_ptr_value(void *target, void *compare, void *set, void *v) 186 set = __sync_val_compare_and_swap((void **)target, compare, set); 188 return (set == compare); 193 ck_pr_cas_##S##_value(T *target, T compare, T set, T *v) \ 195 set = __sync_val_compare_and_swap(target, compare, set);\ 197 return (set == compare); \
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | PriorityQueue.h | 30 explicit PriorityQueue(const Compare &compare = Compare(), 32 : std::priority_queue<T, Sequence, Compare>(compare, sequence) 37 const Compare &compare = Compare(), 39 : std::priority_queue<T, Sequence, Compare>(begin, end, compare, sequence)
|
| H A D | APFixedPoint.h | 245 int compare(const APFixedPoint &Other) const; 247 return compare(Other) == 0; 250 return compare(Other) != 0; 252 bool operator>(const APFixedPoint &Other) const { return compare(Other) > 0; } 253 bool operator<(const APFixedPoint &Other) const { return compare(Other) < 0; } 255 return compare(Other) >= 0; 258 return compare(Other) <= 0;
|
| /freebsd/sys/contrib/ck/include/gcc/x86/ |
| H A D | ck_pr.h | 315 ck_pr_cas_##S(M *target, T compare, T set) \ 322 "+a" (compare) \ 329 ck_pr_cas_##S##_value(M *target, T compare, T set, M *v) \ 335 "+a" (compare) \ 338 *(T *)v = compare; \ 344 ck_pr_cas_##S(M *target, T compare, T set) \ 351 "a" (compare) \ 357 ck_pr_cas_##S##_value(M *target, T compare, T set, M *v) \ 364 "+a" (compare) \ 367 *(T *)v = compare; \
|
| /freebsd/crypto/openssl/ssl/ |
| H A D | priority_queue.c | 52 int (*compare)(const void *, const void *); member 159 if (pq->compare(h[n].data, h[p].data) >= 0) in pqueue_move_down() 179 if (pq->compare(h[p].data, h[p + 1].data) > 0) in pqueue_move_up() 182 while (pq->htop > p && pq->compare(h[p].data, h[n].data) < 0) { in pqueue_move_up() 189 if (pq->compare(h[p].data, h[p + 1].data) > 0) in pqueue_move_up() 326 OSSL_PQUEUE *ossl_pqueue_new(int (*compare)(const void *, const void *)) in ossl_pqueue_new() 330 if (compare == NULL) in ossl_pqueue_new() 336 pq->compare = compare; in ossl_pqueue_new()
|
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | string_view | 19 #include <compare> 133 constexpr int compare(basic_string_view s) const noexcept; 134 constexpr int compare(size_type pos1, size_type n1, basic_string_view s) const; 135 constexpr int compare(size_type pos1, size_type n1, 137 constexpr int compare(const charT* s) const; 138 constexpr int compare(size_type pos1, size_type n1, const charT* s) const; 139 constexpr int compare(size_type pos1, size_type n1, 251 #include <compare> 455 _LIBCPP_CONSTEXPR_SINCE_CXX14 int compare(basic_string_view __sv) const _NOEXCEPT { 457 int __retval = _Traits::compare(data(), __sv.data(), __rlen); [all …]
|
| /freebsd/stand/ficl/softwords/ |
| H A D | ifbrack.fr | 9 2dup s" [if]" compare-insensitive 0= 13 2dup s" [else]" compare-insensitive 0= 17 2dup s" [then]" compare-insensitive 0= >r 18 2dup s" [endif]" compare-insensitive 0= r>
|