Searched refs:max (Results 51 - 75 of 1104) sorted by relevance

1234567891011>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/cpufreq/
H A Dcpufreq_performance.c29 policy->max, event);
30 __cpufreq_driver_target(policy, policy->max,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/lib/
H A Dvector.h29 unsigned int max; /* max number of used slot */ member in struct:_vector
40 #define vector_max(V) ((V)->max)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dnfsacl.h44 w += max(acl_access ? (int)acl_access->a_count : 3, 4) * 12;
46 w += max((int)acl_default->a_count, 4) * 12;
H A Datm_nicstar.h35 unsigned max; member in struct:buf_nr
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ntfs-3g-2009.3.8/include/ntfs-3g/
H A Dsupport.h46 * The classic min and max macros.
52 #ifndef max
53 #define max(a,b) ((a) >= (b) ? (a) : (b)) macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iptables-1.4.12.1/include/linux/netfilter/
H A Dxt_hashlimit.h8 /* 1/10,000 sec period => max of 10,000/sec. Min rate is then 429490
29 __u32 max; /* max number of entries */ member in struct:hashlimit_cfg
53 __u32 max; /* max number of entries */ member in struct:hashlimit_cfg1
H A Dxt_u32.h18 __u32 max; member in struct:xt_u32_value_element
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/
H A Duri.c989 int max; local
994 max = 80;
995 ret = (xmlChar *) xmlMallocAtomic((max + 1) * sizeof(xmlChar));
1006 if (len >= max) {
1007 max *= 2;
1008 temp = (xmlChar *) xmlRealloc(ret, (max + 1) * sizeof(xmlChar));
1019 if (len >= max) {
1020 max *= 2;
1021 temp = (xmlChar *) xmlRealloc(ret, (max + 1) * sizeof(xmlChar));
1035 if (len + 3 >= max) {
[all...]
H A Dtriostr.h45 TRIO_STRING_PUBLIC int trio_copy_max TRIO_PROTO((char *target, size_t max, const char *source));
52 TRIO_STRING_PUBLIC int trio_equal_max TRIO_PROTO((const char *first, size_t max, const char *second));
63 TRIO_STRING_PUBLIC int trio_append_max TRIO_PROTO((char *target, size_t max, const char *source));
66 TRIO_STRING_PUBLIC char *trio_duplicate_max TRIO_PROTO((const char *source, size_t max));
67 TRIO_STRING_PUBLIC int trio_equal_case_max TRIO_PROTO((const char *first, size_t max, const char *second));
69 TRIO_STRING_PUBLIC size_t trio_format_date_max TRIO_PROTO((char *target, size_t max, const char *format, const struct tm *datetime));
79 TRIO_STRING_PUBLIC char *trio_substring_max TRIO_PROTO((const char *string, size_t max, const char *substring));
116 TRIO_STRING_PUBLIC int trio_string_equal_max TRIO_PROTO((trio_string_t *self, size_t max, trio_string_t *second));
118 TRIO_STRING_PUBLIC int trio_string_equal_case_max TRIO_PROTO((trio_string_t *self, size_t max, trio_string_t *other));
120 TRIO_STRING_PUBLIC size_t trio_string_format_date_max TRIO_PROTO((trio_string_t *self, size_t max, cons
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/
H A Dtipar.c129 /* D-bus protocol (45kbit/s max):
142 unsigned long max; local
147 START(max);
149 WAIT(max);
153 START(max);
155 WAIT(max);
159 START(max);
161 WAIT(max);
165 START(max);
167 WAIT(max);
187 unsigned long max; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/ppc/boot/simple/
H A Dmisc-chestnut.c17 /* Not in the kernel so won't include kernel.h to get its 'max' definition */
18 #define max(a,b) (((a) > (b)) ? (a) : (b)) macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/netfilter/
H A Dxt_hashlimit.h6 /* 1/10,000 sec period => max of 10,000/sec. Min rate is then 429490
24 u_int32_t max; /* max number of entries */ member in struct:hashlimit_cfg
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iproute2/include/
H A Dlibnetlink.h42 extern int parse_rtattr(struct rtattr *tb[], int max, struct rtattr *rta, int len);
43 extern int parse_rtattr_byindex(struct rtattr *tb[], int max, struct rtattr *rta, int len);
45 #define parse_rtattr_nested(tb, max, rta) \
46 (parse_rtattr((tb), (max), RTA_DATA(rta), RTA_PAYLOAD(rta)))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iptables-1.4.12.1/extensions/
H A Dlibipt_ah.c36 print_spis(const char *name, uint32_t min, uint32_t max, argument
41 if (min != 0 || max != 0xFFFFFFFF || invert) {
43 if (min == max) {
50 printf("%u",max);
H A Dlibxt_esp.c36 print_spis(const char *name, uint32_t min, uint32_t max, argument
41 if (min != 0 || max != 0xFFFFFFFF || invert) {
42 if (min == max)
45 printf(" %ss:%s%u:%u", name, inv, min, max);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/iptables-1.x/include/linux/netfilter/
H A Dnf_nat.h31 union nf_conntrack_man_proto min, max; member in struct:nf_nat_range
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/iptables-1.x/include/linux/netfilter_ipv4/
H A Dipt_dstlimit.h6 /* 1/10,000 sec period => max of 10,000/sec. Min rate is then 429490
23 u_int32_t max; /* max number of entries */ member in struct:dstlimit_cfg
H A Dipt_hashlimit.h6 /* 1/10,000 sec period => max of 10,000/sec. Min rate is then 429490
24 u_int32_t max; /* max number of entries */ member in struct:hashlimit_cfg
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-arm/arch-s3c2410/
H A Dfb.h20 unsigned int max; member in struct:s3c2410fb_val
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/
H A Dbn_sqr.c67 int max,al; local
88 max = 2 * al; /* Non-zero (from above) */
89 if (bn_wexpand(rr,max) == NULL) goto err;
131 if (bn_wexpand(tmp,max) == NULL) goto err;
136 if (bn_wexpand(tmp,max) == NULL) goto err;
143 * the square of 'a' will max-1 words. */
145 rr->top = max - 1;
147 rr->top = max;
160 int i,j,max; local
164 max
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/bfin/
H A Dmpegvideo_bfin.c41 int max=0; local
86 /* max |= level; */
99 " r1=max(r1,%6) (v); \n\t"
107 : "=&d" (max)
137 *overflow= s->max_qcoeff < max; //overflow might have happened
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dxmlautomata.in.h82 int max,
91 int max,
99 int max,
108 int max,
132 int max);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/md/
H A Dxor.c66 int i, count, max; local
76 max = 0;
87 if (count > max)
88 max = count;
91 speed = max * (HZ * BENCH_SIZE / 1024);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/i386/kernel/cpu/
H A Dtransmeta.c10 unsigned int cap_mask, uk, max, dummy; local
19 max = cpuid_eax(0x80860000);
21 if ( max >= 0x80860001 ) {
32 if ( max >= 0x80860002 ) {
45 if ( max >= 0x80860006 ) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A Dxmlautomata.h82 int max,
91 int max,
99 int max,
108 int max,
132 int max);

Completed in 214 milliseconds

1234567891011>>