| /src/external/mit/isl/dist/ |
| isl_type_check_equal_space_templ.c | 15 isl_bool equal; local 17 equal = FN(TYPE_PAIR,has_equal_space)(obj1, obj2); 18 if (equal < 0) 20 if (!equal)
|
| isl_test_plain_equal_templ.c | 17 /* Is "obj" obviously equal to the object represented by "str"? 23 isl_bool equal; local 30 equal = FN(TYPE,plain_is_equal)(obj, obj2); 33 return equal; 36 /* Check that "obj" is obviously equal to the object represented by "str". 41 isl_bool equal; local 43 equal = FN(BASE,plain_is_equal)(obj, str); 44 if (equal < 0) 46 if (!equal)
|
| check_reparse_templ.c | 15 isl_bool equal; local 21 equal = FN(TYPE,plain_is_equal)(obj, obj2); 24 if (equal < 0) 26 if (!equal) 28 "parsed function not equal to original",
|
| isl_type_check_match_range_multi_val.c | 23 isl_bool equal; local 25 equal = FN(TYPE,match_range_multi_val)(obj, mv); 26 if (equal < 0) 28 if (!equal)
|
| schedule_cmp.c | 57 isl_bool equal; local 72 equal = isl_schedule_plain_is_equal(s1, s2); 73 if (equal < 0) 75 if (!equal)
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.testsuite/ |
| capture-command-output.exp | 23 gdb_assert { [string equal $output "\$1 = 1"] } 30 gdb_assert { [string equal $output "1"] } 37 gdb_assert { [string equal $output "\$3 = 1"] }
|
| parse_options_args.exp | 27 gdb_assert { [string equal $a "vala"] } 28 gdb_assert { [string equal $b "valb"] } 29 gdb_assert { [string equal $opt1 "val1"] } 30 gdb_assert { [string equal $opt2 "defval2"] } 49 gdb_assert { [string equal $a "vala"] } 50 gdb_assert { [string equal $b "valb"] } 51 gdb_assert { [string equal $opt1 "val1"] } 52 gdb_assert { [string equal $opt2 "defval2"] }
|
| gdb-test.exp | 29 gdb_assert { [string equal $output $expected_error_msg] } 48 gdb_assert { [string equal $output $expected_error_msg] }
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.testsuite/ |
| capture-command-output.exp | 23 gdb_assert { [string equal $output "\$1 = 1"] } 30 gdb_assert { [string equal $output "1"] } 37 gdb_assert { [string equal $output "\$3 = 1"] }
|
| parse_options_args.exp | 27 gdb_assert { [string equal $a "vala"] } 28 gdb_assert { [string equal $b "valb"] } 29 gdb_assert { [string equal $opt1 "val1"] } 30 gdb_assert { [string equal $opt2 "defval2"] } 49 gdb_assert { [string equal $a "vala"] } 50 gdb_assert { [string equal $b "valb"] } 51 gdb_assert { [string equal $opt1 "val1"] } 52 gdb_assert { [string equal $opt2 "defval2"] }
|
| gdb-test.exp | 29 gdb_assert { [string equal $output $expected_error_msg] } 48 gdb_assert { [string equal $output $expected_error_msg] }
|
| /src/external/gpl3/gcc.old/dist/libphobos/src/std/internal/test/ |
| range.d | 12 import std.algorithm.comparison : equal; 24 assert(r.equal!equal([[ 0, 1, 2 ], [ 3, 4 ]]));
|
| /src/external/gpl3/gcc/dist/gcc/ |
| tree-hash-traits.h | 27 static inline bool equal (const value_type &, 38 tree_operand_hash::equal (const value_type &t1, function in class:tree_operand_hash
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| tree-hash-traits.h | 27 static inline bool equal (const value_type &, 38 tree_operand_hash::equal (const value_type &t1, function in class:tree_operand_hash
|
| /src/external/gpl3/gdb/dist/libsframe/testsuite/libsframe.encode/ |
| encode.exp | 24 if [string equal $COMPAT_DEJAGNU "no"] {
|
| /src/external/gpl3/gdb.old/dist/libsframe/testsuite/libsframe.encode/ |
| encode.exp | 24 if [string equal $COMPAT_DEJAGNU "no"] {
|
| /src/bin/sh/ |
| mystring.h | 45 #define equal(s1, s2) (strcmp(s1, s2) == 0) macro
|
| /src/external/gpl3/gdb/dist/libsframe/testsuite/libsframe.find/ |
| find.exp | 24 if [string equal $COMPAT_DEJAGNU "no"] {
|
| /src/external/gpl3/gdb.old/dist/libsframe/testsuite/libsframe.find/ |
| find.exp | 24 if [string equal $COMPAT_DEJAGNU "no"] {
|
| /src/external/gpl3/gcc.old/dist/libphobos/src/std/container/ |
| util.d | 57 import std.algorithm.comparison : equal; 61 assert(equal(arr[], [4, 2, 3, 1])); 64 assert(equal(rbt[], [4, 3, 2, 1])); 68 assert(equal(slist[], [1, 2, 3])); 73 import std.algorithm.comparison : equal; 79 assert(equal(arr2[], "hello"d)); 84 assert(equal(rtb2[], "ehlo"d)); 90 import std.algorithm.comparison : equal; 138 import std.algorithm.comparison : equal; 143 assert(equal(arr[], [0, 1, 2, 3, 4])) [all...] |
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| pc-not-saved.exp | 56 gdb_assert { ![string equal $cfa unknown] } \ 59 gdb_assert { ![string equal $pc unknown] } \
|
| randomize.exp | 63 if [string equal $addr1 $addr2] { 78 if [string equal $addr1 $addr2] {
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| pc-not-saved.exp | 56 gdb_assert { ![string equal $cfa unknown] } \ 59 gdb_assert { ![string equal $pc unknown] } \
|
| randomize.exp | 63 if [string equal $addr1 $addr2] { 78 if [string equal $addr1 $addr2] {
|
| /src/external/ibm-public/postfix/dist/src/util/ |
| environ.c | 31 char *equal; local 33 equal = strchr(name, '='); 34 return ((equal == 0) ? strlen(name) : (equal - name)); 65 char *equal = strchr(nameval, '='); 66 char *value = (equal ? equal : "");
|