Searched refs:max (Results 1 - 11 of 11) sorted by relevance

/hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/
H A 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
[all...]
/hardware/ti/wlan/wl1271/platforms/os/common/inc/
H A Dcli_cu_common.h99 #ifndef max
100 # define max(a, b) (((a)>(b)) ? (a) : (b)) macro
/hardware/broadcom/wlan/bcm4329/src/include/
H A Dbcmutils.h98 uint16 max; member in struct:pktq_prec
106 uint16 max; member in struct:pktq
116 uint16 max; member in struct:spktq
134 #define pktq_psetmax(pq, prec, _max) ((pq)->q[prec].max = (_max))
136 #define pktq_pavail(pq, prec) ((pq)->q[prec].max - (pq)->q[prec].len)
137 #define pktq_pfull(pq, prec) ((pq)->q[prec].len >= (pq)->q[prec].max)
163 #define pktq_max(pq) ((int)(pq)->max)
164 #define pktq_avail(pq) ((int)((pq)->max - (pq)->len))
165 #define pktq_full(pq) ((pq)->len >= (pq)->max)
/hardware/ti/wlan/wl1271/CUDK/os/common/inc/
H A Dcu_osapi.h40 #if !defined(max)
41 #define max(a,b) ((a>b)?a:b) macro
/hardware/broadcom/wlan/bcm4329/src/wl/sys/
H A Dwl_iw.h270 int max, int *bytes_left);
272 extern int wl_iw_parse_ssid_list(char** list_str, wlc_ssid_t* ssid, int idx, int max);
/hardware/msm7k/libcopybit/
H A Dcopybit.cpp96 /** max of int a, b */
97 static inline int max(int a, int b) { function
113 out->l = max(lhs->l, rhs->l);
114 out->t = max(lhs->t, rhs->t);
/hardware/ti/wlan/wl1271/CUDK/os/linux/src/
H A Dosapi.c545 max_fd_index = max(0, ipc_pipe[0]) + 1;
H A Dipc_event.c532 ret = select(max(pIpcEventChild->pipe_from_parent,pIpcEventChild->STA_socket) + 1,
/hardware/broadcom/wlan/bcm4329/src/dhd/sys/
H A Ddhd_common.c2036 wl_iw_parse_ssid_list_tlv(char** list_str, wlc_ssid_t* ssid, int max, int *bytes_left) argument
2093 if (idx++ > max) {
2105 * and returns updated idx; if idx >= max not all fit, the excess have
2109 wl_iw_parse_ssid_list(char** list_str, wlc_ssid_t* ssid, int idx, int max) argument
2136 if (idx < max) {
/hardware/broadcom/wlan/bcm4329/src/shared/
H A Dbcmutils.c332 pq->max = (uint16)max_len;
335 pq->q[prec].max = pq->max;
775 * Purpose: Compare to strings case insensitively, upto a max of 'cnt'
1660 /* clamp to max uint16 mW value */
1806 * 32 SSID chars, max of 4 chars for each SSID char "\xFF", plus NULL.
/hardware/broadcom/wlan/bcm4329/src/include/proto/
H A D802.11.h289 uint8 max; member in struct:dot11_power_cap

Completed in 268 milliseconds