Home
last modified time | relevance | path

Searched refs:max (Results 1 – 9 of 9) sorted by relevance

/hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/
DPERF.awk40 max = (size != "") ? (size) : (max != "") ? (max) : 5e9; # max size of buffers to watch
58 else if (gsub("^size=", "",arg)) { min = max = (arg) }
60 else if (gsub("^max=", "",arg)) { max = (arg) }
98 print "max = ", max
103 max = max + 0
121 ((0 + $17) <= max) {
/hardware/broadcom/wlan/bcm4329/dhdutil/include/
Dbcmutils.h96 uint16 max; member
104 uint16 max; member
114 uint16 max; member
240 #define pktq_psetmax(pq, prec, _max) ((pq)->q[prec].max = (_max))
242 #define pktq_pavail(pq, prec) ((pq)->q[prec].max - (pq)->q[prec].len)
243 #define pktq_pfull(pq, prec) ((pq)->q[prec].len >= (pq)->q[prec].max)
267 #define pktq_max(pq) ((int)(pq)->max)
268 #define pktq_avail(pq) ((int)((pq)->max - (pq)->len))
269 #define pktq_full(pq) ((pq)->len >= (pq)->max)
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
Dbcmutils.h96 uint16 max; member
104 uint16 max; member
114 uint16 max; member
240 #define pktq_psetmax(pq, prec, _max) ((pq)->q[prec].max = (_max))
242 #define pktq_pavail(pq, prec) ((pq)->q[prec].max - (pq)->q[prec].len)
243 #define pktq_pfull(pq, prec) ((pq)->q[prec].len >= (pq)->q[prec].max)
267 #define pktq_max(pq) ((int)(pq)->max)
268 #define pktq_avail(pq) ((int)((pq)->max - (pq)->len))
269 #define pktq_full(pq) ((pq)->len >= (pq)->max)
/hardware/msm7k/libcopybit/
Dcopybit.cpp97 static inline int max(int a, int b) { in max() function
113 out->l = max(lhs->l, rhs->l); in intersect()
114 out->t = max(lhs->t, rhs->t); in intersect()
/hardware/broadcom/wlan/bcm4329/dhdutil/
Dbcmutils.c348 pq->max = (uint16)max_len; in pktq_init()
351 pq->q[prec].max = pq->max; in pktq_init()
/hardware/broadcom/wlan/bcmdhd/dhdutil/
Dbcmutils.c348 pq->max = (uint16)max_len; in pktq_init()
351 pq->q[prec].max = pq->max; in pktq_init()
/hardware/ti/omap4xxx/hwc/
Dhwc.c42 #define max(a, b) ( { typeof(a) __a = (a), __b = (b); __a > __b ? __a : __b; } ) macro
837 num->max_hw_overlays -= max(hwc_dev->ext_ovls, hwc_dev->last_ext_ovls); in can_dss_render_all()
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
D802.11.h299 uint8 max; member
/hardware/broadcom/wlan/bcm4329/dhdutil/include/proto/
D802.11.h299 uint8 max; member