Searched refs:max (Results 201 - 225 of 289) sorted by relevance

1234567891011>>

/barrelfish-master/kernel/arch/x86_64/
H A Dinit.c403 "min size %u bytes, max %u bytes. %s %s\n",
639 ROUND_UP(max(multiboot_end_addr(mb), (uintptr_t)&_end_kernel),
/barrelfish-master/kernel/arch/k1om/
H A Dinit.c670 ROUND_UP(max(multiboot_end_addr(mb), (uintptr_t)&_end_kernel),
/barrelfish-master/kernel/arch/x86_32/
H A Dinit.c483 "min size %"PRIu32" bytes, max %"PRIu32" bytes. %s %s\n",
666 ROUND_UP(max(multiboot_end_addr(mb), (uintptr_t)&_end_kernel),
/barrelfish-master/usr/skb/programs/
H A Dbridge_postorder_sorted.pl345 max(ConflictList,Max),
346 max([Max,StartAddr], AllocStartAddrAdjusted),
H A Dbridge_postorder_sorted_sum.pl349 max(ConflictList,Max),
350 max([Max,StartAddr], AllocStartAddrAdjusted),
H A Dbridge_postorder_sorted_sum_ascending.pl345 max(ConflictList,Max),
346 max([Max,StartAddr], AllocStartAddrAdjusted),
H A Dbridge_postorder_sorted_ascending.pl345 max(ConflictList,Max),
346 max([Max,StartAddr], AllocStartAddrAdjusted),
/barrelfish-master/lib/lwip2/src/core/
H A Dpbuf.c1407 u16_t max = p->tot_len - mem_len; local
1409 for (i = start_offset; i <= max; i++) {
/barrelfish-master/usr/eclipseclp/documents/tutorial/
H A Dconstimpl.tex544 \item[X->ic:max] wake when the upper bound of an ic-variable changes
568 suspend(ge(X,Y), 0, [X->ic:max, Y->ic:min])
579 and {\bf max}, which cause a goal to wake up when the lower/upper
620 suspend(ge(X,Y,MySusp), 0, [X->ic:max, Y->ic:min], MySusp),
/barrelfish-master/lib/x86emu/
H A Dvalidate.c258 #define VAL_START_UNARY(parm_type,max,incr) \
264 for (d = 0; d < max; d += incr) { \
/barrelfish-master/usr/eclipseclp/Contrib/
H A Dcardinal_minmax.pl140 suspend_and_call(check_upper_max(MaxVar,Set), 4, MaxVar->fd:max, SuspCUM),
/barrelfish-master/lib/devif/backends/net/mlx4/drivers/infiniband/hw/mlx4/
H A Dsysfs.c373 static void get_name(struct mlx4_ib_dev *dev, char *name, int i, int max) argument
378 strlcpy(name, pci_name(dev->dev->pdev), max);
/barrelfish-master/usr/eclipseclp/icparc_solvers/
H A Dic_probing_for_scheduling.pl248 pos_expr_to_cons_var(max(ExprList),ConsList,Var) :- !,
351 CostFun= max([S1+D1,S2+D2,S3+D3,S4+D4]),
H A Dprobing_for_scheduling.pl248 pos_expr_to_cons_var(max(ExprList),ConsList,Var) :- !,
351 CostFun= max([S1+D1,S2+D2,S3+D3,S4+D4]),
H A Dcumulative_examples.pl289 suspend(rectangle_not_included(D1,R1,D2,R2,B),4,[Var->min,Var->max,B->inst])
H A Dic_probe.pl178 [V->ic:min,V->ic:max], OwnSusp)
/barrelfish-master/usr/eclipseclp/Kernel/src/
H A Demu_c_env.c2294 #define InGlobal(p) ((p) >= min && (p) < max)
2302 check_global2(pword *max)
2304 check_global1(TG_ORIG, max);
2307 check_global1(register pword *min, register pword *max)
2315 while (pw < max)
2300 check_global2(pword *max) argument
2305 check_global1(register pword *min, register pword *max) argument
H A Dscheduler.c1278 int max = (Scheduler(site)->root_first)?Scheduler(site)->max_to_publish:9999; local
1285 if (ok > max) max = ok;
1288 if (!(published=eng_publish(LeafEngine(olf), max, &remains))) {
1307 assert(!(remains && published<max));
2182 int max = (root_first) ? Scheduler(Site(self))->max_to_publish local
2185 if (!eng_publish(LeafEngine(self), max, &left)) {
H A Dtypes.h258 word size; /* max size of the buffer */
903 max, member in struct:__anon1659
/barrelfish-master/usr/eclipseclp/Kernel/lib/
H A Dkernel.pl2768 eval(max(X,Y), R, M) :- !, eval(X,X1,M), eval(Y,Y1,M), max(X1, Y1, R).
2791 eval(max(X), R, M) :- !, max_body(X, R, M).
2864 % max(+List, ?Max)
2866 % This is compatible with all arithmetic operations. It means that min/max
2950 make_suspension(max(X,R), 0, Susp, M),
2953 error(4, max(X,R), M)
2966 make_suspension(max([X1|Xs],R), 0, Susp, M),
2969 error(4, max([X1|Xs],R), M)
2972 error(5, max(
[all...]
/barrelfish-master/lib/zlib/
H A Ddeflate.c135 /* 1 */ {4, 4, 8, 4, deflate_fast}}; /* max speed, no lazy matches */
140 /* 1 */ {4, 4, 8, 4, deflate_fast}, /* max speed, no lazy matches */
149 /* 9 */ {32, 258, 258, 4096, deflate_slow}}; /* max compression */
1031 unsigned chain_length = s->max_chain_length;/* max hash chain length */
1689 uInt max; /* maximum length of run */
1709 max = s->lookahead < MAX_MATCH ? s->lookahead : MAX_MATCH;
1715 } while (++run < max);
/barrelfish-master/usr/eclipseclp/documents/libman/
H A Dgfd.tex400 \item[\texttt{max(E1,E2)}]
438 \item[\texttt{max(ExprCol)}]
621 \item[\biptxtrefni{max(+Collection,?Max)}{max/2!gfd}{../bips/lib/gfd/max-2.html}]
639 %\item[\biptxtrefni{max(?X,?Y,?Max)}{max/3!gfd}{../bips/lib/gfd/max-3.html}]
/barrelfish-master/usr/eclipseclp/CPViz/viz/src/ie/ucc/cccc/viz/
H A DViz.java454 idx.println(treeRoot+Math.max(0, state.getTreeNode())+".svg"+" "+
506 return getInteger("max",attributes);
/barrelfish-master/usr/eclipseclp/Eplex/
H A Deplex_gurobi.c238 int method, val, min, max; local
/barrelfish-master/lib/devif/backends/net/mlx4/drivers/infiniband/hw/mthca/
H A Dmthca_dev.h181 u32 max; member in struct:mthca_alloc

Completed in 220 milliseconds

1234567891011>>