| /src/bin/sh/ |
| mystring.h | 45 #define equal(s1, s2) (strcmp(s1, s2) == 0) macro
|
| /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_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)
|
| 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_multi_explicit_domain.c | 167 isl_bool equal; local 174 equal = FN(DOM,is_equal)(dom1, dom2); 178 return equal; 190 isl_bool equal; local 196 equal = isl_space_is_equal(space1, space2); 199 if (equal < 0) 201 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)
|
| isl_test_list_templ.c | 21 isl_bool equal; local 37 equal = FN(SET,is_equal)(set, set2); 43 if (n < 0 || equal < 0) 46 if (!equal) 47 isl_die(ctx, isl_error_unknown, "collections are not equal",
|
| isl_union_single.c | 67 /* Is the domain space of "entry" equal to the domain of "space", 98 isl_bool equal; local 113 equal = isl_space_tuple_is_equal(part->dim, isl_dim_out, 115 if (equal < 0) 117 if (equal) 187 * That is, is the domain space of "part" equal to "space", ignoring parameters?
|
| schedule_cmp.c | 57 isl_bool equal; local 72 equal = isl_schedule_plain_is_equal(s1, s2); 73 if (equal < 0) 75 if (!equal)
|
| flow_cmp.c | 89 isl_bool equal; local 112 equal = isl_union_map_is_equal(umap1, umap2); 115 if (equal < 0) 117 if (!equal) 118 die("field not equal");
|
| /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
|
| tree-hasher.h | 36 static inline bool equal (const value_type &, const compare_type &); 56 /* Return true if the uid in both int tree maps are equal. */ 59 int_tree_hasher::equal (const value_type &a, const compare_type &b) function in class:int_tree_hasher
|
| /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
|
| tree-hasher.h | 36 static inline bool equal (const value_type &, const compare_type &); 56 /* Return true if the uid in both int tree maps are equal. */ 59 int_tree_hasher::equal (const value_type &a, const compare_type &b) function in class:int_tree_hasher
|
| /src/sys/net/ |
| raw_usrreq.c | 57 equal(const struct sockaddr *a1, const struct sockaddr *a2) function 89 if (rp->rcb_laddr && !equal(rp->rcb_laddr, dst)) 91 if (rp->rcb_faddr && !equal(rp->rcb_faddr, src))
|
| /src/external/bsd/atf/dist/atf-c/ |
| build_test.c | 54 bool equal; local 57 equal = true; 59 equal = false; 61 equal = true; 64 equal = false; 72 return equal;
|
| /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 : "");
|
| /src/external/apache2/mDNSResponder/dist/mDNSShared/utilities/ |
| mdns_addr_tailq.c | 152 bool equal; local 155 equal = true; 160 equal = false; 165 equal = false; 169 equal = true; 171 return equal;
|
| /src/external/gpl3/gcc/dist/libcc1/ |
| context.hh | 56 static bool equal (const decl_addr_value *p1, function in struct:cc1_plugin::decl_addr_hasher 70 static inline bool equal (const char *p1, const char *p2) function in struct:cc1_plugin::string_hasher
|
| /src/external/gpl3/gcc.old/dist/libcc1/ |
| context.hh | 56 static bool equal (const decl_addr_value *p1, function in struct:cc1_plugin::decl_addr_hasher 70 static inline bool equal (const char *p1, const char *p2) function in struct:cc1_plugin::string_hasher
|
| /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/ |
| amdgpu_pp_psm.c | 244 bool equal; local 255 &pcurrent->hardware, &requested->hardware, &equal))) 256 equal = false; 258 if (!equal || phm_check_smc_update_required_for_display_configuration(hwmgr)) {
|
| /src/crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/ |
| test_kcred.c | 55 int equal; local 89 maj_stat = gss_compare_name(&min_stat, name1, name2, &equal); 92 if (!equal) 93 errx(1, "names not equal"); 96 errx(1, "lifetime not equal"); 99 errx(1, "usage not equal");
|
| /src/crypto/external/bsd/heimdal/dist/lib/gssapi/ |
| test_kcred.c | 67 int equal; local 101 maj_stat = gss_compare_name(&min_stat, name1, name2, &equal); 104 if (!equal) 105 errx(1, "names not equal"); 108 errx(1, "lifetime not equal %lu != %lu", 125 maj_stat = gss_compare_name(&min_stat, name1, name2, &equal); 128 if (!equal) 129 errx(1, "names not equal"); 132 errx(1, "lifetime not equal %lu != %lu",
|
| test_names.c | 111 int len, equal; local 173 maj_stat = gss_compare_name(&min_stat, MNname, MNname2, &equal); 176 if (!equal) 177 errx(1, "names not equal"); 211 maj_stat = gss_compare_name(&min_stat, name, MNname, &equal); 214 if (!equal) 215 errx(1, "names not equal");
|
| /src/external/bsd/atf/dist/atf-c++/ |
| build_test.cpp | 86 bool equal = true; local 89 while (equal && (i < aa.size() && array[i] != NULL)) { 91 equal = false; 96 if (equal && (i < aa.size() || array[i] != NULL)) 97 equal = false; 99 return equal;
|