Searched refs:max (Results 101 - 125 of 1104) sorted by relevance

1234567891011>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/iptables-1.x/extensions/
H A Dlibipt_REDIRECT.c61 = mr->range[0].max.tcp.port
75 mr->range[0].max.tcp.port = htons(maxport);
144 if (r->max.tcp.port != r->min.tcp.port)
145 printf("-%hu", ntohs(r->max.tcp.port));
163 if (r->max.tcp.port != r->min.tcp.port)
164 printf("-%hu", ntohs(r->max.tcp.port));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dplat001.tcl57 set max 1000000000
59 -create -init $init -min $min -max $max $db $key]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/ipv4/netfilter/
H A Dipt_ah.c29 spi_match(u_int32_t min, u_int32_t max, u_int32_t spi, int invert) argument
33 min,spi,max);
34 r=(spi >= min && spi <= max) ^ invert;
H A Dnf_nat_proto_unknown.c24 const union nf_conntrack_man_proto *max)
21 unknown_in_range(const struct nf_conntrack_tuple *tuple, enum nf_nat_manip_type manip_type, 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/netfilter/
H A Dxt_esp.c31 spi_match(u_int32_t min, u_int32_t max, u_int32_t spi, int invert) argument
35 min, spi, max);
36 r = (spi >= min && spi <= max) ^ invert;
H A Dxt_length.c36 return (pktlen >= info->min && pktlen <= info->max) ^ info->invert;
53 return (pktlen >= info->min && pktlen <= info->max) ^ info->invert;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/buffer/
H A Dbuffer.h73 int max; /* size of buffer */ member in struct:buf_mem_st
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/include/openssl/
H A Dbuffer.h73 int max; /* size of buffer */ member in struct:buf_mem_st
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/powerpc/boot/
H A Dtypes.h17 #define max(x,y) ({ \ macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/i386/kernel/cpu/mtrr/
H A Dcentaur.c27 int i, max; local
31 max = num_var_ranges;
32 if (replace_reg >= 0 && replace_reg < max)
34 for (i = 0; i < max; ++i) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/src/plugin_winamp2/
H A Dtagz.h25 UINT tagz_format(const T_CHAR * spec,TAGFUNC f,TAGFREEFUNC ff,void *fp,T_CHAR * out,UINT max);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iptables-1.4.12.1/extensions/
H A Dlibip6t_ah.c54 print_spis(const char *name, uint32_t min, uint32_t max, argument
59 if (min != 0 || max != 0xFFFFFFFF || invert) {
60 if (min == max)
63 printf("%ss:%s%u:%u", name, inv, min, max);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iptables-1.4.12.1/include/net/netfilter/
H A Dnf_nat.h42 union nf_conntrack_man_proto min, max; member in struct:nf_nat_range
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/miscutils/
H A Dchrt.c26 const char *fmt = "%s min/max priority\t: %d/%d\n\0%s not supported?\n";
27 int max, min; local
28 max = sched_get_priority_max(pol);
30 if (max >= 0 && min >= 0)
31 printf(fmt, policies[pol].name, min, max);
63 if (opt & OPT_m) { /* print min/max */
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/arm/mach-s3c2410/
H A Dmach-qt2410.c132 .max = 640,
138 .max = 480,
144 .max = 16,
183 .max = 480,
189 .max = 640,
195 .max = 16,
234 .max = 240,
240 .max = 320,
246 .max = 16,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/libatalk/unicode/
H A Dutil_unistr.c86 Count up to max number of characters in a ucs2_t string.
88 size_t strnlen_w(const ucs2_t *src, size_t max) argument
92 for(len = 0; *src++ && (len < max); len++) ;
224 copy a string with max len
227 ucs2_t *strncpy_w(ucs2_t *dest, const ucs2_t *src, const size_t max) argument
233 for (len = 0; (src[len] != 0) && (len < max); len++)
235 while (len < max)
246 ucs2_t *strncat_w(ucs2_t *dest, const ucs2_t *src, const size_t max) argument
254 len = strnlen_w(src, max);
287 int max local
311 int max = PRECOMP_SP_COUNT - 1; local
335 int max = DECOMP_COUNT - 1; local
361 int max = DECOMP_SP_COUNT - 1; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/media/dvb/frontends/
H A Ddvb-pll.c44 .max = 858000000,
60 .max = 958000000,
80 .max = 896000000,
98 .max = 862000000,
115 .max = 858000000,
130 .max = 863000000,
145 .max = 862000000,
168 .max = 858000000,
183 .max = 858000000,
207 .max
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dxgettext-911 /* xgettext: max-width 25 */
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/include/libavutil/
H A Drational.h71 * @param max the maximum allowed for dst_num & dst_den
74 int av_reduce(int *dst_num, int *dst_den, int64_t num, int64_t den, int64_t max);
111 * @param max the maximum allowed numerator and denominator
114 AVRational av_d2q(double d, int max) av_const;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/macintosh/
H A Dwindfarm_pid.h32 s32 min,max; /* min and max target values */ member in struct:wf_pid_param
64 s32 pmaxadj; /* PID max power adjust */
66 s32 tmax; /* PID input max */
67 s32 min,max; /* min and max target values */ member in struct:wf_cpu_pid_param
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/ide/
H A Dide-timing.h190 if (what & IDE_TIMING_SETUP ) m->setup = max(a->setup, b->setup);
191 if (what & IDE_TIMING_ACT8B ) m->act8b = max(a->act8b, b->act8b);
192 if (what & IDE_TIMING_REC8B ) m->rec8b = max(a->rec8b, b->rec8b);
193 if (what & IDE_TIMING_CYC8B ) m->cyc8b = max(a->cyc8b, b->cyc8b);
194 if (what & IDE_TIMING_ACTIVE ) m->active = max(a->active, b->active);
195 if (what & IDE_TIMING_RECOVER) m->recover = max(a->recover, b->recover);
196 if (what & IDE_TIMING_CYCLE ) m->cycle = max(a->cycle, b->cycle);
197 if (what & IDE_TIMING_UDMA ) m->udma = max(a->udma, b->udma);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/usb/core/
H A Durb.c222 int pipe, temp, max; local
250 max = usb_maxpacket(dev, pipe, is_out);
251 if (max <= 0) {
255 __FUNCTION__, max);
268 int mult = 1 + ((max >> 11) & 0x03);
269 max &= 0x07ff;
270 max *= mult;
277 if (len < 0 || len > max)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/alpha/kernel/
H A Dirq_srm.c62 init_srm_irqs(long max, unsigned long ignore_mask) argument
66 for (i = 16; i < max; ++i) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavutil/
H A Drational.h71 * @param max the maximum allowed for dst_num & dst_den
74 int av_reduce(int *dst_num, int *dst_den, int64_t num, int64_t den, int64_t max);
111 * @param max the maximum allowed numerator and denominator
114 AVRational av_d2q(double d, int max) av_const;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/sctp/
H A Dchunk.c172 int max, whole, i, offset, over, err; local
195 max = asoc->frag_point;
198 first_len = max;
202 whole = msg_len / (max - SCTP_ARBITRARY_COOKIE_ECHO_LEN);
206 first_len = max - SCTP_ARBITRARY_COOKIE_ECHO_LEN;
213 whole += msg_len / max;
214 over = msg_len % max;
251 len = max;

Completed in 235 milliseconds

1234567891011>>