Searched refs:max (Results 476 - 500 of 1104) sorted by relevance

<<11121314151617181920>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/media/video/
H A Dv4l2-common.c97 compilation fails. Currently, the max value is 30bit wide.
658 int v4l2_ctrl_query_fill(struct v4l2_queryctrl *qctrl, s32 min, s32 max, s32 step, s32 def) argument
721 max = step = 1;
744 min = max = step = def = 0;
770 qctrl->maximum = max;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/isdn/hardware/eicon/
H A Ddiva.c170 int i, j, max, nr; local
182 max = MAX_ADAPTER - 4;
187 max = MAX_ADAPTER;
193 for (i = 0; i < max; i++) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/ibm_emac/
H A Dibm_emac_core.h65 int size = max(mtu + EMAC_MTU_OVERHEAD, emac_rx_size(mtu));
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dioport.h106 resource_size_t max, resource_size_t align,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A Dxmlregexp.h181 int max);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iproute2/include/linux/
H A Dxfrm.h212 __u32 max; member in struct:xfrm_userspi_info
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/mtools-4.0.10/
H A Dplain_io.c322 size_t max; local
359 max = scsi_max_length();
361 if (nsect > max)
362 nsect=max;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/asn1/
H A Devp_asn1.c157 c.max=p+length;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iptables-1.4.12.1/extensions/
H A Dlibxt_limit.c25 "--limit avg max average match rate: default "XT_LIMIT_AVG"\n"
36 .min = 0, .max = 10000},
H A Dlibxt_owner.c101 .max = INT_MAX},
104 .max = INT_MAX},
119 .max = INT_MAX},
122 .max = INT_MAX},
231 /* -1 is reversed, so the max is one less than that. */
H A Dlibxt_statistic.c34 .flags = XTOPT_INVERT, .min = 0, .max = 1,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/l2tpd-0.69/
H A Dcall.c99 static int max = 0; local
106 if (pos >= max)
109 max = read (STDIN_FILENO, rbuf, sizeof (rbuf));
110 //max = read (fd, rbuf, sizeof (rbuf));
113 res = max;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dxmlregexp.in.h175 int max);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/dccp/ccids/
H A Dccid2.c163 int max = hctx->ccid2hctx_cwnd / 2; local
167 max++;
169 if (val > max)
170 val = max;
501 /* max 60 seconds */
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/ipv4/netfilter/
H A Dipt_MASQUERADE.c105 mr->range[0].min, mr->range[0].max });
H A Dipt_SAME.c153 same->range[0].min, same->range[0].max });
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/i2c/other/
H A Dak4114.c175 uinfo->value.integer.max = LONG_MAX;
199 uinfo->value.integer.max = 1;
221 uinfo->value.integer.max = 192000;
292 uinfo->value.integer.max = 0xffff;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/pci/ice1712/
H A Dprodigy192.c89 uinfo->value.integer.max = 1;
136 uinfo->value.integer.max = 0x7f; /* 0dB */
185 uinfo->value.integer.max = 1;
230 uinfo->value.integer.max = 0x0f; /* 22.5dB */
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/media/
H A Dv4l2-common.h89 int v4l2_ctrl_query_fill(struct v4l2_queryctrl *qctrl, s32 min, s32 max, s32 step, s32 def);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/scsi/
H A Dlibiscsi.h146 * the default max recv size because the pdus we support
205 int max; /* Max number of elements */ member in struct:iscsi_queue
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/atm/
H A Dzatm.c42 * - proper use of CDV, credit = max(1,CDVT*PCR)
695 static int alloc_shaper(struct atm_dev *dev,int *pcr,int min,int max,int ubr) argument
702 DPRINTK("alloc_shaper (min = %d, max = %d)\n",min,max);
726 if (max > zatm_dev->tx_bw) max = zatm_dev->tx_bw;
727 if (max <= 255) {
728 i = max;
733 m = (ATM_OC3_PCR*255+max-1)/max;
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/core/oss/
H A Dmixer_oss.c415 static long snd_mixer_oss_conv1(long val, long min, long max, int *old) argument
417 if (val == snd_mixer_oss_conv(*old, 0, 100, min, max))
419 return snd_mixer_oss_conv(val, min, max, 0, 100);
423 static long snd_mixer_oss_conv2(long val, long min, long max) argument
425 return snd_mixer_oss_conv(val, 0, 100, min, max);
507 uinfo->value.integer.min == 0 && uinfo->value.integer.max == 1)
509 *left = snd_mixer_oss_conv1(uctl->value.integer.value[0], uinfo->value.integer.min, uinfo->value.integer.max, &pslot->volume[0]);
511 *right = snd_mixer_oss_conv1(uctl->value.integer.value[1], uinfo->value.integer.min, uinfo->value.integer.max, &pslot->volume[1]);
606 uinfo->value.integer.min == 0 && uinfo->value.integer.max == 1)
608 uctl->value.integer.value[0] = snd_mixer_oss_conv2(left, uinfo->value.integer.min, uinfo->value.integer.max);
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/pkcs7/
H A Dexample.c133 c.max=c.p+ASN1_STRING_length(s);
300 c.max=c.p+ASN1_STRING_length(s);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/x509/
H A Dby_dir.c327 BIO_snprintf(b->data,b->max,
333 BIO_snprintf(b->data,b->max,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/x509/
H A Dby_dir.c328 BIO_snprintf(b->data,b->max,
334 BIO_snprintf(b->data,b->max,

Completed in 314 milliseconds

<<11121314151617181920>>