Searched refs:max (Results 376 - 400 of 1104) sorted by relevance

<<11121314151617181920>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libpostproc/
H A Dpostprocess.c282 int max=0;
286 if(v>max) max=v;
289 if(max-min > 2*QP) return 0;
476 int min, max, x; local
479 max= src[0];
482 max= src[step];
487 if(src[x *step] > max) max= src[ x *step];
490 if(src[(x+1)*step] > max) ma
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/ipv4/
H A Dtcp_htcp.c76 return max(tp->snd_cwnd, (tp->snd_ssthresh << 7) / ca->beta);
90 /* max RTT */
185 scale = min(max(scale, 1U << 2), 10U << 3);
225 return max((tp->snd_cwnd * ca->beta) >> 7, 2U);
H A Dtcp_highspeed.c158 return max(tp->snd_cwnd - ((tp->snd_cwnd * hstcp_aimd_vals[ca->ai].md) >> 8), 2U);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/pci/ca0106/
H A Dca_midi.c222 int max = 4; local
228 while (max > 0) {
237 max--;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/rtc/
H A Drtc-pcf8563.c190 unsigned char max; member in struct:pcf8563_limit
198 /* register, mask, min, max */
229 if (value > pattern[i].max ||
233 "max=%d, value=%d, raw=0x%02X\n",
235 pattern[i].min, pattern[i].max,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/libvorbis-1.2.3/vq/
H A Dlatticehint.c82 can ignore the <0 and >=n boundary cases in min/max error */
247 int max=0;
248 for(i=0;i<quantvals;i++)if(max<c->quantlist[i])max=c->quantlist[i];
249 p->mapentries=max;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/cxgb3/
H A Dcxgb3_ioctl.h101 uint8_t max; member in struct:ch_pktsched_params
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/um/include/
H A Dkern_util.h64 extern int next_trap_index(int max);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/i386/kernel/cpu/mtrr/
H A Dgeneric.c214 int i, max; local
218 max = num_var_ranges;
219 if (replace_reg >= 0 && replace_reg < max)
221 for (i = 0; i < max; ++i) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/i386/kernel/
H A Dioport.c106 bytes_updated = max(bytes, t->io_bitmap_max);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/xfs/
H A Dxfs_rtalloc.h26 /* Min and max rt extent sizes, specified in bytes */
145 # define xfs_rtallocate_extent(t,b,min,max,l,a,f,p,rb) (ENOSYS)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iptables-1.4.12.1/extensions/
H A Dlibipt_ecn.c35 .min = 0, .max = 3, .flags = XTOPT_INVERT},
H A Dlibxt_LED.c28 .max = sizeof(((struct xt_led_info *)NULL)->id) -
H A Dlibxt_sctp.c86 "invalid portrange (min > max)");
320 print_ports(const char *name, uint16_t min, uint16_t max, argument
325 if (min != 0 || max != 0xFFFF || invert) {
327 if (min == max) {
334 print_port(max, numeric);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/dccp/ccids/lib/
H A Dloss_interval.c109 i_tot = max(i_tot0, i_tot1);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/ipv4/netfilter/
H A Dipt_REDIRECT.c93 mr->range[0].min, mr->range[0].max });
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/sctp/
H A Dtransport.c382 * at least RTO.max seconds.
487 * ssthresh = max(cwnd/2, 4*MTU)
491 transport->ssthresh = max(transport->cwnd/2,
505 * ssthresh = max(cwnd/2, 4*MTU)
509 transport->ssthresh = max(transport->cwnd/2,
529 transport->ssthresh = max(transport->cwnd/2,
540 * should be adjusted to max(cwnd/2, 4*MTU) per RTO.
546 transport->cwnd = max(transport->cwnd/2,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/i2c/
H A Dtea6330t.c82 uinfo->value.integer.max = 43;
141 uinfo->value.integer.max = 1;
195 uinfo->value.integer.max = tea->max_bass;
242 uinfo->value.integer.max = tea->max_treble;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/pci/ice1712/
H A Dwtm.c152 uinfo->value.integer.max = 0x7f; /* 0dB */
227 uinfo->value.integer.max = 1;
295 uinfo->value.integer.max = 0x0f; /* 22.5dB */
366 uinfo->value.integer.max = 1;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/dhcp6/
H A Dserver6_conf.h111 struct in6_addr max; member in struct:v6addrseg
H A Dserver6_parse.y448 memcpy(&seg->max, &$4, sizeof(seg->max));
450 memcpy(&seg->max, &$2, sizeof(seg->max));
454 if (IN6_IS_ADDR_RESERVED(&seg->max) || IN6_IS_ADDR_RESERVED(&seg->max)) {
483 if (!(ipv6addrcmp(&seg->min, &temp_seg->max) > 0
484 || ipv6addrcmp(&seg->max, &temp_seg->min) < 0)) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/iptables-1.x/extensions/
H A Dlibip6t_sctp.c98 "invalid portrange (min > max)");
346 print_ports(const char *name, u_int16_t min, u_int16_t max, argument
351 if (min != 0 || max != 0xFFFF || invert) {
353 if (min == max) {
360 print_port(max, numeric);
H A Dlibipt_sctp.c98 "invalid portrange (min > max)");
346 print_ports(const char *name, u_int16_t min, u_int16_t max, argument
351 if (min != 0 || max != 0xFFFF || invert) {
353 if (min == max) {
360 print_port(max, numeric);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/infiniband/hw/ipath/
H A Dipath_qp.c221 ret %= qpt->max;
250 qpp = &qpt->table[qp->ibqp.qp_num % qpt->max];
281 for (n = 0; n < qpt->max; n++) {
318 for (qp = qpt->table[qpn % qpt->max]; qp; qp = qp->next) {
673 u32 min, max, x; local
694 max = 31;
696 x = (min + max) / 2;
700 max = x;
963 idev->qp_table.max = size;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/video/
H A Ds3c2410fb.c184 if (var->yres > fbi->mach_info->yres.max)
185 var->yres = fbi->mach_info->yres.max;
189 if (var->xres > fbi->mach_info->xres.max)
190 var->yres = fbi->mach_info->xres.max;
196 if (var->bits_per_pixel > fbi->mach_info->bpp.max)
197 var->bits_per_pixel = fbi->mach_info->bpp.max;
851 fbinfo->fix.smem_len = mach_info->xres.max *
852 mach_info->yres.max *
853 mach_info->bpp.max / 8;

Completed in 179 milliseconds

<<11121314151617181920>>