Searched refs:max (Results 51 - 75 of 285) sorted by relevance

1234567891011>>

/barrelfish-2018-10-04/usr/vmkitmon/
H A Dbenchmark.c47 cycles_t max = 0; local
50 if (array[i] > max) {
51 max = array[i];
54 return max;
/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/drivers/infiniband/hw/mlx4/
H A Dsrq.c97 srq->msrq.max = roundup_pow_of_two(init_attr->attr.max_wr + 1);
100 desc_size = max(32UL,
106 buf_size = srq->msrq.max * desc_size;
149 srq->tail = srq->msrq.max - 1;
152 for (i = 0; i < srq->msrq.max; ++i) {
155 cpu_to_be16((i + 1) & (srq->msrq.max - 1));
172 srq->wrid = kmalloc(srq->msrq.max * sizeof (u64), GFP_KERNEL);
198 init_attr->attr.max_wr = srq->msrq.max - 1;
239 if (attr->srq_limit >= srq->msrq.max)
265 srq_attr->max_wr = srq->msrq.max
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/CPViz/viz/src/ie/ucc/cccc/viz/
H A DBox.java72 int x2 = Math.max(x+width,box.x+box.width);
73 int y2 = Math.max(y+height,box.y+box.height);
H A DVisualizer.java51 * @param max
56 int min,int max,int indexStart) {
60 min,max,indexStart);
53 Visualizer(int id,String type,String display, int x, int y, int width, int height, String group, int min,int max,int indexStart) argument
H A DVisualizerCumulative.java51 w = Math.max(w,startMax+durMax);
81 w = Math.max(w,startMax+durMax);
H A DVisualizerCumulativeGantt.java51 setWidth(Math.max(computeLastEnd(task),end.getMax()));
72 w = Math.max(w,startMax+durMax);
/barrelfish-2018-10-04/include/lwip/lwip/
H A Dstats.h88 mem_size_t max; member in struct:stats_mem
95 STAT_COUNTER max; member in struct:stats_syselem
220 if (lwip_stats.mem.max < lwip_stats.mem.used) { \
221 lwip_stats.mem.max = lwip_stats.mem.used; \
239 if (lwip_stats.memp[i].max < lwip_stats.memp[i].used) { \
240 lwip_stats.memp[i].max = lwip_stats.memp[i].used; \
/barrelfish-2018-10-04/usr/eclipseclp/Visualisation/src/com/parctechnologies/eclipse/visualisation/viewers/
H A DChartBarViewletType.java76 double max = 1.0;
77 // find largest max
82 if (data.absoluteMax > max) {
83 max = data.absoluteMax;
86 // set all absolute min to 0.0 and max to largest max
92 data.absoluteMax = max;
215 return ((Data)(store.getViewletDataAt(index))).max;
225 return Double.toString(max);
241 double min, double max, boolea
238 configure(Rectangle2D bounds, double absoluteMin, double absoluteMax, double initialMin, double initialMax, double min, double max, boolean vertical) argument
324 configure(Rectangle2D bounds, double absoluteMin, double absoluteMax, double initialMin, double initialMax, double min, double max, boolean vertical) argument
[all...]
H A DBoundsViewletType.java306 double min, max; field in class:BoundsViewletType.Data
315 return initialMin+".."+min+".."+max+".."+initialMax;
318 public void setAbsoluteBounds(double min, double max) { argument
320 absoluteMax = max;
323 public void setInitialBounds(double min, double max) { argument
325 initialMax = max;
328 public void setCurrentBounds(double min, double max) { argument
330 this.max = max;
519 "Current upper bound: "+data.max
674 configure(Rectangle2D bounds, double absoluteMin, double absoluteMax, double initialMin, double initialMax, double min, double max, boolean vertical) argument
[all...]
H A DGanttTaskViewletType.java101 taskData[1] = data.max;
106 taskData[3] = taskData[1] + data.max;
111 taskData[5] = data.max+0.9;
215 taskData[0][2] = new Double(data.max);
223 taskData[1][1] = new Double(data.max);
236 taskData[3][1] = new Double(data.max);
281 // data[0]=start min, data[1]=start max,
282 // data[2]=end min, data[3]=end max,
283 // data[4]=resource min, data[5]=resource max
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/asn1/
H A Da_set.c187 c.max=(length == 0)?0:(c.p+length);
189 c.inf=ASN1_get_object(&c.p,&c.slen,&c.tag,&c.xclass,c.max-c.p);
201 if ((c.slen+c.p) > c.max)
210 c.max=c.p+c.slen;
212 while (c.p < c.max)
218 if ((s=func(NULL,&c.p,c.slen,c.max-c.p)) == NULL) */
H A Da_bytes.c198 c.max=(length == 0)?0:(p+length);
259 b.max=0;
274 (long)(c->max-c->p));
283 if (d2i_ASN1_bytes(&os,&c->p,c->max-c->p,c->tag,c->xclass)
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/
H A Dx86cpuid.pl26 &mov ("edi","eax"); # max value for standard query level
244 # OPENSSL_indirect_call(func,[up to $max arguments]);
251 my $i,$max=7; # $max has to be chosen as 4*n-1
256 &sub ("esp",$max*4);
261 for($i=2;$i<$max;$i++)
/barrelfish-2018-10-04/usr/eclipseclp/icparc_solvers/
H A Dchangeset.pl54 monitor_changes_arr(VarArr, 8, [min of fd, max of fd], fd, Stream)
56 will monitor the variables in VarArr for modifications of their min/max
65 [min of fd, max of fd], fd, Changes),
95 [min of fd, max of fd], fd, Changes),
121 [min of fd, max of fd], fd, Stream),
200 monitor_changes(List, Terms, 8, [min of fd, max of fd], fd, Stream),
205 monitor_changes_arr(VarArr, 8, [min of fd, max of fd], fd, Stream),
210 monitor_changes_arr(VarArr, 8, [min of fd, max of fd], fd, Stream),
/barrelfish-2018-10-04/kernel/include/
H A Dkernel.h56 #ifndef max
57 #define max(a,b) ((a) > (b) ? (a) : (b)) macro
/barrelfish-2018-10-04/usr/bench/net_latency/
H A Dmain.c25 static void memory_affinity(int core, uint64_t* min, uint64_t* max) argument
32 r = skb_read_output("base(%lu)limit(%lu).", min, max);
/barrelfish-2018-10-04/lib/cxx/cxx/
H A Dios.cpp173 const size_t mx = std::numeric_limits<size_t>::max();
175 newcap = _VSTD::max(2 * __iarray_cap_, req_size);
191 __iarray_size_ = max<size_t>(__iarray_size_, req_size);
202 const size_t mx = std::numeric_limits<size_t>::max();
204 newcap = _VSTD::max(2 * __parray_cap_, req_size);
220 __parray_size_ = max<size_t>(__parray_size_, req_size);
233 const size_t mx = std::numeric_limits<size_t>::max();
235 newcap = _VSTD::max(2 * __event_cap_, req_size);
/barrelfish-2018-10-04/usr/eclipseclp/icparc_solvers/ilog/
H A Dclasses.cc91 EC_IlcIntVar::EC_IlcIntVar(IlcManager m, IlcInt min, IlcInt max, EC_word w) argument
92 : IlcIntVar(m, min, max)
/barrelfish-2018-10-04/usr/skb/programs/
H A Ddb_partitions.pl29 eclipse_language:max(AfH, RH),
53 eclipse_language:max(AfH, RH),
/barrelfish-2018-10-04/usr/tests/perfmontest/
H A Dperfmon.c21 #define max(x,y) ((x) > (y) ? (x) : (y)) macro
105 max_outstanding = max(max_outstanding, this_outstanding);
/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/drivers/infiniband/hw/mthca/
H A Dmthca_qp.c232 wq->last_comp = wq->max - 1;
505 qp_attr->cap.max_send_wr = qp->sq.max;
506 qp_attr->cap.max_recv_wr = qp->rq.max;
530 mthca_dbg(dev, "sgid_index (%u) too large. max is %d\n",
605 if (qp->rq.max)
606 qp_context->rq_size_stride = ilog2(qp->rq.max) << 3;
609 if (qp->sq.max)
610 qp_context->sq_size_stride = ilog2(qp->sq.max) << 3;
678 mthca_dbg(dev, "Alternate P_Key index (%u) too large. max is %d\n",
835 qp->sq.last = get_send_wqe(qp, qp->sq.max
[all...]
/barrelfish-2018-10-04/lib/libc/locale/
H A Drune.c132 int len = frr[x].max - frr[x].min + 1;
197 rr[x].__max = frr[x].max;
215 rr[x].__max = frr[x].max;
223 rr[x].__max = frr[x].max;
/barrelfish-2018-10-04/lib/lua/src/
H A Dltablib.c25 lua_Number max = 0; local
32 if (v > max) max = v;
35 lua_pushnumber(L, max);
/barrelfish-2018-10-04/usr/eclipseclp/Visualisation/src/com/parctechnologies/eclipse/visualisation/
H A DTableViewer.java247 int max=-1;
254 if (i > max) {
255 max = i;
258 return new Rectangle(0,min-1,1,(max-min)+1);
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/bio/
H A Dbss_mem.c108 b->max = sz;
212 bm->data -= bm->max - bm->length;
213 bm->length = bm->max;
217 memset(bm->data,0,bm->max);
300 * i is now the max num of bytes to copy, either j or up to

Completed in 248 milliseconds

1234567891011>>