Searched refs:domain (Results 1 - 25 of 141) sorted by relevance

123456

/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dinit5.C4 char* domain = argv[1]; local
5 domain = domain? (char*)"component" : domain;
H A Dmisc1.C4 char* domain = argv[1]; local
5 domain = domain? (char*)"component" : domain;
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dused_types_9.f9014 type(domain), POINTER :: ptr
16 type domain type in module:bar
19 end type domain
27 type(domain), POINTER :: grid
31 TYPE (domain) grid
H A Dclass_allocate_13.f9018 type :: domain type in program:bug
22 type(domain) :: d
/haiku-buildtools/legacy/gcc/gcc/
H A Dintl.h35 # define textdomain(domain) (domain)
39 # define bindtextdomain(domain, directory) (domain)
/haiku-buildtools/legacy/binutils/intl/
H A Dloadmsgcat.c75 struct loaded_domain *domain; local
167 domain = (struct loaded_domain *) domain_file->data;
168 domain->data = (char *) data;
171 domain->use_mmap = use_mmap;
173 domain->mmap_size = size;
174 domain->must_swap = data->magic != _MAGIC;
177 switch (W (domain->must_swap, data->revision))
180 domain->nstrings = W (domain->must_swap, data->nstrings);
181 domain
[all...]
H A Ddcgettext.c151 /* Name of the default domain used for gettext(3) prior any call to
155 /* Value used as the default domain for gettext(3). */
231 struct loaded_l10nfile *domain; local
244 /* If DOMAINNAME is NULL, we are interested in the default domain. If
345 domain. Return the MSGID. */
357 domain = _nl_find_domain (dirname, single_locale, xdomainname);
359 if (domain != NULL)
361 retval = find_msg (domain, msgid);
367 for (cnt = 0; domain->successor[cnt] != NULL; ++cnt)
369 retval = find_msg (domain
400 struct loaded_domain *domain; local
[all...]
/haiku-buildtools/legacy/gcc/gcc/intl/
H A Dloadmsgcat.c75 struct loaded_domain *domain; local
167 domain = (struct loaded_domain *) domain_file->data;
168 domain->data = (char *) data;
171 domain->use_mmap = use_mmap;
173 domain->mmap_size = size;
174 domain->must_swap = data->magic != _MAGIC;
177 switch (W (domain->must_swap, data->revision))
180 domain->nstrings = W (domain->must_swap, data->nstrings);
181 domain
[all...]
H A Ddcgettext.c151 /* Name of the default domain used for gettext(3) prior any call to
155 /* Value used as the default domain for gettext(3). */
231 struct loaded_l10nfile *domain; local
244 /* If DOMAINNAME is NULL, we are interested in the default domain. If
345 domain. Return the MSGID. */
357 domain = _nl_find_domain (dirname, single_locale, xdomainname);
359 if (domain != NULL)
361 retval = find_msg (domain, msgid);
367 for (cnt = 0; domain->successor[cnt] != NULL; ++cnt)
369 retval = find_msg (domain
400 struct loaded_domain *domain; local
[all...]
/haiku-buildtools/legacy/gcc/texinfo/intl/
H A Ddcgettext.c149 /* Name of the default domain used for gettext(3) prior any call to
153 /* Value used as the default domain for gettext(3). */
228 struct loaded_l10nfile *domain; local
241 /* If DOMAINNAME is NULL, we are interested in the default domain. If
342 domain. Return the MSGID. */
354 domain = _nl_find_domain (dirname, single_locale, xdomainname);
356 if (domain != NULL)
358 retval = find_msg (domain, msgid);
364 for (cnt = 0; domain->successor[cnt] != NULL; ++cnt)
366 retval = find_msg (domain
396 struct loaded_domain *domain; local
[all...]
H A Dloadmsgcat.c74 struct loaded_domain *domain; local
165 domain = (struct loaded_domain *) domain_file->data;
166 domain->data = (char *) data;
167 domain->must_swap = data->magic != _MAGIC;
170 switch (W (domain->must_swap, data->revision))
173 domain->nstrings = W (domain->must_swap, data->nstrings);
174 domain->orig_tab = (struct string_desc *)
175 ((char *) data + W (domain->must_swap, data->orig_tab_offset));
176 domain
[all...]
/haiku-buildtools/gcc/intl/
H A Dloadmsgcat.c765 _nl_init_domain_conv (domain_file, domain, domainbinding)
767 struct loaded_domain *domain;
779 domain->codeset_cntr =
782 domain->conv = (__gconv_t) -1;
785 domain->conv = (iconv_t) -1;
788 domain->conv_tab = NULL;
843 if (__gconv_open (outcharset, charset, &domain->conv,
846 domain->conv = (__gconv_t) -1;
863 domain->conv = iconv_open (outcharset, charset);
869 domain
918 struct loaded_domain *domain; local
[all...]
/haiku-buildtools/binutils/intl/
H A Dloadmsgcat.c765 _nl_init_domain_conv (domain_file, domain, domainbinding)
767 struct loaded_domain *domain;
779 domain->codeset_cntr =
782 domain->conv = (__gconv_t) -1;
785 domain->conv = (iconv_t) -1;
788 domain->conv_tab = NULL;
843 if (__gconv_open (outcharset, charset, &domain->conv,
846 domain->conv = (__gconv_t) -1;
863 domain->conv = iconv_open (outcharset, charset);
869 domain
918 struct loaded_domain *domain; local
[all...]
H A Ddcigettext.c229 struct loaded_l10nfile *domain; member in struct:known_translation_t
286 /* Name of the default domain used for gettext(3) prior any call to
290 /* Value used as the default domain for gettext(3). */
307 static char *plural_lookup PARAMS ((struct loaded_l10nfile *domain,
438 struct loaded_l10nfile *domain; local
469 /* If DOMAINNAME is NULL, we are interested in the default domain. If
498 retval = plural_lookup ((*foundp)->domain, n, (*foundp)->translation,
614 domain. Return the MSGID. */
621 domain = _nl_find_domain (dirname, single_locale, xdomainname, binding);
623 if (domain !
733 struct loaded_domain *domain; local
[all...]
/haiku-buildtools/binutils/gas/testsuite/gas/ppc/
H A Drange64.l2 .*:3: Error: operand out of domain \(-1 is not a multiple of 4\)
3 .*:4: Error: operand out of domain \(2 is not a multiple of 4\)
/haiku-buildtools/cloog/include/cloog/
H A Ddomain.h5 ** domain.h **
58 CloogDomain *domain; /**< An element of the list. */ member in struct:cloogdomainlist
85 CloogDomain * cloog_domain_simple_convex(CloogDomain * domain);
100 void cloog_domain_print_structure(FILE *file, CloogDomain *domain, int level,
116 CloogScattering *cloog_domain_read_scattering(CloogDomain *domain, FILE *foo);
138 int cloog_domain_can_stride(CloogDomain *domain, int level);
139 int cloog_domain_is_otl(CloogDomain *domain, int level);
140 CloogDomain * cloog_domain_stride_lower_bound(CloogDomain *domain, int level,
142 CloogDomain * cloog_domain_add_stride_constraint(CloogDomain *domain,
144 int cloog_domain_can_unroll(CloogDomain *domain, in
[all...]
H A Dunion_domain.h15 CloogDomain *domain; /**< An element of the list. */ member in struct:cloognameddomainlist
16 CloogScattering *scattering; /**< Scattering function for domain. */
17 char *name; /**< Name of the domain. */
29 CloogNamedDomainList *domain; member in struct:clooguniondomain
40 const char *name, CloogDomain *domain, CloogScattering *scattering,
/haiku-buildtools/gcc/gcc/
H A Dintl.h36 # define textdomain(domain) (domain)
38 # define bindtextdomain(domain, directory) (domain)
/haiku-buildtools/cloog/test/
H A Dgenerate_test.c4 /* Generate code that scans part of the parameter domain of
16 CloogDomain *domain; local
21 domain = cloog_domain_copy(program->context);
25 return cloog_domain_from_context(domain);
78 CloogDomain *domain; local
85 domain = get_param_domain(options);
86 dim = cloog_domain_dimension(domain);
100 domain = cloog_domain_intersection(tmp = domain, cube);
114 p->loop->domain
[all...]
/haiku-buildtools/isl/
H A Disl_sample_piplib.c19 PipMatrix *domain = NULL; local
31 domain = isl_basic_map_to_pip((struct isl_basic_map *)bset, 0, 0, 0);
32 if (!domain)
38 sol = pip_solve(domain, NULL, -1, options);
61 pip_matrix_free(domain);
70 if (domain)
71 pip_matrix_free(domain);
H A Disl_ast_codegen.c81 /* Generate an AST for a single domain based on
84 * We extend the schedule with the iteration domain
98 * to be executed from the current schedule domain.
147 /* Generate an AST for a single domain based on
150 * If there is more than one domain element associated to the current
155 * domain specified by the user. We therefore first introduce
156 * the constraints from data->build->domain.
158 * of the domain as the resulting map is the one from which the call
171 * domain element and put a guard around it based on the (simplified)
172 * domain o
416 exact_bound(__isl_keep isl_set *domain, __isl_keep isl_ast_build *build, int upper) argument
447 lower_bounds( __isl_keep isl_constraint_list *constraints, int pos, __isl_keep isl_set *domain, __isl_keep isl_ast_build *build) argument
486 upper_bounds( __isl_keep isl_constraint_list *constraints, int pos, __isl_keep isl_set *domain, __isl_keep isl_ast_build *build) argument
940 use_upper_bound_list(isl_ctx *ctx, int n_upper, __isl_keep isl_set *domain, int depth) argument
1021 refine_generic_bounds( __isl_take isl_ast_graft *graft, __isl_take isl_constraint_list *c_lower, __isl_take isl_constraint_list *c_upper, __isl_keep isl_set *domain, __isl_keep isl_ast_build *build) argument
1128 refine_generic_split( __isl_take isl_ast_graft *graft, __isl_take isl_constraint_list *list, __isl_keep isl_set *domain, __isl_keep isl_ast_build *build) argument
1214 refine_generic( __isl_take isl_ast_graft *graft, __isl_keep isl_basic_set *bounds, __isl_keep isl_set *domain, __isl_keep isl_ast_build *build) argument
1316 create_node_scaled( __isl_take isl_union_map *executed, __isl_take isl_basic_set *bounds, __isl_take isl_set *domain, __isl_take isl_ast_build *build) argument
1500 create_node(__isl_take isl_union_map *executed, __isl_take isl_basic_set *bounds, __isl_take isl_set *domain, __isl_take isl_ast_build *build) argument
1623 isl_set *domain = NULL; local
1994 isl_set *domain; member in struct:isl_separate_domain_data
2005 isl_set *domain; local
2024 isl_set *domain; local
2051 isl_set *domain; local
2107 isl_set *domain; member in struct:isl_find_unroll_data
2217 find_unroll_lower_bound(__isl_keep isl_set *domain, int depth, int *n) argument
2323 do_unroll(struct isl_codegen_domains *domains, __isl_take isl_set *domain, __isl_take isl_set *class_domain) argument
2468 isl_set *domain, *atomic_domain; local
2513 isl_set *domain; local
2579 isl_set *domain; local
2628 isl_set *domain; local
2696 isl_set *domain; local
2785 construct_component_executed( struct isl_set_map_pair *domain, int *order, int n) argument
2808 generate_shifted_component_from_list( struct isl_set_map_pair *domain, int *order, int n, __isl_take isl_ast_build *build) argument
2840 at_most_one_non_fixed(struct isl_set_map_pair *domain, int *order, int n, int depth) argument
2871 eliminate_non_fixed(struct isl_set_map_pair *domain, int *order, int n, int depth, __isl_keep isl_ast_build *build) argument
2910 first_offset(struct isl_set_map_pair *domain, int *order, int n, __isl_keep isl_ast_build *build) argument
3028 contruct_shifted_executed( struct isl_set_map_pair *domain, int *order, int n, __isl_keep isl_val *stride, __isl_keep isl_multi_val *offset, __isl_take isl_ast_build *build) argument
3107 generate_shift_component( struct isl_set_map_pair *domain, int *order, int n, __isl_keep isl_val *stride, __isl_keep isl_multi_val *offset, __isl_take isl_ast_build *build) argument
3220 generate_component( struct isl_set_map_pair *domain, int *order, int n, __isl_take isl_ast_build *build) argument
3342 struct isl_set_map_pair *domain; member in struct:isl_any_scheduled_after_data
[all...]
H A Disl_lp_piplib.c63 PipMatrix *domain = NULL; local
69 domain = isl_basic_map_to_pip(bmap, 0, 1, 0);
70 if (!domain)
72 entier_set_si(domain->p[0][1], -1);
73 isl_int_set(domain->p[0][domain->NbColumns - 1], f[0]);
74 isl_seq_cpy_to_pip(domain->p[0]+2, f+1, total);
82 sol = pip_solve(domain, NULL, -1, options);
99 pip_matrix_free(domain);
103 if (domain)
[all...]
/haiku-buildtools/cloog/source/
H A Dloop.c124 /* Print the domain. */
125 cloog_domain_print_structure(file, loop->domain, level+1, "CloogDomain");
210 cloog_domain_free(loop->domain) ;
232 void cloog_loop_free_parts(loop, domain, block, inner, next)
234 int domain, block, inner, next ;
241 if (domain)
242 cloog_domain_free(loop->domain) ;
248 cloog_loop_free_parts(loop->inner,domain,block,inner,1) ;
267 * Construct a CloogLoop structure from a given iteration domain
270 CloogLoop *cloog_loop_from_domain(CloogState *state, CloogDomain *domain, argument
312 CloogDomain *domain; local
371 cloog_loop_alloc(CloogState *state, CloogDomain *domain, int otl, CloogStride *stride, CloogBlock *block, CloogLoop *inner, CloogLoop *next) argument
444 CloogDomain * domain ; local
482 CloogDomain *domain, *seen, *temp, *rest; local
578 CloogDomain * domain, * extended_context, * new_domain ; local
796 CloogDomain *domain; local
829 CloogDomain *domain, *t; local
871 CloogDomain *UQ, *domain; local
1500 CloogDomain * domain ; local
1600 CloogDomain *domain, *t; local
1636 CloogDomain *domain; local
1720 CloogDomain *domain; local
2608 CloogDomain * domain, * simp, * inter, * extended_context ; local
[all...]
H A Dunion_domain.c20 cloog_domain_free(list->domain);
36 ud->domain = NULL;
37 ud->next_domain = &ud->domain;
66 cloog_named_domain_list_free(ud->domain);
72 * Add a domain with scattering function to the union of domains.
74 * domain and scattering are taken over by the CloogUnionDomain.
78 const char *name, CloogDomain *domain, CloogScattering *scattering,
96 n = cloog_domain_dimension(domain);
101 n = cloog_scattering_dimension(scattering, domain);
106 named->domain
77 cloog_union_domain_add_domain(CloogUnionDomain *ud, const char *name, CloogDomain *domain, CloogScattering *scattering, void *usr) argument
173 cloog_scattering_list_read(FILE * foo, CloogDomain **domain, int nb_statements, int nb_parameters) argument
230 CloogDomain **domain; local
319 CloogDomain *domain = NULL; local
[all...]
/haiku-buildtools/cloog/include/cloog/isl/
H A Dcloog.h10 #include <cloog/isl/domain.h>

Completed in 216 milliseconds

123456