HomeSort by: relevance | last modified time | path
    Searched defs:subset (Results 1 - 25 of 25) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
cpu-m68k.c 180 int superset = 0, subset = 0; local
206 return superset ? superset : subset;
elfxx-riscv.c 1157 /* Always add implicit extensions for the SUBSET. */
1161 const riscv_subset_t *subset ATTRIBUTE_UNUSED)
1166 /* Add implicit extensions only when the version of SUBSET less than 2.1. */
1170 const riscv_subset_t *subset ATTRIBUTE_UNUSED)
1172 return (subset->major_version < 2
1173 || (subset->major_version == 2
1174 && subset->minor_version < 1));
1182 const riscv_subset_t *subset ATTRIBUTE_UNUSED)
1194 const riscv_subset_t *subset ATTRIBUTE_UNUSED)
1818 /* Find subset in the list. Return TRUE and set `current` to the subse
2084 char *subset = xstrdup (p); local
2199 riscv_subset_t *subset = NULL; local
2211 riscv_subset_t *subset = NULL; local
2657 char *subset = xstrdup (p); local
2792 struct riscv_subset_t *subset; local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
cpu-m68k.c 180 int superset = 0, subset = 0; local
206 return superset ? superset : subset;
elfxx-riscv.c 1154 /* Always add implicit extensions for the SUBSET. */
1158 const riscv_subset_t *subset ATTRIBUTE_UNUSED)
1163 /* Add implicit extensions only when the version of SUBSET less than 2.1. */
1167 const riscv_subset_t *subset ATTRIBUTE_UNUSED)
1169 return (subset->major_version < 2
1170 || (subset->major_version == 2
1171 && subset->minor_version < 1));
1179 const riscv_subset_t *subset ATTRIBUTE_UNUSED)
1191 const riscv_subset_t *subset ATTRIBUTE_UNUSED)
1810 /* Find subset in the list. Return TRUE and set `current` to the subse
2076 char *subset = xstrdup (p); local
2191 riscv_subset_t *subset = NULL; local
2203 riscv_subset_t *subset = NULL; local
2649 char *subset = xstrdup (p); local
2784 struct riscv_subset_t *subset; local
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
cpu-m68k.c 180 int superset = 0, subset = 0; local
206 return superset ? superset : subset;
elfxx-riscv.c 1148 /* Always add implicit extensions for the SUBSET. */
1151 check_implicit_always (riscv_subset_t *subset ATTRIBUTE_UNUSED)
1156 /* Add implicit extensions only when the version of SUBSET less than 2.1. */
1159 check_implicit_for_i (riscv_subset_t *subset)
1161 return (subset->major_version < 2
1162 || (subset->major_version == 2
1163 && subset->minor_version < 1));
1679 /* Find subset in the list. Return TRUE and set `current` to the subset
1681 where we should insert the subset. However, return FALSE with the NUL
1944 char *subset = xstrdup (p); local
2059 riscv_subset_t *subset = NULL; local
2071 riscv_subset_t *subset = NULL; local
2429 char *subset = xstrdup (p); local
2544 struct riscv_subset_t *subset; local
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
cpu-m68k.c 180 int superset = 0, subset = 0; local
206 return superset ? superset : subset;
elfxx-riscv.c 1148 /* Always add the IMPLICIT for the SUBSET. */
1152 riscv_subset_t *subset ATTRIBUTE_UNUSED)
1157 /* Add the IMPLICIT only when the version of SUBSET less than 2.1. */
1161 riscv_subset_t *subset)
1163 return (subset->major_version < 2
1164 || (subset->major_version == 2
1165 && subset->minor_version < 1));
1173 /* A function to determine if we need to add the implicit subset. */
1644 /* Find subset in the list. Return TRUE and set `current` to the subset
1909 char *subset = xstrdup (p); local
2025 riscv_subset_t *subset = NULL; local
2050 riscv_subset_t *subset = NULL; local
2397 char *subset = xstrdup (p); local
2491 struct riscv_subset_t *subset; local
    [all...]
  /src/external/gpl3/gdb/dist/sim/igen/
filter.c 112 filter_is_subset (const filter *superset, const filter *subset)
117 if (subset == NULL)
120 return 0; /* subset isn't finished */
121 cmp = strcmp (subset->member, superset->member);
125 subset = subset->next; /* found */
251 filter *subset = NULL; local
257 printf ("Usage: filter <subset> <filter> ...\n");
262 filter_parse (&subset, argv[1]);
269 /* subset */
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/igen/
filter.c 112 filter_is_subset (const filter *superset, const filter *subset)
117 if (subset == NULL)
120 return 0; /* subset isn't finished */
121 cmp = strcmp (subset->member, superset->member);
125 subset = subset->next; /* found */
251 filter *subset = NULL; local
257 printf ("Usage: filter <subset> <filter> ...\n");
262 filter_parse (&subset, argv[1]);
269 /* subset */
    [all...]
  /src/external/gpl3/gdb/dist/sim/arm/
thumbemu.c 2082 ARMword subset[4] = local
2091 *ainstr = subset[(tinstr & 0x0600) >> 9] /* base opcode */
2130 subset. */
2138 static const struct insn_format subset[16] = local
2157 *ainstr = subset[(tinstr & 0x03C0) >> 6].opcode; /* base */
2183 switch (subset[(tinstr & 0x03C0) >> 6].otype)
2273 the following could be merged into a single subset, saving on
2278 ARMword subset[4] = { local
2284 *ainstr = subset[(tinstr & 0x0C00) >> 10] /* base */
2292 ARMword subset[4] = local
2310 ARMword subset[4] = { local
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/arm/
thumbemu.c 2082 ARMword subset[4] = local
2091 *ainstr = subset[(tinstr & 0x0600) >> 9] /* base opcode */
2130 subset. */
2138 static const struct insn_format subset[16] = local
2157 *ainstr = subset[(tinstr & 0x03C0) >> 6].opcode; /* base */
2183 switch (subset[(tinstr & 0x03C0) >> 6].otype)
2273 the following could be merged into a single subset, saving on
2278 ARMword subset[4] = { local
2284 *ainstr = subset[(tinstr & 0x0C00) >> 10] /* base */
2292 ARMword subset[4] = local
2310 ARMword subset[4] = { local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/common/config/riscv/
riscv-common.cc 33 #include "config/riscv/riscv-subset.h"
282 multi_letter_subset_rank (const std::string &subset)
284 gcc_assert (subset.length () >= 2);
288 char multiletter_class = subset[0];
312 low_order = single_letter_subset_rank (subset[1]);
319 /* subset compare
324 0 A and B are same subset.
370 /* Add new subset to list. */
373 riscv_subset_list::add (const char *subset, int major_version,
377 riscv_subset_t *ext = lookup (subset);
501 riscv_subset_t *subset; local
754 char subset[2] = {0, 0}; local
904 char *subset = xstrdup (p); local
    [all...]
  /src/external/mit/isl/dist/
isl_schedule_band.c 1042 isl_bool subset; local
1051 subset = isl_union_set_is_subset(dom1, dom2);
1054 if (subset < 0)
1056 if (!subset)
isl_ast_graft.c 579 * If the guard of a graft is a subset of either the guard or its complement
620 int subset, found_then, found_else; local
626 subset = 0;
634 subset = isl_set_is_subset(test,
636 if (subset < 0 || subset) {
642 subset = isl_set_is_subset(test,
644 if (subset < 0 || subset) {
652 if (subset < 0)
    [all...]
isl_ast_build_expr.c 2207 * to contain a single subpiece, a subset of "set"?
2212 isl_bool subset; local
2216 subset = isl_set_is_subset(set_n, set);
2219 return subset;
2265 * that test(aff_i, aff) holds on set if set is a subset of test(aff_i, aff).
isl_transitive_closure.c 110 * A_1 \subset R
111 * A_k \subset A_{k-1} \circ R k >= 2
165 * A \subset R \cup (A \circ R)
977 isl_bool subset; local
990 subset = isl_set_is_subset(s, dom);
992 if (subset < 0)
994 if (!subset) {
1000 subset = isl_set_is_subset(s, ran);
1003 return isl_bool_not(subset);
1050 isl_bool overlaps, subset; local
1801 isl_bool applies, subset; local
    [all...]
isl_map_simplify.c 3657 * then check if "context" happens to be a subset of "map",
3678 isl_bool subset; local
3703 subset = isl_map_is_subset(context, map);
3704 if (subset < 0)
3706 if (subset)
isl_schedule_node.c 2242 * If the filter of the node is already a subset of "filter",
2249 isl_bool subset; local
2255 subset = isl_union_set_is_subset(node_filter, filter);
2256 if (subset < 0)
2258 if (subset) {
3106 * We first double-check that D_2 is a subset of D_1.
3478 * That is, is the filter on the current filter node a subset of
3488 isl_bool subset; local
3495 subset = isl_union_set_is_subset(filter, outer);
3499 return subset;
    [all...]
isl_ast_codegen.c 1141 * "domain" is the subset of the intersection of the constraints
1265 * "domain" is the subset of the intersection of the constraints
1314 * "domain" is the subset of "bounds" for which some code is executed.
1404 * It may be a strict subset of "bounds" in case "bounds" was created
2551 * and a size n such that "domain" is a subset of
2614 * is a subset of
2870 * We do however need to make sure that this single domains is a subset
3471 * In particular, do so for the specified subset of the schedule domain.
5216 isl_bool subset; local
5222 subset = isl_union_set_is_subset(instances, domain)
    [all...]
isl_test.c 1402 isl_bool subset; local
1440 subset = isl_basic_set_is_subset(bset, bset2);
1443 if (subset < 0)
1445 if (!subset)
2578 * is a subset of the other.
4197 "set is not considered to be a subset of itself",
4206 int subset; member in struct:__anon8758
4245 int subset; local
4253 subset = isl_set_is_subset(set1, set2);
4256 if (subset < 0
8813 int empty, subset; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
regrename.cc 1154 int subset = (this_regno >= head->regno local
1191 else if (!subset)
1229 && (superset || subset))
1233 if (subset && !superset)
1241 if (subset && !superset
1255 superset ? ", superset" : subset ? ", subset" : "");
  /src/external/gpl3/gcc/dist/gcc/common/config/riscv/
riscv-common.cc 36 #include "config/riscv/riscv-subset.h"
65 const riscv_subset_t *subset) const
67 return match (subset_list, subset->name.c_str());
502 /* list must be subset of current this list, otherwise it not safe to
550 multi_letter_subset_rank (const std::string &subset)
552 gcc_assert (subset.length () >= 2);
556 char multiletter_class = subset[0];
577 low_order = single_letter_subset_rank (subset[1]);
584 /* subset compare
589 0 A and B are same subset
816 riscv_subset_t *subset; local
1111 char subset[2] = {0, 0}; local
1285 char *subset = xstrdup (p); local
1476 riscv_subset_t *subset; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
regrename.cc 1154 int subset = (this_regno >= head->regno local
1191 else if (!subset)
1229 && (superset || subset))
1233 if (subset && !superset)
1241 if (subset && !superset
1255 superset ? ", superset" : subset ? ", subset" : "");
  /src/external/apache2/mDNSResponder/dist/Clients/dnssdutil/
dnssdutil.c 25355 const MDNSInterfaceSubset subset = inIncludeAWDL ? kMDNSInterfaceSubset_All : kMDNSInterfaceSubset_NonAWDL; local
25357 err = _MDNSInterfaceListCreate( subset, sizeof( *list ), (MDNSInterfaceItem **) &list );
    [all...]

Completed in 144 milliseconds