Searched refs:max (Results 226 - 250 of 285) sorted by relevance

1234567891011>>

/barrelfish-2018-10-04/usr/eclipseclp/icparc_solvers/
H A Dprobe.pl176 [V->fd:min,V->fd:max], OwnSusp)
H A Dprobing_tests.pl379 MinStart is max(OldStart-Shift,F),
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/lib/
H A Dtoplevel.pl846 I is max(1, getval(history_index) - getval(history_length)).
857 First is max(1, Next - getval(history_length)),
H A Dfd.pl101 abs, min and max. The nonlinear parts are handled by introducing
109 and similary for the functions abs/1, min/2 and max/2.
391 StartSize is max(dom_size(DI), dom_size(DV)) + 1,
494 Low is max(MinList, Lower),
582 Low is max(MinList, Lower),
650 NewMax is max(SoFar, DMax),
656 NewMax is max(SoFar, DMax),
H A Dmodes.pl923 builtin(max(_,_,_), [max(++,++,++)]).
H A Dsystools.pl266 Tabs is max((col_width +7 - Len)//8, 0),
/barrelfish-2018-10-04/lib/pcre/
H A Dpcre_compile.c1601 maxp pointer to int for max
1602 returned as -1 if no max
1613 int max = -1; local
1625 if (*p == CHAR_RIGHT_CURLY_BRACKET) max = min; else
1629 max = 0;
1632 max = max * 10 + (int)(*p++ - CHAR_0);
1633 if (max > 65535)
1639 if (max < min)
1648 *maxp = max;
[all...]
H A Dpcre_dfa_exec.c2627 int max = (int)GET2(ecode, 1 + IMM2_SIZE); local
2633 if (++count >= max && max != 0) /* Max 0 => no limit */
/barrelfish-2018-10-04/usr/eclipseclp/documents/tutorial/
H A Dhybrid.tex194 eplex:eplex_solver_setup(min(S3),End,[sync_bounds(yes)],[ic:min,ic:max]),
202 ic:min, ic:max}). Note that all variables occurring in the linear
255 eplex:eplex_solver_setup(Obj,Cost,[sync_bounds(yes)],[ic:min,ic:max]),
334 % the maximum diffrence between Expr1 and Expr2 is the max val
595 eplex:eplex_solver_setup(min(0),Cost,[sync_bounds(yes)],[ic:min,ic:max]),
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/src/
H A Dbip_delay.c2184 word max; local
2192 max = WLMaxPrio(WL);
2197 for (i = 0; i < max; i++) {
H A Demu_export.h400 * nwords is the number of trailed 32 bit words (max 16).
674 * range, set it to max instead. */
675 #define Safe_Add_To_Pointer(old, pos_offset, max, new) { \
677 if ((new) < (old)) (new) = (max); \
H A Dbip_io.c3611 uword max = 0; local
3685 if ((socket_t) StreamUnit(nst) > max)
3686 max = StreamUnit(nst);
3726 if (select(max + 1, &dread, &dwrite, (fd_set *) 0, pto) < 0)
/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/drivers/infiniband/hw/mlx4/
H A Dqp.c215 * When the max work request size is less than or equal to the WQE
400 qp->rq.wqe_cnt = roundup_pow_of_two(max(1U, cap->max_recv_wr));
401 qp->rq.max_gs = roundup_pow_of_two(max(1U, cap->max_recv_sge));
441 s = max(cap->max_send_sge * sizeof(struct mlx4_wqe_data_seg),
1563 MLX4_ERR("sgid_index (%u) too large. max is %d\n",
/barrelfish-2018-10-04/usr/eclipseclp/documents/libman/
H A Dextconjunto.tex378 {\bf min\verb/_/max/2} predicate. The cost term is an integer. The
652 {\bf max\verb/_/weight(?Svar,?E)}
653 \index{max\verb/_/weight/2}
/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/drivers/infiniband/hw/mthca/
H A Dmthca_provider.c649 init_attr->cap.max_send_wr = qp->sq.max;
650 init_attr->cap.max_recv_wr = qp->rq.max;
/barrelfish-2018-10-04/lib/lwip2/src/apps/snmp/
H A Dsnmp_core.c1179 if ((oid_in[i] < oid_ranges[i].min) || (oid_in[i] > oid_ranges[i].max)) {
1278 * @param buf_len max length of the bufffer
/barrelfish-2018-10-04/usr/eclipseclp/documents/userman/
H A Dumsarith.tex276 max(E1,E2) & maximum of 2 values & number $\times$ number & number \\
307 max(L) & maximum of list elements & list & number \\
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/asn1/
H A Dasn1_mac.h89 c.max=(length == 0)?0:(c.p+length);
H A Dtasn_dec.c874 buf.max = 0;
1194 /* If indefinite length constructed update max length */
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/bio/
H A Dbio.h581 int BIO_indent(BIO *b,int indent,int max);
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/bn/
H A Dbn.h645 int BN_GF2m_poly2arr(const BIGNUM *a, int p[], int max);
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/pkcs7/
H A Dpk7_doit.c500 int max;
/barrelfish-2018-10-04/include/openssl/
H A Dasn1_mac.h89 c.max=(length == 0)?0:(c.p+length);
H A Dbio.h581 int BIO_indent(BIO *b,int indent,int max);
H A Dbn.h645 int BN_GF2m_poly2arr(const BIGNUM *a, int p[], int max);

Completed in 216 milliseconds

1234567891011>>