Searched refs:limit (Results 1 - 25 of 386) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/common/
H A Ddb_log2.c51 u_int32_t i, limit; local
53 limit = 1;
54 for (i = 0; limit < num; limit = limit << 1)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/dlm/
H A Dmidcomms.h18 unsigned len, unsigned limit);
H A Dmidcomms.c36 unsigned len, unsigned limit)
40 if ((copy + offset) > limit)
41 copy = limit - offset;
60 unsigned offset, unsigned len, unsigned limit)
76 limit);
111 copy_from_cb(msg, base, offset, msglen, limit);
117 offset &= (limit - 1);
35 copy_from_cb(void *dst, const void *base, unsigned offset, unsigned len, unsigned limit) argument
59 dlm_process_incoming_buffer(int nodeid, const void *base, unsigned offset, unsigned len, unsigned limit) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/iptables-1.x/include/linux/netfilter_ipv4/
H A Dipt_connlimit.h7 int limit; member in struct:ipt_connlimit_info
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/mm/
H A Dk8topology.c73 unsigned long base,limit; local
79 limit = read_pci_config(0, nb, 1, 0x44 + i*8);
81 nodeid = limit & 7;
90 base, limit);
94 if (!limit) {
99 if ((base >> 8) & 3 || (limit >> 8) & 3) {
101 nodeid, (base>>8)&3, (limit>>8) & 3);
110 limit >>= 16;
111 limit <<= 24;
112 limit |
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/frv/mm/
H A Delf-fdpic.c63 unsigned long limit; local
83 limit = (current->mm->start_stack - 0x00200000);
84 if (addr + len <= limit) {
85 limit -= len;
87 if (addr <= limit) {
90 if (addr > limit)
101 limit = TASK_SIZE - len;
102 if (addr <= limit) {
105 if (addr > limit)
112 if (!vma && addr <= limit)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-um/
H A Dhost_ldt-i386.h10 ((((info)->base_addr & 0x0000ffff) << 16) | ((info)->limit & 0x0ffff))
15 ((info)->limit & 0xf0000) | \
26 (info)->limit == 0 && \
H A Dhost_ldt-x86_64.h10 ((((info)->base_addr & 0x0000ffff) << 16) | ((info)->limit & 0x0ffff))
17 ((info)->limit & 0xf0000) | \
29 (info)->limit == 0 && \
H A Ddesc.h8 (info)->limit == 0 && \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/include/linux/netfilter/
H A Dxt_connlimit.h19 unsigned int limit; member in struct:xt_connlimit_info
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/include/sysdep-i386/
H A Dtls.h13 unsigned int limit; member in struct:um_dup_user_desc
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/include/sysdep-x86_64/
H A Dtls.h13 unsigned int limit; member in struct:um_dup_user_desc
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-i386/
H A Dldt.h18 unsigned int limit; member in struct:user_desc
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-x86_64/
H A Dldt.h15 /* Note on 64bit base and limit is ignored and you cannot set
21 unsigned int limit; member in struct:user_desc
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sched/
H A Dsch_fifo.c24 u32 limit; member in struct:fifo_sched_data
31 if (likely(sch->qstats.backlog + skb->len <= q->limit))
41 if (likely(skb_queue_len(&sch->q) < q->limit))
52 u32 limit = sch->dev->tx_queue_len ? : 1; local
55 limit *= sch->dev->mtu;
57 q->limit = limit;
64 q->limit = ctl->limit;
73 struct tc_fifo_qopt opt = { .limit
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/netem/
H A Dmaketable.c24 int limit; local
29 limit = 2*info.st_size/sizeof(double); /* @@ approximate */
31 limit = 10000;
34 x = calloc(limit, sizeof(double));
40 for (i=0; i<limit; ++i){
51 arraystats(double *x, int limit, double *mu, double *sigma, double *rho) argument
57 for (i=0; i<limit; ++i){
93 makedist(double *x, int limit, double mu, double sigma) argument
105 for (i=0; i < limit; ++i) {
123 cumulativedist(int *table, int limit, in argument
160 interpolatetable(short *table, int limit) argument
183 printtable(const short *table, int limit) argument
201 int limit; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acpi/
H A Dprocessor_thermal.c60 if (!pr->flags.limit)
64 if (pr->limit.user.tx > tx)
65 tx = pr->limit.user.tx;
66 if (pr->limit.thermal.tx > tx)
67 tx = pr->limit.thermal.tx;
74 pr->limit.state.px = px;
75 pr->limit.state.tx = tx;
78 "Processor [%d] limit set to (P%d:T%d)\n", pr->id,
79 pr->limit.state.px, pr->limit
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/partitions/
H A Dcheck.h18 int limit; member in struct:parsed_partitions
24 if (n < p->limit) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/libFLAC/include/private/
H A Dformat.h39 unsigned FLAC__format_get_max_rice_partition_order_from_blocksize_limited_max_and_predictor_order(unsigned limit, unsigned blocksize, unsigned predictor_order);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dind_block.c29 int limit = fs->blocksize >> 2; local
43 for (i = 0; i < limit; i++, block_nr++)
55 int limit = fs->blocksize >> 2; local
64 for (i = 0; i < limit; i++, block_nr++)
H A Dblock.c44 int i, flags, limit, offset; local
47 limit = ctx->fs->blocksize >> 2;
54 ctx->bcount += limit;
73 for (i = 0; i < limit; i++, ctx->bcount++, block_nr++) {
85 for (i = 0; i < limit; i++, ctx->bcount++, block_nr++) {
118 int i, flags, limit, offset; local
121 limit = ctx->fs->blocksize >> 2;
128 ctx->bcount += limit*limit;
147 for (i = 0; i < limit;
194 int i, flags, limit, offset; local
286 int limit; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-pxa/
H A Dsharpsl.h34 extern void corgibl_limit_intensity(int limit);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-rpc/
H A Dacornfb.h18 u_long limit; local
28 limit = 6578;
30 limit = 13157;
32 limit = 26315;
35 return acornfb_bandwidth(var) >= limit;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dgolomb.h237 static inline int get_ur_golomb(GetBitContext *gb, int k, int limit, int esc_len){ argument
247 if(log > 31-limit){
255 buf >>= 32 - limit - esc_len;
256 LAST_SKIP_BITS(re, gb, esc_len + limit);
259 return buf + limit - 1;
266 static inline int get_ur_golomb_jpegls(GetBitContext *gb, int k, int limit, int esc_len){ argument
276 if(log - k >= 32-MIN_CACHE_BITS+(MIN_CACHE_BITS==32) && 32-log < limit){
291 if(i < limit - 1){
301 }else if(i == limit - 1){
315 static inline int get_sr_golomb(GetBitContext *gb, int k, int limit, in argument
328 get_sr_golomb_flac(GetBitContext *gb, int k, int limit, int esc_len) argument
461 set_ur_golomb(PutBitContext *pb, int i, int k, int limit, int esc_len) argument
477 set_ur_golomb_jpegls(PutBitContext *pb, int i, int k, int limit, int esc_len) argument
504 set_sr_golomb(PutBitContext *pb, int i, int k, int limit, int esc_len) argument
516 set_sr_golomb_flac(PutBitContext *pb, int i, int k, int limit, int esc_len) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/netfilter/
H A Dnf_conntrack_sip.c193 int ct_sip_lnlen(const char *line, const char *limit) argument
197 while ((line <= limit) && (*line == '\r' || *line == '\n'))
200 while (line <= limit) {
214 const char *limit = haystack + (haystack_len - needle_len); local
216 while (haystack <= limit) {
231 const char *limit, int *shift)
234 while (dptr <= limit && isdigit(*dptr)) {
243 const char *limit, int *shift)
245 for (; dptr <= limit && *dptr == ' '; dptr++)
248 return digits_len(ct, dptr, limit, shif
230 digits_len(struct nf_conn *ct, const char *dptr, const char *limit, int *shift) argument
242 skp_digits_len(struct nf_conn *ct, const char *dptr, const char *limit, int *shift) argument
251 parse_addr(struct nf_conn *ct, const char *cp, const char **endp, union nf_conntrack_address *addr, const char *limit) argument
277 epaddr_len(struct nf_conn *ct, const char *dptr, const char *limit, int *shift) argument
297 skp_epaddr_len(struct nf_conn *ct, const char *dptr, const char *limit, int *shift) argument
328 const char *limit, *aux, *k = dptr; local
[all...]

Completed in 295 milliseconds

1234567891011>>