Searched refs:max (Results 176 - 200 of 285) sorted by relevance

1234567891011>>

/barrelfish-2018-10-04/usr/eclipseclp/Oci/
H A Dmysql.c465 #define BindLong(lbuf, buf, max, start, len)\
468 if ( *(lbuf) > (max) ) {\
478 #define BindDbFormat(lbuf, buf, max, start, len) \
481 if ( *(lbuf) > (max) ) {\
/barrelfish-2018-10-04/lib/acpica/generate/release/
H A Dbuild.sh161 $ZIP_UTILITY -silent -add -max -dir -sort=name ../$TARGET_DIR/$PACKAGE_FILENAME
/barrelfish-2018-10-04/include/lwip2/lwip/apps/
H A Dsnmp_core.h260 u32_t max; member in struct:snmp_oid_range
/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/drivers/net/mlx4/
H A Dprofile.c112 profile[i].size = max(profile[i].size, (u64) BASE_PAGE_SIZE);
/barrelfish-2018-10-04/usr/eclipseclp/lib_tcl/
H A Dtkinspect.tcl792 set x [expr {max(0,[winfo x $parent]+([winfo width $parent]-[winfo width $child])/2)}]
793 set y [expr {max(0,[winfo y $parent]+([winfo height $parent]-[winfo height $child])/2)}]
800 proc tkinspect:EditDepth {iw type min max message typetext} {
818 pack [scale $w.f.scale -from $min -to $max -orient horizontal \
/barrelfish-2018-10-04/usr/skb/programs/
H A Dbridge_postorder.pl322 max(ConflictList,Max),
323 max([Max,StartAddr], AllocStartAddrAdjusted),
H A Dglobalthreadalloc.pl110 eclipse_language:max(AfH, RH),
280 % explicit min and max nr threads per task
294 % max nr threads set according to stored data:
/barrelfish-2018-10-04/usr/eclipseclp/Shm/src/
H A Dalloc.c511 int max = hd->pages->log_idx; local
517 for(i=max; i>=1; --i)
526 max = BYTES_PER_PAGE/sizeof(struct page_log) - 1;
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/bn/
H A Dbn_nist.c289 static void nist_cp_bn_0(BN_ULONG *buf, BN_ULONG *a, int top, int max) argument
295 OPENSSL_assert(top <= max);
299 for (i = (max) - (top); i != 0; i--)
/barrelfish-2018-10-04/lib/openssl-1.0.0d/ssl/
H A Dssl_locl.h864 long ssl3_get_message(SSL *s, int st1, int stn, int mt, long max, int *ok);
918 int ssl3_read_n(SSL *s, int n, int max, int extend);
1016 long dtls1_get_message(SSL *s, int st1, int stn, int mt, long max, int *ok);
/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/drivers/infiniband/hw/mthca/
H A Dmthca_cq.c560 wqe_index = wq->max - 1;
561 entry->wr_id = (*cur_qp)->wrid[wqe_index + (*cur_qp)->sq.max];
568 wq->tail += wqe_index + wq->max - wq->last_comp;
/barrelfish-2018-10-04/usr/monitor/
H A Dinter.c45 coreid_t max = MAX(id, i); local
48 if (err_is_ok(err) && !notification_sent[min*MAX_COREID+max] && monitor_ready[i]) {
52 notification_sent[min*MAX_COREID+max] = true;
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/src/
H A Delipsys_fd.c223 Int max,min; local
225 (void) dom_range(p,&min,&max);
226 return max;
232 Int max,min; local
234 (void) dom_range(p,&min,&max);
H A Dio.c2084 long max = -1; local
2090 max = buf.st_size;
2099 pos = max;
2101 else if (pos < 0 || max > 0 && pos > max)
2152 long max = -1; local
/barrelfish-2018-10-04/include/vm/
H A Duma_core.c263 static int zone_import(uma_zone_t zone, void **bucket, int max, int flags);
486 * may be a little aggressive. Should I allow for two collisions max?
1283 * XXX We could try growing slabsize to limit max waste as well.
2491 zone_import(uma_zone_t zone, void **bucket, int max, int flags) argument
2500 for (i = 0; i < max; ) {
2504 while (slab->us_freecount && i < max) {
2523 int max; local
2530 max = MIN(bucket->ub_entries, zone->uz_count);
2532 max, flags);
3509 int error, max; local
[all...]
/barrelfish-2018-10-04/lib/tommath/mtest/
H A Dmpi.c3161 mp_size ix, max; local
3173 max = USED(a);
3174 w = dp[max - 1] * d;
3176 if((res = s_mp_pad(a, max + 1)) != MP_OKAY)
3181 for(ix = 0; ix < max; ix++) {
3191 dp[max] = k;
3192 USED(a) = max + 1;
/barrelfish-2018-10-04/lib/tommath/pre_gen/
H A Dmpi.c362 /* set the max used and clamp */
8777 int olduse, res, min, max; local
8784 max = a->used;
8788 max = b->used;
8793 if (c->alloc < max + 1) {
8794 if ((res = mp_grow (c, max + 1)) != MP_OKAY) {
8801 c->used = max + 1;
8834 if (min != max) {
8835 for (; i < max; i++) {
9412 int olduse, res, min, max; local
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/asn1/
H A Dasn1.h184 unsigned char *max; /* largest value of p allowed */ member in struct:asn1_ctx_st
199 const unsigned char *max; /* largest value of p allowed */ member in struct:asn1_const_ctx_st
929 /* given a string, return the correct type, max is the maximum length */
930 int ASN1_PRINTABLE_type(const unsigned char *s, int max);
/barrelfish-2018-10-04/include/openssl/
H A Dasn1.h184 unsigned char *max; /* largest value of p allowed */ member in struct:asn1_ctx_st
199 const unsigned char *max; /* largest value of p allowed */ member in struct:asn1_const_ctx_st
929 /* given a string, return the correct type, max is the maximum length */
930 int ASN1_PRINTABLE_type(const unsigned char *s, int max);
/barrelfish-2018-10-04/lib/lwip/src/core/
H A Dmemp.c377 MEMP_STATS_AVAIL(max, i, 0);
/barrelfish-2018-10-04/usr/eclipseclp/Opium/demo/
H A Dcheck_entry.pl957 max(Similars,Max),
960 max([],0).
962 max([[[ide,Ide]|L]|List],Max) :-
963 max(List,M),
/barrelfish-2018-10-04/kernel/arch/k1om/
H A Dinit.c670 ROUND_UP(max(multiboot_end_addr(mb), (uintptr_t)&_end_kernel),
/barrelfish-2018-10-04/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-2018-10-04/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-2018-10-04/lib/tzcode/stdtime/
H A Dlocaltime.c180 int max);
730 getnum(strp, nump, min, max)
734 const int max;
744 if (num > max)
1757 ** just 32 bits, its a max of 32 iterations (even at 64 bits it

Completed in 367 milliseconds

1234567891011>>