Searched refs:max (Results 126 - 150 of 1104) sorted by relevance

1234567891011>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dlog003.tcl31 set max [expr 1024 * 128]
42 set logargs "-log_inmemory -log_buffer [expr $max * 2]"
45 -mode 0644 $logargs -log_max $max]
65 -log -mode 0644 -log_max $max]
91 -create -mode 0644 -log_max $max]
128 -create -mode 0644 -log_max $max]
H A Dlog002.tcl27 set max [expr 1024 * 128]
38 -mode 0644 $logargs -log_max $max]
46 for {set s 0} { $s < [expr 3 * $max] } { incr s $len } {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/asn1/
H A Da_set.c184 c.max=(length == 0)?0:(c.p+length);
186 c.inf=ASN1_get_object(&c.p,&c.slen,&c.tag,&c.xclass,c.max-c.p);
198 if ((c.slen+c.p) > c.max)
207 c.max=c.p+c.slen;
209 while (c.p < c.max)
215 if ((s=func(NULL,&c.p,c.slen,c.max-c.p)) == NULL) */
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/cpufreq/
H A Dcpufreq_userspace.c147 cpu_max_freq[cpu] = policy->max;
168 cpu, policy->min, policy->max,
170 if (policy->max < cpu_set_freq[cpu]) {
171 __cpufreq_driver_target(policy, policy->max,
183 cpu_max_freq[cpu] = policy->max;
H A Dfreq_table.c42 policy->max = policy->cpuinfo.max_freq = max_freq;
60 policy->min, policy->max, policy->cpu);
72 if ((freq >= policy->min) && (freq <= policy->max))
74 else if ((next_larger > freq) && (freq > policy->max))
79 policy->max = next_larger;
85 policy->min, policy->max, policy->cpu);
127 if ((freq < policy->min) || (freq > policy->max))
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/usb/gadget/
H A Depautoconf.c71 u16 max; local
135 max = 0x7ff & le16_to_cpu(desc->wMaxPacketSize);
139 if (!gadget->is_dualspeed && max > 64)
145 if (ep->maxpacket < max)
147 if (!gadget->is_dualspeed && max > 1023)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/arm/mach-integrator/
H A Dcpu.c64 vco = icst525_khz_to_vco(&cclk_params, policy->max);
65 policy->max = icst525_khz(&cclk_params, vco);
117 if (target_freq > policy->max)
118 target_freq = policy->max;
193 policy->cur = policy->min = policy->max = integrator_get(policy->cpu);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dnellymoser.c125 int max, sum, last_off, tmp; local
129 max = 0;
131 max = FFMAX(max, buf[i]);
134 shift += headroom(&max);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/x509v3/
H A Dv3_addr.c80 ASN1_SIMPLE(IPAddressRange, max, ASN1_BIT_STRING)
225 if (!i2r_address(out, afi, 0xFF, aor->u.addressRange->max))
373 const unsigned char *max,
379 for (i = 0; i < length && min[i] == max[i]; i++)
381 for (j = length - 1; j >= 0 && min[j] == 0x00 && max[j] == 0xFF; j--)
387 mask = min[i] ^ max[i];
398 if ((min[i] & mask) != 0 || (max[i] & mask) != mask)
444 unsigned char *max,
450 if ((prefixlen = range_should_be_prefix(min, max, length)) >= 0)
462 if (aor->u.addressRange->max
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/pppd/plugins/radius/
H A Dconfig.c97 for (i = 0; i < serv->max; i++) {
100 serv->max = 0;
107 serv->port[serv->max] = atoi(q);
111 serv->port[serv->max] = PW_AUTH_UDP_PORT;
113 serv->port[serv->max] = ntohs ((unsigned int) svp->s_port);
116 serv->port[serv->max] = PW_ACCT_UDP_PORT;
118 serv->port[serv->max] = ntohs ((unsigned int) svp->s_port);
125 serv->name[serv->max++] = strdup(p);
315 if (!(rc_conf_srv("authserver")->max))
320 if (!(rc_conf_srv("acctserver")->max))
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/infiniband/hw/mlx4/
H A Dsrq.c98 srq->msrq.max = roundup_pow_of_two(init_attr->attr.max_wr + 1);
101 desc_size = max(32UL,
107 buf_size = srq->msrq.max * desc_size;
150 srq->tail = srq->msrq.max - 1;
153 for (i = 0; i < srq->msrq.max; ++i) {
156 cpu_to_be16((i + 1) & (srq->msrq.max - 1));
168 srq->wrid = kmalloc(srq->msrq.max * sizeof (u64), GFP_KERNEL);
188 init_attr->attr.max_wr = srq->msrq.max - 1;
229 if (attr->srq_limit >= srq->msrq.max)
256 mlx4_buf_free(dev->dev, msrq->msrq.max << msr
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/pci/
H A Dprobe.c464 static void pci_fixup_parent_subordinate_busnr(struct pci_bus *child, int max) argument
473 while (parent->parent && parent->subordinate < max) {
474 parent->subordinate = max;
475 pci_write_config_byte(parent->self, PCI_SUBORDINATE_BUS, max);
492 int pci_scan_bridge(struct pci_bus *bus, struct pci_dev * dev, int max, int pass) argument
540 if (cmax > max)
541 max = cmax;
542 if (child->subordinate > max)
543 max = child->subordinate;
567 if (pci_find_bus(pci_domain_nr(bus), max
1012 unsigned int devfn, pass, max = bus->secondary; local
1048 unsigned int max; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/libvorbis-1.2.3/vq/
H A Dresiduesplit.c28 float max=0.f; local
37 if(temp[i]>max)max=temp[i];
46 entropy[j]=max;
54 max=0.f;
56 if(temp[i]>max)max=temp[i];
73 float max=0.f; local
79 if(fabs(res[i+j])>max)max
[all...]
H A Dresiduedata.c46 float max=-1; local
56 if(norm>max)max=norm;
81 q->quant=_ilog(max);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/perlasm/
H A Dalpha.pl349 $max=0;
362 $curr_num=$max=0;
367 printf STDERR "END %2d:register pool:@pool_free\n",$max;
382 $max=$curr_num if ($curr_num > $max);
401 $max=$curr_num if ($curr_num > $max);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/ixgb/
H A Dixgb_param.c187 int max; member in struct:ixgb_option::__anon5490::__anon5491
219 if(*value >= opt->arg.r.min && *value <= opt->arg.r.max) {
275 .max = MAX_TXD}}
294 .max = MAX_RXD}}
355 .max = MAX_FCRTH}}
375 .max = MAX_FCRTL}}
395 .max = MAX_FCPAUSE}}
428 .max = MAX_RDTR}}
445 .max = MAX_TIDV}}
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/i386/kernel/cpu/cpufreq/
H A Dgx-suspmod.c340 * within policy->min and policy->max. If it is not, policy->max
349 if (policy->min > policy->max)
350 policy->max = tmp_freq;
351 tmp_freq = gx_validate_speed(policy->max, &tmp1, &tmp2);
352 if (tmp_freq > policy->max)
354 policy->max = tmp_freq;
355 if (policy->max < policy->min)
356 policy->max = policy->min;
383 while (tmp_freq > policy->max) {
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/l2tpd-0.69/
H A Dnetwork.c278 int max; /* Highest fd */ local
289 max = 0;
323 if (sc->fd > max)
324 max = sc->fd;
333 if (server_socket > max)
334 max = server_socket;
336 if (control_fd > max)
337 max = control_fd;
371 select (max + 1, &readfds, NULL, NULL, NULL);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/arm/plat-omap/
H A Dcpu-omap.c51 policy->max = clk_round_rate(mpu_clk, policy->max * 1000) / 1000;
110 policy->cur = policy->min = policy->max = omap_getspeed(0);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iptables-1.4.12.1/extensions/
H A Dlibxt_cluster.c37 .type = XTTYPE_UINT32, .min = 1, .max = XT_CLUSTER_NODES_MAX,
41 .type = XTTYPE_UINT32, .min = 1, .max = XT_CLUSTER_NODES_MAX},
44 .min = 1, .max = XT_CLUSTER_NODES_MAX,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/ipv4/netfilter/
H A Dnf_nat_proto_gre.c41 /* is key in given range between min and max */
46 const union nf_conntrack_man_proto *max)
56 ntohs(key) <= ntohs(max->gre.key);
86 range_size = ntohs(range->max.gre.key) - min + 1;
43 gre_in_range(const struct nf_conntrack_tuple *tuple, enum nf_nat_manip_type maniptype, const union nf_conntrack_man_proto *min, const union nf_conntrack_man_proto *max) argument
H A Dnf_nat_proto_icmp.c24 const union nf_conntrack_man_proto *max)
27 ntohs(tuple->src.u.icmp.id) <= ntohs(max->icmp.id);
40 range_size = ntohs(range->max.icmp.id) - ntohs(range->min.icmp.id) + 1;
21 icmp_in_range(const struct nf_conntrack_tuple *tuple, enum nf_nat_manip_type maniptype, const union nf_conntrack_man_proto *min, const union nf_conntrack_man_proto *max) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/ipv6/netfilter/
H A Dip6t_ah.c30 spi_match(u_int32_t min, u_int32_t max, u_int32_t spi, int invert) argument
34 min,spi,max);
35 r = (spi >= min && spi <= max) ^ invert;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/pem/
H A Dpem_seal.c74 int i,j,max=0; local
85 if (j > max) max=j;
87 s=(char *)OPENSSL_malloc(max*2);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dbuffer.h81 int max; /* size of buffer */ member in struct:buf_mem_st

Completed in 444 milliseconds

1234567891011>>