Searched refs:exclude (Results 1 - 23 of 23) sorted by relevance

/barrelfish-2018-10-04/usr/mem_serv_dist/
H A Dargs.h22 coreid_t *exclude; member in struct:args
H A Dargs.c26 static bool is_excluded(coreid_t core, coreid_t *exclude, int exclude_len) argument
28 // assume exclude list isn't sorted
30 if (core == exclude[i]) {
39 coreid_t *exclude, int exclude_len,
47 if ((exclude == NULL) || (exclude_len <= 0)) {
48 // nothing to exclude, simply copy cores to res_cores
72 if (!is_excluded(cores[i], exclude, exclude_len)) {
192 .exclude = NULL,
225 // exclude the cores given in the list argument
226 parse_list(optarg, &res.exclude,
38 make_core_list(coreid_t *cores, int cores_len, coreid_t *exclude, int exclude_len, int num_cores, coreid_t **res_cores, int *res_len) argument
[all...]
/barrelfish-2018-10-04/lib/dist/
H A Dargs.c26 static bool is_excluded(coreid_t core, coreid_t *exclude, int exclude_len) argument
28 // assume exclude list isn't sorted
30 if (core == exclude[i]) {
39 coreid_t *exclude, int exclude_len,
47 if ((exclude == NULL) || (exclude_len <= 0)) {
48 // nothing to exclude, simply copy cores to res_cores
72 if (!is_excluded(cores[i], exclude, exclude_len)) {
194 // .exclude = NULL,
201 coreid_t *exclude = NULL; local
230 // exclude th
38 make_core_list(coreid_t *cores, int cores_len, coreid_t *exclude, int exclude_len, int num_cores, coreid_t **res_cores, int *res_len) argument
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/Contrib/
H A Dapplic.pl19 exclude/3,
32 exclude(+, +, ?),
172 % exclude(Pred, List, SubList)
180 :- tool(exclude/3, exclude/4).
182 exclude(_, [], [], _).
183 exclude(Pred, [Head|List], SubList, Module) :-
186 exclude(Pred, List, SubList, Module).
187 exclude(Pred, [Head|List], [Head|SubList], Module) :-
188 exclude(Pre
[all...]
H A Dcardinal_comments.pl622 in its glb, or to definitely exclude it from the domain.<P>
/barrelfish-2018-10-04/lib/libc/gen/
H A Dgetpwent.c180 DB *exclude; member in struct:compat_state
1637 if (compat_is_excluded(pwd->pw_name, st->exclude)) {
1676 if (st->exclude != NULL)
1677 st->exclude->close(st->exclude);
1912 &st->exclude);
1917 compat_exclude(&pw_name[1], &st->exclude);
1924 if (compat_is_excluded((char *)entry.data, st->exclude))
/barrelfish-2018-10-04/usr/eclipseclp/
H A DBUILD_ROTD1266 --exclude 'aux.*' --exclude '*::*' \
1268 --exclude 'test.*/' \
1826 tar cf - --exclude=private $1 | \
/barrelfish-2018-10-04/usr/eclipseclp/CPViz/
H A DMakefile.in152 ( cd viz/examples; tar cf - --exclude=CVS $(EXAMPLES)) \
/barrelfish-2018-10-04/usr/skb/programs/
H A Dbridge_page_orig_naturally_aligned.pl38 % exclude fixed memory from being allocated to devices
50 % exclude IOAPIC regions from being allocated to devices
H A Dbridge_page.pl47 % exclude fixed memory from being allocated to devices
59 % exclude IOAPIC regions from being allocated to devices
/barrelfish-2018-10-04/lib/libc/stdio/
H A Dxprintf.c538 * They don't exclude field widths read from args.
/barrelfish-2018-10-04/usr/eclipseclp/icparc_solvers/
H A Dic.c712 static dident d_exclude; /* exclude/2 dict entry */
715 static void *proc_exclude; /* exclude/2 procedure */
1323 set_up_exclude_delayed_goal(var_info *vi, word exclude) argument
1333 pw[2].val.nint = exclude;
1355 ** ic_exclude(var_info, exclude)
1356 ** Excludes the element `exclude' from the domain of the variable.
1364 ic_exclude(var_info *vi, word exclude) argument
1379 if (exclude < int_lwb) {
1382 if (exclude == int_lwb) {
1383 return ic_lwb(vi, (double) (exclude
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/documents/tutorial/
H A Dfdintro.tex360 \item glass and copper exclude each other
361 \item copper and plastic exclude each other
534 the bin: wood requires paper, glass and copper exclude each other, and
535 copper and plastic exclude each other:
H A Dicintro.tex337 variable) the variable's domain can be updated to exclude the relevant
851 \item glass and copper exclude each other
852 \item copper and plastic exclude each other
1023 the bin: wood requires paper, glass and copper exclude each other, and
1024 copper and plastic exclude each other:
H A Dcolgen.tex230 where we first create a {\tt colgen} instance {\tt cut\_stock}, set up the variable domains of the subproblem and the demand constraints of the master problem, set up the initial master problem bound constraints and subproblem knapsack constraint, then solve and return the variables with non-zero values in the optimal solution. The definition of cutting cost as waste has been combined with the knapsack constraint, while the bounds placed on this cost exclude cuttings with sufficient waste to produce further boards, thus limiting the amount of search in subproblem solution. The chosen method of subproblem solution is:
H A Dmodelling.tex412 additional properties, and so exclude many of the symmetric solutions:
H A Deplex.tex607 For our example, we add a bound constraint at each node to exclude a
H A Dpropiachr.tex531 Normally the guards exclude each other, as in the \verb0noclash0
/barrelfish-2018-10-04/usr/eclipseclp/documents/libman/
H A Dgfd.tex1318 \item[\biptxtrefni{exclude(?Var, +Excl)}{exclude/2!gfd}{../bips/lib/gfd/exclude-2.html}]
H A Dic.tex517 goal will be setup to exclude values when the bounds become
1310 \item[\bipref{exclude/2}{../bips/lib/ic_kernel/exclude-2.html}]
/barrelfish-2018-10-04/doc/026-device-queues/
H A Ddevif.tex115 register region of memory. We exclude managing the buffers themselves i.e. allocating
/barrelfish-2018-10-04/usr/eclipseclp/documents/intro_paper/
H A Declipse.tex2189 is added to exclude the non-integer value in the relaxed optimum
2392 adds new constraints to exclude this solution.
/barrelfish-2018-10-04/usr/eclipseclp/documents/applications/
H A Dtutorial.tex1795 If the constraint still accepts the solution, then we can assume that it simply does not exclude this solution. We will have to reconsider the declarative definition of the constraint to reject this wrong answer.

Completed in 292 milliseconds