Searched refs:compare (Results 1 - 25 of 1037) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.reverse/
H A Dppc_record_test_isa_3_1.exp90 gdb_assert [string compare $r0_initial $r0_new] \
94 gdb_assert [string compare $r1_initial $r1_new] \
98 gdb_assert ![string compare $r0_initial $r0_final] \
102 gdb_assert ![string compare $r1_initial $r1_final] \
218 gdb_assert [string compare $acc_3_0_initial $acc_3_0_new] \
221 gdb_assert [string compare $acc_3_1_initial $acc_3_1_new] \
224 gdb_assert [string compare $acc_3_2_initial $acc_3_2_new] \
227 gdb_assert [string compare $acc_3_3_initial $acc_3_3_new] \
230 gdb_assert [string compare $acc_4_0_initial $acc_4_0_new] \
233 gdb_assert [string compare
[all...]
H A Dppc_record_test_isa_2_06.exp91 gdb_assert [string compare $vs0_initial $vs1_new] \
95 gdb_assert [string compare $vs1_initial $vs1_new] \
99 gdb_assert ![string compare $vs0_initial $vs0_final] \
103 gdb_assert ![string compare $vs1_initial $vs1_final] \
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/man/
H A Dmsgcmp.x2 msgcmp \- compare message catalog and template
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-elf/
H A Dpr18458c.c9 compare (void (*f)(void)) function
/netbsd-current/external/gpl3/gdb.old/dist/gdb/unittests/basic_string_view/operations/compare/wchar_t/
H A D1.cc20 // basic_string_view::compare
21 // int compare(const basic_string_view& str) const;
22 // int compare(size_type pos1, size_type n1, const basic_string_view& str) const;
23 // int compare(size_type pos1, size_type n1, const basic_string_view& str,
25 // int compare(const charT* s) const;
26 // int compare(size_type pos1, size_type n1,
29 // NB compare should be thought of as a lexographical compare, ie how
87 // int compare(const basic_string_view& str) const;
88 test_value(str_0.compare(str_
[all...]
H A D2.cc29 constexpr int n1 = s1.compare(s1);
30 constexpr int n2 = s1.compare(s2);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/unittests/basic_string_view/operations/compare/char/
H A D1.cc20 // basic_string_view::compare
21 // int compare(const basic_string_view& str) const;
22 // int compare(size_type pos1, size_type n1, const basic_string_view& str) const;
23 // int compare(size_type pos1, size_type n1, const basic_string_view& str,
25 // int compare(const charT* s) const;
26 // int compare(size_type pos1, size_type n1,
29 // NB compare should be thought of as a lexographical compare, ie how
84 // int compare(const basic_string_view& str) const;
85 test_value(str_0.compare(str_
[all...]
H A D2.cc29 constexpr int n1 = s1.compare(s1);
30 constexpr int n2 = s1.compare(s2);
H A D13650.cc20 // basic_string_view::compare [lib.string_view::compare]
35 VERIFY( str_a.compare(0, 5, lit_01, 5) < 0 );
39 VERIFY( str_b.compare(0, 3, lit_02, 5) < 0 );
/netbsd-current/external/gpl3/gdb/dist/gdb/unittests/basic_string_view/operations/compare/char/
H A D1.cc20 // basic_string_view::compare
21 // int compare(const basic_string_view& str) const;
22 // int compare(size_type pos1, size_type n1, const basic_string_view& str) const;
23 // int compare(size_type pos1, size_type n1, const basic_string_view& str,
25 // int compare(const charT* s) const;
26 // int compare(size_type pos1, size_type n1,
29 // NB compare should be thought of as a lexographical compare, ie how
84 // int compare(const basic_string_view& str) const;
85 test_value(str_0.compare(str_
[all...]
H A D13650.cc20 // basic_string_view::compare [lib.string_view::compare]
35 VERIFY( str_a.compare(0, 5, lit_01, 5) < 0 );
39 VERIFY( str_b.compare(0, 3, lit_02, 5) < 0 );
H A D2.cc29 constexpr int n1 = s1.compare(s1);
30 constexpr int n2 = s1.compare(s2);
/netbsd-current/external/gpl3/gdb/dist/gdb/unittests/basic_string_view/operations/compare/wchar_t/
H A D1.cc20 // basic_string_view::compare
21 // int compare(const basic_string_view& str) const;
22 // int compare(size_type pos1, size_type n1, const basic_string_view& str) const;
23 // int compare(size_type pos1, size_type n1, const basic_string_view& str,
25 // int compare(const charT* s) const;
26 // int compare(size_type pos1, size_type n1,
29 // NB compare should be thought of as a lexographical compare, ie how
87 // int compare(const basic_string_view& str) const;
88 test_value(str_0.compare(str_
[all...]
H A D2.cc29 constexpr int n1 = s1.compare(s1);
30 constexpr int n2 = s1.compare(s2);
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dgcore.exp84 if {![string compare $pre_corefile_regs $post_corefile_regs]} {
91 if {![string compare $pre_corefile_allregs $post_corefile_allregs]} {
98 if {![string compare $pre_corefile_sysregs $post_corefile_sysregs]} {
106 if ![string compare $pre_corefile_extern_array $post_corefile_extern_array] {
114 if ![string compare $pre_corefile_static_array $post_corefile_static_array] {
122 if ![string compare $pre_corefile_uninit_array $post_corefile_uninit_array] {
130 if ![string compare $pre_corefile_heap_string $post_corefile_heap_string] {
138 if ![string compare $pre_corefile_local_array $post_corefile_local_array] {
145 if ![string compare $pre_corefile_backtrace $post_corefile_backtrace] {
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dgcore.exp85 if ![string compare $pre_corefile_regs $post_corefile_regs] then {
92 if ![string compare $pre_corefile_allregs $post_corefile_allregs] then {
99 if ![string compare $pre_corefile_sysregs $post_corefile_sysregs] then {
107 if ![string compare $pre_corefile_extern_array $post_corefile_extern_array] {
115 if ![string compare $pre_corefile_static_array $post_corefile_static_array] {
123 if ![string compare $pre_corefile_uninit_array $post_corefile_uninit_array] {
131 if ![string compare $pre_corefile_heap_string $post_corefile_heap_string] {
139 if ![string compare $pre_corefile_local_array $post_corefile_local_array] {
146 if ![string compare $pre_corefile_backtrace $post_corefile_backtrace] {
/netbsd-current/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dbbt.c97 insert (gfc_bbt *new_bbt, gfc_bbt *t, compare_fn compare) argument
104 c = (*compare) (new_bbt, t);
108 t->left = insert (new_bbt, t->left, compare);
114 t->right = insert (new_bbt, t->right, compare);
130 gfc_insert_bbt (void *root, void *new_node, compare_fn compare) argument
137 *r = insert (n, *r, compare);
171 delete_treap (gfc_bbt *old, gfc_bbt *t, compare_fn compare) argument
178 c = (*compare) (old, t);
181 t->left = delete_treap (old, t->left, compare);
183 t->right = delete_treap (old, t->right, compare);
192 gfc_delete_bbt(void *root, void *old, compare_fn compare) argument
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/fortran/
H A Dbbt.cc97 insert (gfc_bbt *new_bbt, gfc_bbt *t, compare_fn compare) argument
104 c = (*compare) (new_bbt, t);
108 t->left = insert (new_bbt, t->left, compare);
114 t->right = insert (new_bbt, t->right, compare);
130 gfc_insert_bbt (void *root, void *new_node, compare_fn compare) argument
137 *r = insert (n, *r, compare);
171 delete_treap (gfc_bbt *old, gfc_bbt *t, compare_fn compare) argument
178 c = (*compare) (old, t);
181 t->left = delete_treap (old, t->left, compare);
183 t->right = delete_treap (old, t->right, compare);
192 gfc_delete_bbt(void *root, void *old, compare_fn compare) argument
[all...]
/netbsd-current/tests/usr.bin/xlint/lint1/
H A Dmsg_107.c10 compare(double d, void *ptr) function
/netbsd-current/usr.sbin/pf/
H A DMakefile.inc3 WARNS?= 1 # XXX -Wshadow -Wcast-qual -Wsign-compare
4 CWARNFLAGS.clang+= -Wno-tautological-compare
/netbsd-current/external/gpl3/binutils/dist/config/
H A Dbootstrap-debug-big.mk4 # until the final compare.
8 do-compare = $(SHELL) $(srcdir)/contrib/compare-debug $$f1 $$f2
/netbsd-current/external/gpl3/gcc/dist/config/
H A Dbootstrap-debug-big.mk4 # until the final compare.
8 do-compare = $(SHELL) $(srcdir)/contrib/compare-debug $$f1 $$f2
/netbsd-current/external/gpl3/gdb/dist/config/
H A Dbootstrap-debug-big.mk4 # until the final compare.
8 do-compare = $(SHELL) $(srcdir)/contrib/compare-debug $$f1 $$f2
/netbsd-current/external/gpl3/gdb.old/dist/config/
H A Dbootstrap-debug-big.mk4 # until the final compare.
8 do-compare = $(SHELL) $(srcdir)/contrib/compare-debug $$f1 $$f2
/netbsd-current/external/gpl3/binutils.old/dist/config/
H A Dbootstrap-debug-big.mk4 # until the final compare.
8 do-compare = $(SHELL) $(srcdir)/contrib/compare-debug $$f1 $$f2

Completed in 224 milliseconds

1234567891011>>