Searched refs:max (Results 301 - 325 of 1104) sorted by relevance

<<11121314151617181920>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iptables-1.4.12.1/extensions/
H A Dlibxt_tos.c29 .flags = XTOPT_INVERT | XTOPT_MAND, .max = 0xFF},
35 .flags = XTOPT_INVERT | XTOPT_MAND, .max = 0x3F},
H A Dlibxt_DSCP.c45 .type = XTTYPE_UINT8, .min = 0, .max = XT_DSCP_MAX,
H A Dlibxt_tcp.c58 "invalid portrange (min > max)");
229 print_ports(const char *name, uint16_t min, uint16_t max, argument
234 if (min != 0 || max != 0xFFFF || invert) {
236 if (min == max) {
243 print_port(max, numeric);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/ipv4/
H A Dtcp_veno.c201 return max(tp->snd_cwnd * 4 / 5, 2U);
204 return max(tp->snd_cwnd >> 1U, 2U);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/pci/hotplug/
H A Dcpqphp_ctrl.c641 struct pci_resource *max; local
652 for (max = *head; max; max = max->next) {
655 if (max->length < size)
658 if (max->base & (size - 1)) {
661 temp_dword = (max->base | (size-1)) + 1;
664 if ((max->length - (temp_dword - max
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/pcmcia/vx/
H A Dvxp_mixer.c40 uinfo->value.integer.max = MIC_LEVEL_MAX;
88 uinfo->value.integer.max = 1;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dlock003.tcl11 proc lock003 { {iter 500} {max 1000} {procs 5} } {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/txt_db/
H A Dtxt_db.c343 char **p,*max; local
363 max=p[db->num_fields]; /* last address */
364 if (max == NULL) /* new row */
373 if (((p[n] < (char *)p) || (p[n] > max))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/pppd/plugins/radius/
H A Dbuildreq.c216 for(i=0; (i<authserver->max) && (result != OK_RC) && (result != BADRESP_RC)
260 for(i=0; (i<authserver->max) && (result != OK_RC) && (result != BADRESP_RC)
329 for(i=0; (i<acctserver->max) && (result != OK_RC) && (result != BADRESP_RC)
389 for(i=0; (i<acctserver->max) && (result != OK_RC) && (result != BADRESP_RC)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/txt_db/
H A Dtxt_db.c346 char **p,*max; local
366 max=p[db->num_fields]; /* last address */
367 if (max == NULL) /* new row */
376 if (((p[n] < (char *)p) || (p[n] > max))
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/x86_64/kernel/
H A Dioport.c83 bytes_updated = max(bytes, t->io_bitmap_max);
H A Dtsc_sync.c86 max_warp = max(max_warp, prev - now);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/lib/
H A Dlog.h124 char *mes_lookup (struct message *meslist, int max, int index);
H A Dvty.h60 /* Command max length. */
61 int max; member in struct:vty
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-v850/
H A Dpci.h116 extern void __iomem *pci_iomap(struct pci_dev *dev, int bar, unsigned long max);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/src/share/utf8/
H A Dcharset.c184 int max; member in struct:charset
202 return charset->max;
458 maps[i].charset->max = 1;
496 tobuf = (char *)safe_malloc_mul2add_(fromlen, /*times*/charset2->max, /*+*/1);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/ipv4/netfilter/
H A Dipt_NETMAP.c78 mr->range[0].min, mr->range[0].max });
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/drivers/opl4/
H A Dopl4_mixer.c28 uinfo->value.integer.max = 7;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/iptables-1.x/extensions/
H A Dlibip6t_rt.c27 " --rt-0-addrs ADDR[,ADDR...] Type=0 addresses (list, max: %d)\n"
248 print_nums(const char *name, u_int32_t min, u_int32_t max, argument
253 if (min != 0 || max != 0xFFFFFFFF || invert) {
255 if (min == max) {
262 printf("%u",max);
H A Dlibip6t_tcp.c59 "invalid portrange (min > max)");
253 print_ports(const char *name, u_int16_t min, u_int16_t max, argument
258 if (min != 0 || max != 0xFFFF || invert) {
260 if (min == max) {
267 print_port(max, numeric);
H A Dlibipt_dccp.c75 "invalid portrange (min > max)");
221 print_ports(const char *name, u_int16_t min, u_int16_t max, argument
226 if (min != 0 || max != 0xFFFF || invert) {
228 if (min == max) {
235 print_port(max, numeric);
H A Dlibipt_tcp.c59 "invalid portrange (min > max)");
253 print_ports(const char *name, u_int16_t min, u_int16_t max, argument
258 if (min != 0 || max != 0xFFFF || invert) {
260 if (min == max) {
267 print_port(max, numeric);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A Dcanonicalize-lgpl.c72 # define __getcwd(buf, max) getcwd (buf, max, 0)
77 # define __getcwd(buf, max) getwd (buf)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/
H A DtestAutomata.c133 int min, max; local
160 max = scanNumber(&ptr);
168 BAD_CAST ptr, min, max, NULL);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/asn1/
H A Da_utctm.c118 static int max[8]={99,12,31,23,59,59,12,59}; local
141 if ((n < min[i]) || (n > max[i])) goto err;
156 if ((n < min[i]) || (n > max[i])) goto err;

Completed in 330 milliseconds

<<11121314151617181920>>