Searched refs:max (Results 76 - 100 of 289) sorted by relevance

1234567891011>>

/barrelfish-master/usr/bench/udp_echo/
H A Dudp_echo.c327 unsigned long sum = 0, min = 99999, max = 0; local
336 max = MAX(max, r);
339 printf("average %lu us, min %lu us, max %lu us\n",
340 sum / (MAX_ROUNDS - 1), min, max);
/barrelfish-master/include/bench/
H A Dbench.h127 * @param max Maximum of range to be represented by bins
135 cycles_t max,
/barrelfish-master/usr/pci/
H A Dpci_msix.c66 uint8_t max; local
74 max = 48;
89 max--;
90 } while (max > 0 && offset != 0);
/barrelfish-master/lib/cxx/cxx/filesystem/
H A Dfilesystem_common.h213 duration_cast<fs_seconds>(FileTimeT::duration::max()).count();
216 duration_cast<fs_nanoseconds>(FileTimeT::duration::max() -
248 return max_seconds >= numeric_limits<TimeT>::max() &&
272 duration_cast<fs_seconds>(FileTimeT::duration::max()).count();
276 duration_cast<fs_nanoseconds>(FileTimeT::duration::max() -
311 if (time > Lim::max() || time < Lim::min())
337 return secs.count() <= TLim::max();
/barrelfish-master/usr/eclipseclp/ecrc_solvers/
H A Dset.pl374 modified_bounds(max,_Set,Oldmax,Newmax) :-
376 modified_bounds(max,Set,_Oldmax,Newmax) :-
461 modified_bounds(max,Set,Lub,SNewmax),
690 modified_bounds(max,S,SMax,SNewmax).
699 modified_bounds(max,S,SMax,SNewmax),
728 modified_bounds(max,S,SMax,Newmax),
748 modified_bounds(max,SetY,SYMax,NewSYmax),
757 modified_bounds(max,SetY,SYMax,NewSYmax),
770 modified_bounds(max,SetX,SXMax,NewSXmax),
771 modified_bounds(max,Set
[all...]
/barrelfish-master/usr/eclipseclp/ecrc_solvers/grace/
H A Dtoolbox.pl222 :- grace_var_selection(largest_domain, max, dvar_size(Var, Size), Var, Size).
225 :- grace_var_selection(largest_minimum, max,
229 :- grace_var_selection(largest_maximum, max,
233 :- grace_var_selection(largest_difference, max,
235 :- grace_var_selection(least_regret, max, var_regret(Var, Size), Var, Size).
415 insert_suspension(Goal, Susp, max of fd, fd)
424 insert_suspension(Goal, Susp, max of fd, fd)
445 insert_suspension(Goal, Susp, max of fd, fd)
454 insert_suspension(Goal, Susp, max of fd, fd)
/barrelfish-master/lib/libc/regex/
H A Dregex2.h111 wint_t max; member in struct:__anon1030
138 if (cs->ranges[i].min <= ch && ch <= cs->ranges[i].max)
/barrelfish-master/lib/devif/backends/net/mlx4/drivers/infiniband/hw/mthca/
H A Dmthca_provider.h226 int max; member in struct:mthca_srq
247 int max; member in struct:mthca_wq
/barrelfish-master/usr/eclipseclp/icparc_solvers/ilog/
H A Dsched_cstrs.cc168 IlcInt max = EC_long(EC_argument(C, 3)); local
170 discrete_resource_of_handle(EC_argument(C, 1)).setCapacityMax(min, max, capacity);
/barrelfish-master/include/cxx/support/xlocale/
H A D__posix_l_fallback.h144 inline _LIBCPP_INLINE_VISIBILITY size_t strftime_l(char *s, size_t max, argument
147 return ::strftime(s, max, format, tm);
/barrelfish-master/lib/cxx/cxx/
H A Dmutex.cpp151 if (__count_ == numeric_limits<size_t>::max())
169 if (__count_ == numeric_limits<size_t>::max())
H A Dcondition_variable.cpp63 _LIBCPP_CONSTEXPR ts_sec ts_sec_max = numeric_limits<ts_sec>::max();
/barrelfish-master/lib/cxx/cxxabi/demangle/
H A DUtility.h77 unsigned CurrentPackIndex = std::numeric_limits<unsigned>::max();
78 unsigned CurrentPackMax = std::numeric_limits<unsigned>::max();
/barrelfish-master/lib/dist/
H A Dbarrier.c110 errval_t nsb_master(int min, int max, char *name) argument
115 for (int i = min; i <= max; i++) {
/barrelfish-master/lib/openssl-1.0.0d/crypto/txt_db/
H A Dtxt_db.c348 char **p,*max; local
368 max=p[db->num_fields]; /* last address */
369 if (max == NULL) /* new row */
378 if (((p[n] < (char *)p) || (p[n] > max))
/barrelfish-master/usr/bench/bomp_benchmark/
H A Dnpb-C.h19 #define max(a,b) (((a) > (b)) ? (a) : (b)) macro
/barrelfish-master/usr/bench/rcce/lu/
H A Dapplu_macros.h30 #define max(x,y) ((x)>(y)? (x) : (y)) macro
/barrelfish-master/usr/eclipseclp/CPViz/viz/src/ie/ucc/cccc/viz/
H A DExtent.java168 return Collections.max(res);
H A DVisualizerCumulativeCost.java49 w = Math.max(w,startMax+durMax);
60 costMax = Math.max(cj, costMax);
112 w = Math.max(w,startMax+durMax);
/barrelfish-master/include/lwip2/lwip/
H A Dstats.h105 mem_size_t max; member in struct:stats_mem
112 STAT_COUNTER max; member in struct:stats_syselem
312 if (lwip_stats.x.max < lwip_stats.x.used) { \
313 lwip_stats.x.max = lwip_stats.x.used; \
/barrelfish-master/lib/openssl-1.0.0d/crypto/asn1/
H A Da_gentm.c121 static const int max[9]={99, 99,12,31,23,59,59,12,59}; local
147 if ((n < min[i]) || (n > max[i])) goto err;
175 if ((n < min[i]) || (n > max[i])) goto err;
H A Da_utctm.c118 static const int max[8]={99,12,31,23,59,59,12,59}; local
141 if ((n < min[i]) || (n > max[i])) goto err;
156 if ((n < min[i]) || (n > max[i])) goto err;
/barrelfish-master/usr/acpi/
H A Dacpi.c60 // uint64_t granularity, min, max, translationoffset, addrlength;
61 lpaddr_t granularity, min, max, translationoffset, addrlength; local
67 max = resource->Data.Address16.Address.Maximum;
75 max = resource->Data.Address32.Address.Maximum;
83 max = resource->Data.Address64.Address.Maximum;
106 assert(max > 0);
109 ret->maxbus = max;
115 " caching %u rangetype %u translation %u\n", min, max,
127 if (min < range->limit && max >= range->min) {
131 } else if (max
[all...]
/barrelfish-master/usr/eclipseclp/Kernel/src/
H A Dintervals.c45 max(E1,E2) maximum of 2 values
150 #define max(x,y) ((x) > (y) ? (x) : (y)) macro
387 ** sign of | sign of | min/max
407 ** sign of | sign of | max
425 ** sign of | sign of | max
710 *lwb = -1.0; *upb = up(max(ls, us));
977 lwb = 0.0; upb = max(xu, -xl);
1103 upb = up(max(max(ll,lu),min(ul,uu)));
1116 case RIA_BIN_MAX: /* max(
[all...]
/barrelfish-master/lib/openssl-1.0.0d/demos/engines/rsaref/
H A Drsaref.c310 /* unsigned char *to: [max] */
311 static int RSAref_bn2bin(BIGNUM *from, unsigned char *to, int max) argument
316 if (i > max)
322 memset(to,0,(unsigned int)max);
323 if (!BN_bn2bin(from,&(to[max-i])))
329 /* unsigned char *from: [max] */
330 static BIGNUM *RSAref_bin2bn(unsigned char *from, BIGNUM *to, int max) argument
335 for (i=0; i<max; i++)
338 ret=BN_bin2bn(&(from[i]),max-i,to);

Completed in 119 milliseconds

1234567891011>>