Searched refs:max (Results 226 - 250 of 1104) sorted by relevance

1234567891011>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/jbd2/
H A Drecovery.c72 unsigned int max, nbufs, next; local
79 max = start + (128 * 1024 / journal->j_blocksize);
80 if (max > journal->j_maxlen)
81 max = journal->j_maxlen;
88 for (next = start; next < max; next++) {
584 int offset, max; local
589 max = be32_to_cpu(header->r_count);
594 while (offset + record_len <= max) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/oprofile/
H A Devent_buffer.c151 size_t const max = buffer_size * sizeof(unsigned long); local
154 if (count != max || *offset)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/infiniband/hw/mthca/
H A Dmthca_qp.c234 wq->last_comp = wq->max - 1;
501 qp_attr->cap.max_send_wr = qp->sq.max;
502 qp_attr->cap.max_recv_wr = qp->rq.max;
523 mthca_dbg(dev, "sgid_index (%u) too large. max is %d\n",
598 if (qp->rq.max)
599 qp_context->rq_size_stride = ilog2(qp->rq.max) << 3;
602 if (qp->sq.max)
603 qp_context->sq_size_stride = ilog2(qp->sq.max) << 3;
671 mthca_dbg(dev, "Alternate P_Key index (%u) too large. max is %d\n",
828 qp->sq.last = get_send_wqe(qp, qp->sq.max
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/
H A Dxmlregexp.c185 int max; member in struct:_xmlRegAtom
205 int max; member in struct:_xmlRegCounter
788 ret->max = 0;
840 ret->max = atom->max;
1086 fprintf(output, "%d-%d ", atom->min, atom->max);
1193 fprintf(output, " %d: min %d max %d\n", i, ctxt->counters[i].min,
1194 ctxt->counters[i].max);
1272 ctxt->counters[ctxt->nbCounters].max = -1;
1620 copy->max
5140 int min = 0, max = 0; local
5785 xmlAutomataNewCountTrans2(xmlAutomataPtr am, xmlAutomataStatePtr from, xmlAutomataStatePtr to, const xmlChar *token, const xmlChar *token2, int min, int max, void *data) argument
5872 xmlAutomataNewCountTrans(xmlAutomataPtr am, xmlAutomataStatePtr from, xmlAutomataStatePtr to, const xmlChar *token, int min, int max, void *data) argument
5940 xmlAutomataNewOnceTrans2(xmlAutomataPtr am, xmlAutomataStatePtr from, xmlAutomataStatePtr to, const xmlChar *token, const xmlChar *token2, int min, int max, void *data) argument
6020 xmlAutomataNewOnceTrans(xmlAutomataPtr am, xmlAutomataStatePtr from, xmlAutomataStatePtr to, const xmlChar *token, int min, int max, void *data) argument
6136 xmlAutomataNewCounter(xmlAutomataPtr am, int min, int max) argument
6473 xmlExpHashGetEntry(xmlExpCtxtPtr ctxt, xmlExpNodeType type, xmlExpNodePtr left, xmlExpNodePtr right, const xmlChar *name, int min, int max) argument
6839 xmlExpNewRange(xmlExpCtxtPtr ctxt, xmlExpNodePtr subset, int min, int max) argument
7060 int min, max; local
7366 int min, max; local
7421 int min, max; local
7830 int min, max; local
7841 max = xmlExpParseNumber(ctxt); local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/input/
H A Dinput.c382 #define MATCH_BIT(bit, max) \
383 for (i = 0; i < NBITS(max); i++) \
386 if (i != NBITS(max)) \
513 unsigned long *bitmap, int max)
517 for (i = NBITS(max) - 1; i > 0; i--)
705 len += snprintf(buf, max(size, 0), "%c", name);
708 len += snprintf(buf + len, max(size - len, 0), "%X,", i);
717 len = snprintf(buf, max(size, 0),
742 len += snprintf(buf + len, max(size - len, 0), "\n");
797 int max, in
512 input_seq_print_bitmap(struct seq_file *seq, const char *name, unsigned long *bitmap, int max) argument
796 input_print_bitmap(char *buf, int buf_size, unsigned long *bitmap, int max, int add_cr) argument
875 input_add_uevent_bm_var(char **envp, int num_envp, int *cur_index, char *buffer, int buffer_size, int *cur_len, const char *name, unsigned long *bitmap, int max) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dbinc_auto/
H A Dtxn_auto.h78 u_int32_t max; member in struct:___txn_recycle_args
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/asm/
H A DMethodVisitor.java240 * @param max the maximum key value.
245 void visitTableSwitchInsn(int min, int max, Label dflt, Label labels[]); argument
267 // max stack size and max locals
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/include/libavcodec/
H A Dopt.h69 double max; ///< maximum valid value for the option member in struct:AVOption
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/libvorbis-1.2.3/vq/
H A Dvqgen.h42 float *max; member in struct:vqgen
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/asn1/
H A Da_bytes.c198 c.max=(length == 0)?0:(p+length);
259 b.max=0;
274 (long)(c->max-c->p));
283 if (d2i_ASN1_bytes(&os,&c->p,c->max-c->p,c->tag,c->xclass)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/bio/
H A Dbss_mem.c106 b->max = len;
216 bm->data -= bm->max - bm->length;
217 bm->length = bm->max;
221 memset(bm->data,0,bm->max);
304 /* i is the max to copy */
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/macintosh/
H A Dwindfarm_pid.c72 target = max(target, st->param.min);
73 target = min(target, st->param.max);
139 target = max(target, st->param.min);
140 target = min(target, st->param.max);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/media/dvb/frontends/
H A Ddvb-pll.h14 u32 max; member in struct:dvb_pll_desc
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/mlx4/
H A Dpd.c96 max(128, dev->caps.reserved_uars));
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/i386/kernel/cpu/cpufreq/
H A Dcpufreq-nforce2.c256 if ((target_freq > policy->max) || (target_freq < policy->min))
299 fsb_pol_max = policy->max / (fid * 100);
302 policy->max = (fsb_pol_max + 1) * fid * 100;
365 policy->max = policy->cpuinfo.max_freq;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-generic/
H A Diomap.h65 extern void __iomem *pci_iomap(struct pci_dev *dev, int bar, unsigned long max);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/alpha/kernel/
H A Dpci_impl.h202 extern unsigned long size_for_memory(unsigned long max);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dquota.h144 #define DQUOT_INIT_ALLOC max(V1_INIT_ALLOC, V2_INIT_ALLOC)
145 #define DQUOT_INIT_REWRITE max(V1_INIT_REWRITE, V2_INIT_REWRITE)
146 #define DQUOT_DEL_ALLOC max(V1_DEL_ALLOC, V2_DEL_ALLOC)
147 #define DQUOT_DEL_REWRITE max(V1_DEL_REWRITE, V2_DEL_REWRITE)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/acos/include/
H A DacosTypes.h225 /* Driver Version String, ASCII, 32 chars max */
244 #define max(a,b) ((a) > (b) ? (a) : (b)) macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/mtools-4.0.10/
H A Dmtools.h96 #define maximize(target, max) do { \
97 if(max < 0) { \
100 } else if(target > max) { \
101 target = max; \
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/asn1/
H A Da_bytes.c196 c.max=(length == 0)?0:(p+length);
257 b.max=0;
272 (long)(c->max-c->p));
281 if (d2i_ASN1_bytes(&os,&c->p,c->max-c->p,c->tag,c->xclass)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/bio/
H A Dbss_mem.c106 b->max = len;
216 bm->data -= bm->max - bm->length;
217 bm->length = bm->max;
221 memset(bm->data,0,bm->max);
304 /* i is the max to copy */
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iptables-1.4.12.1/extensions/
H A Dlibip6t_rt.c27 " --rt-0-addrs ADDR[,ADDR...] Type=0 addresses (list, max: %d)\n"
150 print_nums(const char *name, uint32_t min, uint32_t max, argument
155 if (min != 0 || max != 0xFFFFFFFF || invert) {
157 if (min == max) {
164 printf("%u",max);
H A Dlibipt_DNAT.c101 = range.max.tcp.port
115 range.max.tcp.port = htons(maxport);
207 if (r->max.tcp.port != r->min.tcp.port)
208 printf("-%hu", ntohs(r->max.tcp.port));
H A Dlibipt_SNAT.c101 = range.max.tcp.port
115 range.max.tcp.port = htons(maxport);
207 if (r->max.tcp.port != r->min.tcp.port)
208 printf("-%hu", ntohs(r->max.tcp.port));

Completed in 235 milliseconds

1234567891011>>