Home
last modified time | relevance | path

Searched refs:compare (Results 1 – 25 of 553) sorted by relevance

12345678910>>...23

/freebsd/contrib/netbsd-tests/lib/libcurses/tests/
H A Dclear4 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 Dcopywin6 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 Dassume_default_colors5 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 Dbackground5 compare background1.chk
8 compare background2.chk
14 compare background3.chk
18 compare background4.chk
22 compare background5.chk
H A Dmvwin5 compare /dev/zero
7 compare /dev/zero
10 compare /dev/zero
12 compare /dev/zero
H A Dcurs_set3 compare curs_set1.chk
5 compare curs_set2.chk
7 compare curs_set3.chk
H A Dchgat6 compare chgat1.chk
9 compare chgat2.chk
14 compare chgat3.chk
/freebsd/sys/contrib/ck/include/gcc/sparcv9/
H A Dck_pr.h161 "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
202 "r" (compare) \
205 return (compare == set); \
208 ck_pr_cas_##N(T *target, T compare, T set) \
213 "r" (compare) \
[all …]
/freebsd/sys/contrib/ck/include/gcc/aarch64/
H A Dck_pr_lse.h42 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()
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()
89 ck_pr_cas_ptr_2(void *target, void *compare, void *set) in ck_pr_cas_ptr_2() argument
101 *(T *)value = compare; \
111 ck_pr_cas_##N(M *target, T compare, T set) \
113 T previous = compare; \
[all …]
H A Dck_pr_llsc.h54 … : "r" (target), "r" (compare[0]), "r" (compare[1]), "r" (set[0]), "r" (set[1]) in ck_pr_cas_64_2_value()
64 CK_CPP_CAST(uint64_t *, compare), in ck_pr_cas_ptr_2_value()
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) \
120 return (previous == compare); \
123 ck_pr_cas_##N(M *target, T compare, T set) \
139 "r" (compare) \
[all …]
/freebsd/sys/contrib/device-tree/Bindings/timer/
H A Drenesas,rz-mtu3.yaml22 - Waveform output on compare match
122 - description: MTU0.TGRA input capture/compare match
123 - description: MTU0.TGRB input capture/compare match
124 - description: MTU0.TGRC input capture/compare match
125 - description: MTU0.TGRD input capture/compare match
127 - description: MTU0.TGRE compare match
128 - description: MTU0.TGRF compare match
129 - description: MTU1.TGRA input capture/compare match
130 - description: MTU1.TGRB input capture/compare match
133 - description: MTU2.TGRA input capture/compare match
[all …]
/freebsd/sys/contrib/ck/include/gcc/ppc64/
H A Dck_pr.h167 "r" (compare) in ck_pr_cas_64_value()
171 return (previous == compare); in ck_pr_cas_64_value()
189 "r" (compare) in ck_pr_cas_ptr_value()
193 return (previous == compare); in ck_pr_cas_ptr_value()
214 return (previous == compare); in ck_pr_cas_64()
235 return (previous == compare); in ck_pr_cas_ptr()
253 "r" (compare) \
256 return (previous == compare); \
259 ck_pr_cas_##N(T *target, T compare, T set) \
272 "r" (compare) \
[all …]
/freebsd/sys/contrib/ck/include/gcc/arm/
H A Dck_pr.h226 : "r" (compare), "r" (set) , \
230 return (*value == compare); \
272 : "r" (compare), "r" (set) , \
313 "r" (compare) in ck_pr_cas_ptr_value()
316 return (previous == compare); in ck_pr_cas_ptr_value()
334 "r" (compare) in ck_pr_cas_ptr()
336 return (previous == compare); in ck_pr_cas_ptr()
359 "r" (compare) \
362 return (previous == compare); \
379 "r" (compare) \
[all …]
/freebsd/contrib/libucl/src/
H A Dtree.h122 (struct node *self, struct node *elm, int (*compare)(struct node *lhs, struct node *rhs)) \
126 if (compare(elm, self) < 0) \
127 self->field.avl_left= TREE_INSERT_##node##_##field(self->field.avl_left, elm, compare); \
134 (struct node *self, struct node *elm, int (*compare)(struct node *lhs, struct node *rhs)) \
138 if (compare(elm, self) == 0) \
140 if (compare(elm, self) < 0) \
141 return TREE_FIND_##node##_##field(self->field.avl_left, elm, compare); \
143 return TREE_FIND_##node##_##field(self->field.avl_right, elm, compare); \
155 (struct node *self, struct node *elm, int (*compare)(struct node *lhs, struct node *rhs)) \
159 if (compare(elm, self) == 0) \
[all …]
/freebsd/crypto/heimdal/lib/krb5/
H A Dstore-test.c48 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/libexec/bootpd/
H A Dhash.c176 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/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h476 return Cmp.compare(Result, E->Result); in compare()
711 Ct = Cmp.compare(body(), E->body()); in compare()
800 return Cmp.compare(body(), E->body()); in compare()
835 return Cmp.compare(body(), E->body()); in compare()
874 return Cmp.compare(arg(), E->arg()); in compare()
912 return Cmp.compare(arg(), E->arg()); in compare()
1204 return Cmp.compare(expr(), E->expr()); in compare()
1250 Ct = Cmp.compare(expr0(), E->expr0()); in compare()
1290 return Cmp.compare(expr(), E->expr()); in compare()
1486 return Cmp.compare(Retval, E->Retval); in compare()
[all …]
/freebsd/sys/contrib/ck/include/gcc/
H A Dck_pr.h158 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/sys/contrib/ck/include/gcc/x86_64/
H A Dck_pr.h416 ck_pr_cas_##S(M *target, T compare, T set) \
423 "+a" (compare) \
436 "+a" (compare) \
439 *(T *)v = compare; \
452 "a" (compare) \
465 "+a" (compare) \
468 *(T *)v = compare; \
506 "q" (compare)
521 uint64_t compare[2], in ck_pr_cas_64_2_value()
533 : "a" (compare[0]), in ck_pr_cas_64_2_value()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DPriorityQueue.h30 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 DAPFixedPoint.h245 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/contrib/llvm-project/libcxx/include/
H A Dstring_view19 #include <compare>
249 #include <compare>
708 return __lhs.compare(__rhs) == 0;
733 return __lhs.compare(__rhs) == 0;
744 return __lhs.compare(__rhs) == 0;
787 return __lhs.compare(__rhs) < 0;
794 return __lhs.compare(__rhs) < 0;
801 return __lhs.compare(__rhs) < 0;
808 return __lhs.compare(__rhs) > 0;
815 return __lhs.compare(__rhs) > 0;
[all …]
/freebsd/sys/contrib/ck/include/gcc/x86/
H A Dck_pr.h315 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/stand/ficl/softwords/
H A Difbrack.fr9 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>
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DFunctionId.h85 int compare(const FunctionId &Other) const { in compare() function
144 return LHS.compare(RHS) < 0;
148 return LHS.compare(RHS) <= 0;
152 return LHS.compare(RHS) > 0;
156 return LHS.compare(RHS) >= 0;

12345678910>>...23