Searched refs:limit (Results 51 - 75 of 386) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dobstack.c181 h->chunk_limit = chunk->limit
229 h->chunk_limit = chunk->limit
266 new_chunk->limit = h->chunk_limit = (char *) new_chunk + new_size;
331 while (lp != 0 && ((void *) lp >= obj || (void *) (lp)->limit < obj))
355 while (lp != 0 && ((void *) lp >= obj || (void *) (lp)->limit < obj))
367 h->chunk_limit = lp->limit;
390 nbytes += lp->limit - (char *) lp;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/tools/misc/lzma_src/C/
H A DLzmaDec.c29 #define TREE_DECODE(probs, limit, i) \
30 { i = 1; do { TREE_GET_BIT(probs, i); } while (i < limit); i -= limit; }
57 #define TREE_DECODE_CHECK(probs, limit, i) \
58 { i = 1; do { GET_BIT_CHECK(probs + i, i) } while (i < limit); i -= limit; }
138 static int MY_FAST_CALL LzmaDec_DecodeReal(CLzmaDec *p, SizeT limit, const Byte *bufLimit) argument
270 unsigned limit, offset; local
277 limit = (1 << kLenNumLowBits);
288 limit
437 LzmaDec_WriteRem(CLzmaDec *p, SizeT limit) argument
463 LzmaDec_DecodeReal2(CLzmaDec *p, SizeT limit, const Byte *bufLimit) argument
607 unsigned limit, offset; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/quota/
H A Dxfs_qm_bhv.c59 #define MNTOPT_UQUOTANOENF "uqnoenforce"/* user quota limit enforcement */
60 #define MNTOPT_GQUOTANOENF "gqnoenforce"/* group quota limit enforcement */
61 #define MNTOPT_PQUOTANOENF "pqnoenforce"/* project quota limit enforcement */
197 __uint64_t limit; local
218 limit = dp->d_blk_softlimit ?
221 if (limit && statp->f_blocks > limit) {
222 statp->f_blocks = limit;
228 limit = dp->d_ino_softlimit ?
231 if (limit
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/partitions/
H A Datari.c66 for (slot = 1; pi < &rs->part[4] && slot < state->limit; slot++, pi++) {
118 if (++slot == state->limit) {
131 for (; pi < &rs->icdpart[8] && slot < state->limit; slot++, pi++) {
H A Dkarma.c44 if (slot == state->limit)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jfs/
H A Djfs_types.h160 * DASD limit information - stored in directory inode
166 u8 limit_hi; /* DASD limit (in logical blocks) */
167 __le32 limit_lo; /* DASD limit (in logical blocks) */
175 #define setDASDLIMIT(dasdp, limit)\
177 (dasdp)->limit_hi = ((u64)limit) >> 32;\
178 (dasdp)->limit_lo = __cpu_to_le32(limit);\
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/i2c/chips/
H A Dds1374.c117 int limit = 10; /* arbitrary retry limit */ local
130 } while (t1 != t2 && limit--);
148 int limit = 10; /* arbitrary retry limit */ local
163 } while (t1 != t2 && limit--);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/lib/
H A Dstrnlen_user.S36 1: beq v0, a1, 1f # limit reached?
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/parisc/
H A Dgsc.h42 int gsc_find_local_irq(unsigned int irq, int *global_irq, int limit);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sparc/
H A Dio-unit.h43 unsigned long limit[4]; member in struct:iounit_struct
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sched/
H A Dsch_netem.c64 u32 limit; member in struct:netem_sched_data
316 static int set_fifo_limit(struct Qdisc *q, int limit) argument
329 ((struct tc_fifo_qopt *)RTA_DATA(rta))->limit = limit;
419 ret = set_fifo_limit(q->qdisc, qopt->limit);
421 pr_debug("netem: can't set fifo limit\n");
427 q->limit = qopt->limit;
482 u32 limit; member in struct:fifo_sched_data
493 if (likely(skb_queue_len(list) < q->limit)) {
[all...]
H A Dsch_red.c30 limit - bytes (must be > qth_max + burst)
32 Hard limit on queue length, should be chosen >qth_max
36 Really, this limit will never be reached
42 u32 limit; /* HARD maximal queue length */ member in struct:red_sched_data
178 static struct Qdisc *red_create_dflt(struct Qdisc *sch, u32 limit) argument
192 ((struct tc_fifo_qopt *)RTA_DATA(rta))->limit = limit;
223 if (ctl->limit > 0) {
224 child = red_create_dflt(sch, ctl->limit);
231 q->limit
[all...]
H A Dsch_tbf.c112 With classful TBF, limit is just kept for backwards compatibility.
114 changed the limit is not effective anymore.
120 u32 limit; /* Maximal length of backlog: bytes */ member in struct:tbf_sched_data
262 static struct Qdisc *tbf_create_dflt_qdisc(struct Qdisc *sch, u32 limit) argument
275 ((struct tc_fifo_qopt *)RTA_DATA(rta))->limit = limit;
331 if (qopt->limit > 0) {
332 if ((child = tbf_create_dflt_qdisc(sch, qopt->limit)) == NULL)
341 q->limit = qopt->limit;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/archival/libunarchive/
H A Ddecompress_bunzip2.c57 /* We have an extra slot at the end of limit[] for a sentinal value. */
58 int limit[MAX_HUFCODE_BITS+1], base[MAX_HUFCODE_BITS], permute[MAX_SYMBOLS]; member in struct:group_data
141 int dbufCount, nextSym, dbufSize, groupCount, *base, *limit, selector, local
266 /* Calculate permute[], base[], and limit[] tables from length[].
272 * limit[] indicates the largest numerical value a symbol with a given
274 * length: each code with a value>limit[length] needs another bit.
282 and limit array pointers so we're not always wasting the first
286 limit = hufGroup->limit - 1;
288 /* Calculate permute[]. Concurently, initialize temp[] and limit[]
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/mm/
H A Dbootmem.c184 unsigned long align, unsigned long goal, unsigned long limit)
196 if (limit && bdata->node_boot_start >= limit)
204 limit = PFN_DOWN(limit);
205 if (limit && end_pfn > limit)
206 end_pfn = limit;
222 if (!limit || (limit
183 __alloc_bootmem_core(struct bootmem_data *bdata, unsigned long size, unsigned long align, unsigned long goal, unsigned long limit) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/math-emu/
H A Dget_address.c156 unsigned long base_address, limit, address, seg_top; local
184 limit = base_address
186 if ( limit < base_address ) limit = 0xffffffff;
198 (address <= limit) || (address >= seg_top) ? 0 :
204 (address > limit) || (address < base_address) ? 0 :
205 ((limit-address) >= 254 ? 255 : limit-address+1);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dbootmem.h61 unsigned long limit);
121 unsigned long limit);
H A Dpkt_sched.h90 __u32 limit; /* Queue length: bytes for bfifo, packets for pfifo */ member in struct:tc_fifo_qopt
110 __u32 limit; member in struct:tc_tbf_qopt
137 __u32 limit; /* Maximal packets in queue */ member in struct:tc_sfq_qopt
143 * NOTE: limit, divisor and flows are hardwired to code at the moment.
145 * limit=flows=128, divisor=1024;
165 __u32 limit; /* HARD maximal queue length (bytes) */ member in struct:tc_red_qopt
201 __u32 limit; /* HARD maximal queue length (bytes) */ member in struct:tc_gred_qopt
441 __u32 limit; /* fifo limit (packets) */ member in struct:tc_netem_qopt
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/include/linux/
H A Dpkt_sched.h90 __u32 limit; /* Queue length: bytes for bfifo, packets for pfifo */ member in struct:tc_fifo_qopt
109 __u32 limit; member in struct:tc_tbf_qopt
136 __u32 limit; /* Maximal packets in queue */ member in struct:tc_sfq_qopt
142 * NOTE: limit, divisor and flows are hardwired to code at the moment.
144 * limit=flows=128, divisor=1024;
164 __u32 limit; /* HARD maximal queue length (bytes) */ member in struct:tc_red_qopt
200 __u32 limit; /* HARD maximal queue length (bytes) member in struct:tc_gred_qopt
442 __u32 limit; /* fifo limit (packets) */ member in struct:tc_netem_qopt
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/freevxfs/
H A Dvxfs_lookup.c134 caddr_t baddr, limit; local
139 limit = baddr + bsize - VXFS_DIRLEN(1);
144 for (; (caddr_t)de <= limit; de = vxfs_next_entry(de)) {
289 caddr_t baddr, limit; local
294 limit = baddr + bsize - VXFS_DIRLEN(1);
302 for (; (caddr_t)de <= limit; de = vxfs_next_entry(de)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-i386/
H A Ddesc.h37 unsigned long base, unsigned long limit, unsigned char type, unsigned char flags)
39 *a = ((base & 0xffff) << 16) | (limit & 0xffff);
41 (limit & 0x000f0000) | ((type & 0xff) << 8) | ((flags & 0xf) << 20);
166 ((((info)->base_addr & 0x0000ffff) << 16) | ((info)->limit & 0x0ffff))
171 ((info)->limit & 0xf0000) | \
182 (info)->limit == 0 && \
36 pack_descriptor(__u32 *a, __u32 *b, unsigned long base, unsigned long limit, unsigned char type, unsigned char flags) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/atm/
H A Dambassador.h533 #define NEXTQ(current,start,limit) \
534 ( (current)+1 < (limit) ? (current)+1 : (start) )
540 command * limit; member in struct:__anon3941
561 tx_in * limit; member in struct:__anon3943::__anon3944
566 tx_out * limit; member in struct:__anon3943::__anon3945
579 rx_in * limit; member in struct:__anon3946::__anon3947
584 rx_out * limit; member in struct:__anon3946::__anon3948
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/ia32/
H A Dia32priv.h384 #define IA32_SEG_DESCRIPTOR(base, limit, segtype, nonsysseg, dpl, segpresent, avl, segdb, gran) \
385 (((limit) & 0xffff) \
391 | ((((unsigned long) (limit) >> 16) & 0xf) << IA32_SEG_HIGH_LIMIT) \
457 ((((info)->base_addr & 0x0000ffff) << 16) | ((info)->limit & 0x0ffff))
462 ((info)->limit & 0xf0000) | \
473 (info)->limit == 0 && \
494 unsigned int limit; member in struct:ia32_user_desc
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/mon/
H A Dmon_text.c29 * This limit exists to prevent OOMs when the user process stops reading.
37 * Potentially unlimited number; we limit it for similar allocations.
90 int cnt, limit; member in struct:mon_text_ptr
384 ptr.limit = rp->printf_size;
388 ptr.cnt += snprintf(ptr.pbuf + ptr.cnt, ptr.limit - ptr.cnt,
411 ptr.limit = rp->printf_size;
424 ptr.cnt += snprintf(ptr.pbuf + ptr.cnt, ptr.limit - ptr.cnt,
478 p->cnt += snprintf(p->pbuf + p->cnt, p->limit - p->cnt,
497 p->cnt += snprintf(p->pbuf + p->cnt, p->limit - p->cnt,
509 p->cnt += snprintf(p->pbuf + p->cnt, p->limit
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/extensions/
H A Dlibip6t_icmp6.c96 static const unsigned int limit = ARRAY_SIZE(icmpv6_codes); local
97 unsigned int match = limit;
100 for (i = 0; i < limit; i++) {
103 if (match != limit)
114 if (match != limit) {

Completed in 246 milliseconds

1234567891011>>