OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dom1
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/mit/isl/dist/
isl_multi_gist.c
13
/* Compute the gist of the parameter domain "
dom1
" with respect to "dom2".
18
static __isl_give DOM *FN(MULTI(BASE),domain_gist_params)(DOM *
dom1
,
24
dom1
= FN(DOM,gist_params)(
dom1
, params);
26
return
dom1
;
isl_multi_intersect.c
13
/* Intersect the parameter domain "
dom1
" with "dom2".
14
* That is, intersect the parameters of "dom2" with "
dom1
".
16
* Even though "
dom1
" is known to only involve parameter constraints,
20
static __isl_give DOM *FN(MULTI(BASE),params_domain_intersect)(DOM *
dom1
,
25
params = FN(DOM,params)(
dom1
);
isl_multi_explicit_domain.c
166
DOM *
dom1
, *dom2;
local
172
dom1
= FN(MULTI(BASE),get_explicit_domain)(multi1);
174
equal = FN(DOM,is_equal)(
dom1
, dom2);
175
FN(DOM,free)(
dom1
);
isl_union_multi.c
329
isl_set *
dom1
, *dom2;
local
334
dom1
= FN(PART,domain)(FN(PART,copy)(part1));
336
disjoint = isl_set_is_disjoint(
dom1
, dom2);
337
isl_set_free(
dom1
);
isl_schedule_band.c
1041
isl_union_set *
dom1
, *dom2;
local
1047
dom1
= isl_multi_union_pw_aff_domain(
1051
subset = isl_union_set_is_subset(
dom1
, dom2);
1052
isl_union_set_free(
dom1
);
isl_fold.c
1548
isl_set *
dom1
, *dom2;
local
1559
dom1
= isl_pw_qpolynomial_fold_domain(isl_pw_qpolynomial_fold_copy(pwf1));
1561
is_subset = isl_set_is_subset(dom2,
dom1
);
1562
isl_set_free(
dom1
);
isl_space.c
1571
isl_space *
dom1
, *dom2, *nest1, *nest2;
local
1588
dom1
= isl_space_domain(isl_space_copy(left));
1590
nest1 = isl_space_wrap(isl_space_join(isl_space_reverse(
dom1
), dom2));
1592
dom1
= isl_space_range(left);
1594
nest2 = isl_space_wrap(isl_space_join(isl_space_reverse(
dom1
), dom2));
1609
isl_space *ran, *
dom1
, *dom2, *nest;
local
1620
dom1
= isl_space_domain(left);
1622
nest = isl_space_wrap(isl_space_join(isl_space_reverse(
dom1
), dom2));
/src/external/mpl/bind/dist/bin/tests/system/catz/
tests.sh
148
echo_i "checking that
dom1
.example. is not served by primary ($n)"
150
wait_for_no_soa @10.53.0.1
dom1
.example. dig.out.test$n || ret=1
155
echo_i "Adding a domain
dom1
.example. to primary via RNDC ($n)"
158
echo "@ 3600 IN SOA . . 1 3600 3600 3600 3600" >ns1/
dom1
.example.db
159
echo "@ 3600 IN NS invalid." >>ns1/
dom1
.example.db
160
echo "foo 3600 IN TXT some content here" >>ns1/
dom1
.example.db
161
echo "bar 3600 IN TXT some content here" >>ns1/
dom1
.example.db
162
echo "xxx 3600 IN TXT some content here" >>ns1/
dom1
.example.db
163
echo "yyy 3600 IN TXT some content here" >>ns1/
dom1
.example.db
164
rndccmd 10.53.0.1 addzone
dom1
.example. in default '{ type primary; file "dom1.example.db"; allow-update { any; }; notify explici (…)
[
all
...]
Completed in 23 milliseconds
Indexes created Wed Jun 10 00:26:05 UTC 2026