Searched refs:max (Results 76 - 100 of 4319) sorted by path

1234567891011>>

/external/bison/etc/
H A Dbench.pl.in30 my ($base, $max, $directives) = @_;
53 for my $size (1 .. $max)
70 for my $size (1 .. $max)
87 if (outer > $max)
117 my ($base, $max) = @_;
120 foreach (1 .. $max)
131 my ($base, $max, $directives) = @_;
/external/bison/examples/calc++/
H A Dposition.hh41 # include <algorithm> // std::max
95 column = std::max (1u, column + count);
/external/bison/lib/
H A Debitset.c118 #undef max macro
120 #define max(a, b) ((a) > (b) ? (a) : (b)) macro
1045 ebitset_resize (dst, max (BITSET_NBITS_ (src1), BITSET_NBITS_ (src2)));
H A Dintprops.h165 #define INT_ADD_RANGE_OVERFLOW(a, b, min, max) \
168 : (max) - (b) < (a))
172 #define INT_SUBTRACT_RANGE_OVERFLOW(a, b, min, max) \
174 ? (max) + (b) < (a) \
179 #define INT_NEGATE_RANGE_OVERFLOW(a, min, max) \
181 ? (a) < - (max) \
188 #define INT_MULTIPLY_RANGE_OVERFLOW(a, b, min, max) \
191 ? (a) < (max) / (b) \
199 : (max) / (b) < (a)))
203 #define INT_DIVIDE_RANGE_OVERFLOW(a, b, min, max) \
[all...]
H A Dvbitset.c51 #undef max macro
53 #define max(a, b) ((a) > (b) ? (a) : (b)) macro
512 vbitset_resize (dst, max (BITSET_SIZE_ (src1), BITSET_SIZE_ (src2)));
540 vbitset_resize (dst, max (BITSET_SIZE_ (src1), BITSET_SIZE_ (src2)));
592 vbitset_resize (dst, max (BITSET_SIZE_ (src1), BITSET_SIZE_ (src2)));
633 vbitset_resize (dst, max (BITSET_SIZE_ (src1), BITSET_SIZE_ (src2)));
697 vbitset_resize (dst, max (BITSET_SIZE_ (src1), BITSET_SIZE_ (src2)));
734 vbitset_resize (dst, max (BITSET_SIZE_ (src1), BITSET_SIZE_ (src2)));
788 vbitset_resize (dst, max (BITSET_SIZE_ (src1), BITSET_SIZE_ (src2)));
825 vbitset_resize (dst, max (BITSET_SIZE
[all...]
/external/bison/
H A Dmaint.mk510 @h='inttostr.h' re='\<(off|[iu]max|uint)tostr *\(' \
/external/bison/src/
H A Dgram.c159 int max = 0; local
165 if (length > max)
166 max = length;
169 return max;
H A Doutput.c50 | TYPE), and to the muscle NAME_max, the max value of the |
65 Type max = first; \
85 if (max < table_data[i]) \
86 max = table_data[i]; \
92 lmax = max; \
H A Dtables.c326 int max = 0; local
337 if (count > max)
339 max = count;
350 if (max > 0)
536 size_t max = 0; local
548 if (state_count[s] > max)
550 max = state_count[s];
/external/bison/tests/
H A Dtestsuite[all...]
/external/blktrace/
H A Dblkparse.c887 int max = 5; local
889 while (((n = rb_next(prev)) != NULL) && max--) {
H A Dblktrace.c735 unsigned long nr = max(16, mip->buf_nr);
H A Dblktrace.h21 #define max(a, b) ((a) > (b) ? (a) : (b)) macro
H A Dstats.h30 __u64 max; member in struct:minmax
39 mm->max = 0;
51 if (value > mm->max)
52 mm->max = value;
62 if (src->max > dst->max)
63 dst->max = src->max;
72 mm->max = cpu_to_be64(mm->max);
[all...]
/external/blktrace/btreplay/doc/
H A Dbtreplay.tex143 \item[\texttt{--max-bunch-time}] This is the amount of time to encompass
149 \item[\texttt{--max-pkts}] A \emph{bunch} size can be anywhere from
150 1 to 512 packets in size and by default we max a bunch to contain no
208 \texttt{--max-pkts} option). One \emph{could} simply specify
209 \texttt{-max-pkts=1} and then each IO would be treated individually. Of
252 [ -m <nsec> : --max-bunch-time=<nsec> ] Default: 10 msec
253 [ -M <pkts> : --max-pkts=<pkts> ] Default: 8
302 \texttt{--max-bunch-time}\\Set Maximum Time Per Bunch}
314 \texttt{--max-pkts}\\Set Maximum Packets Per Bunch}
/external/blktrace/btt/
H A Dglobals.h76 __u64 min, max, total; member in struct:avg_info
H A Dinlines.h85 ap->min = ap->total = ap->max = t;
89 else if (t > ap->max)
90 ap->max = t;
98 ap->min = ap->max = t;
103 else if (t > ap->max)
104 ap->max = t;
H A Doutput.c73 BIT_TIME(ap->min), ap->avg, BIT_TIME(ap->max), ap->n);
79 BIT_TIME(ap->max), ap->n);
194 (unsigned long long)dip->avgs.blks.max,
206 (unsigned long long)dip->avgs.blks.max,
212 merge_data.blkmax = dip->avgs.blks.max;
220 if (dip->avgs.blks.max > merge_data.blkmax)
221 merge_data.blkmax = dip->avgs.blks.max;
/external/bluetooth/bluedroid/bta/ag/
H A Dbta_ag_at.c141 /* if it's a set integer check max, min range */
147 int_arg > (INT16) p_cb->p_at_tbl[idx].max)
H A Dbta_ag_at.h53 INT16 max; /* maximum value for int arg */ member in struct:__anon400
/external/bluetooth/bluedroid/bta/hf_client/
H A Dbta_hf_client_at.c64 UINT8 max; member in struct:__anon596
73 /* name | min | max | name length - used by parser */
83 /* +VGM/+VGS - gain min/max values */
352 static void bta_hf_client_handle_cind_list_item(char *name, UINT32 min, UINT32 max, UINT32 index) argument
357 APPL_TRACE_DEBUG("%s %lu.%s <%lu:%lu>", __FUNCTION__, index, name, min, max);
409 if(value > bta_hf_client_indicators[index].max ||
443 if(value > bta_hf_client_indicators[realind].max || value < bta_hf_client_indicators[realind].min)
689 UINT32 min, max; local
693 while ((res = sscanf(buffer, "(\"%128[^\"]\",(%u%*[-,]%u))%n", name, &min, &max, &offset)) > 2)
695 bta_hf_client_handle_cind_list_item(name, min, max, inde
[all...]
H A Dbta_hf_client_at.h34 INT16 max; /* maximum value for int arg */ member in struct:__anon597
/external/bluetooth/bluedroid/btif/co/
H A Dbta_av_co.c1137 APPL_TRACE_EVENT("bta_av_co_audio_codec_build_config : bitpool min %d, max %d",
1166 APPL_TRACE_EVENT("bta_av_co_audio_codec_cfg_matches_caps : min %d/%d max %d/%d",
1719 APPL_TRACE_EVENT("bta_av_co_audio_get_sbc_config : sink bitpool min %d, max %d",
1846 BOOLEAN bta_av_co_get_remote_bitpool_pref(UINT8 *min, UINT8 *max) argument
1853 *max = bta_av_co_cb.codec_cfg_setconfig.info[BTA_AV_CO_SBC_MAX_BITPOOL_OFF];
/external/bluetooth/bluedroid/btif/include/
H A Dbtif_av_co.h172 BOOLEAN bta_av_co_get_remote_bitpool_pref(UINT8 *min, UINT8 *max);
/external/bluetooth/bluedroid/embdrv/sbc/decoder/srce/
H A Dbitalloc-sbc.c121 OI_UINT8 max = common->maxBitneed; local
124 return max;

Completed in 504 milliseconds

1234567891011>>