Searched refs:off (Results 151 - 175 of 3466) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/iproute2/tc/
H A Dp_ip.c38 tkey->off = 12;
44 tkey->off = 16;
54 tkey->off = 1;
60 tkey->off = 0;
66 tkey->off = 9;
73 tkey->off = 1;
80 tkey->off = 6;
87 tkey->off = 6;
93 tkey->off = 6;
99 tkey->off
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/iproute2-3.x/tc/
H A Dp_ip.c38 tkey->off = 12;
44 tkey->off = 16;
54 tkey->off = 1;
60 tkey->off = 0;
66 tkey->off = 9;
73 tkey->off = 1;
80 tkey->off = 6;
87 tkey->off = 6;
93 tkey->off = 6;
99 tkey->off
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/ipv4/netfilter/
H A Dnf_nat_rtsp.c67 #define SKIP_WSPACE(ptr,len,off) while(off < len && isspace(*(ptr+off))) { off++; }
115 uint off = 0; local
135 off += 10;
136 SKIP_WSPACE(ptcp+tranoff, tranlen, off);
222 while (off < tranlen)
228 pparamend = memchr(ptran+off, ',', tranlen-off);
362 uint off; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/scsi/bfa/
H A Dbfad_fwimg.c100 bfi_image_ct_fc_get_chunk(u32 off) argument
101 { return (u32 *)(bfi_image_ct_fc + off); }
104 bfi_image_ct_cna_get_chunk(u32 off) argument
105 { return (u32 *)(bfi_image_ct_cna + off); }
108 bfi_image_cb_fc_get_chunk(u32 off) argument
109 { return (u32 *)(bfi_image_cb_fc + off); }
112 bfi_image_get_chunk(int type, uint32_t off) argument
115 case BFI_IMAGE_CT_FC: return bfi_image_ct_fc_get_chunk(off); break;
116 case BFI_IMAGE_CT_CNA: return bfi_image_ct_cna_get_chunk(off); break;
117 case BFI_IMAGE_CB_FC: return bfi_image_cb_fc_get_chunk(off); brea
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/scsi/bfa/
H A Dbfad_fwimg.c100 bfi_image_ct_fc_get_chunk(u32 off) argument
101 { return (u32 *)(bfi_image_ct_fc + off); }
104 bfi_image_ct_cna_get_chunk(u32 off) argument
105 { return (u32 *)(bfi_image_ct_cna + off); }
108 bfi_image_cb_fc_get_chunk(u32 off) argument
109 { return (u32 *)(bfi_image_cb_fc + off); }
112 bfi_image_get_chunk(int type, uint32_t off) argument
115 case BFI_IMAGE_CT_FC: return bfi_image_ct_fc_get_chunk(off); break;
116 case BFI_IMAGE_CT_CNA: return bfi_image_ct_cna_get_chunk(off); break;
117 case BFI_IMAGE_CB_FC: return bfi_image_cb_fc_get_chunk(off); brea
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/ipv4/netfilter/
H A Dnf_nat_rtsp.c67 #define SKIP_WSPACE(ptr,len,off) while(off < len && isspace(*(ptr+off))) { off++; }
115 uint off = 0; local
135 off += 10;
136 SKIP_WSPACE(ptcp+tranoff, tranlen, off);
222 while (off < tranlen)
228 pparamend = memchr(ptran+off, ',', tranlen-off);
362 uint off; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/plat-mxc/
H A Dtzic.c57 int index, off; local
60 off = irq & 0x1F;
61 __raw_writel(1 << off, tzic_base + TZIC_ENCLEAR0(index));
71 int index, off; local
74 off = irq & 0x1F;
75 __raw_writel(1 << off, tzic_base + TZIC_ENSET0(index));
91 unsigned int index, off; local
94 off = irq & 0x1F;
100 wakeup_intr[index] |= (1 << off);
102 wakeup_intr[index] &= ~(1 << off);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/plat-mxc/
H A Dtzic.c57 int index, off; local
60 off = irq & 0x1F;
61 __raw_writel(1 << off, tzic_base + TZIC_ENCLEAR0(index));
71 int index, off; local
74 off = irq & 0x1F;
75 __raw_writel(1 << off, tzic_base + TZIC_ENSET0(index));
91 unsigned int index, off; local
94 off = irq & 0x1F;
100 wakeup_intr[index] |= (1 << off);
102 wakeup_intr[index] &= ~(1 << off);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/
H A Dalpha-linux-tdep.c71 long i, off; local
77 off = alpha_linux_sigtramp_offset_1 (pc);
78 if (off < 0)
82 pc -= off;
85 if (i == off)
91 return off;
105 long off; local
110 off = alpha_linux_sigtramp_offset (pc);
111 gdb_assert (off >= 0);
122 if (alpha_read_insn (pc - off
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/
H A Dalpha-linux-tdep.c71 long i, off; local
77 off = alpha_linux_sigtramp_offset_1 (pc);
78 if (off < 0)
82 pc -= off;
85 if (i == off)
91 return off;
105 long off; local
110 off = alpha_linux_sigtramp_offset (pc);
111 gdb_assert (off >= 0);
122 if (alpha_read_insn (pc - off
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/
H A Dalpha-linux-tdep.c71 long i, off; local
77 off = alpha_linux_sigtramp_offset_1 (pc);
78 if (off < 0)
82 pc -= off;
85 if (i == off)
91 return off;
105 long off; local
110 off = alpha_linux_sigtramp_offset (pc);
111 gdb_assert (off >= 0);
122 if (alpha_read_insn (pc - off
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/ec/
H A Deck_prn.c71 int ECPKParameters_print_fp(FILE *fp, const EC_GROUP *x, int off) argument
82 ret = ECPKParameters_print(b, x, off);
87 int EC_KEY_print_fp(FILE *fp, const EC_KEY *x, int off) argument
98 ret = EC_KEY_print(b, x, off);
120 int EC_KEY_print(BIO *bp, const EC_KEY *x, int off) argument
127 ret = EVP_PKEY_print_private(bp, pk, off, NULL);
145 size_t len, int off);
147 int ECPKParameters_print(BIO *bp, const EC_GROUP *x, int off) argument
181 if (!BIO_indent(bp, off, 128))
271 if (!BIO_indent(bp, off, 12
355 print_bin(BIO *fp, const char *name, const unsigned char *buf, size_t len, int off) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/ec/
H A Deck_prn.c71 int ECPKParameters_print_fp(FILE *fp, const EC_GROUP *x, int off) argument
82 ret = ECPKParameters_print(b, x, off);
87 int EC_KEY_print_fp(FILE *fp, const EC_KEY *x, int off) argument
98 ret = EC_KEY_print(b, x, off);
120 int EC_KEY_print(BIO *bp, const EC_KEY *x, int off) argument
127 ret = EVP_PKEY_print_private(bp, pk, off, NULL);
145 size_t len, int off);
147 int ECPKParameters_print(BIO *bp, const EC_GROUP *x, int off) argument
181 if (!BIO_indent(bp, off, 128))
271 if (!BIO_indent(bp, off, 12
355 print_bin(BIO *fp, const char *name, const unsigned char *buf, size_t len, int off) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/ec/
H A Deck_prn.c71 int ECPKParameters_print_fp(FILE *fp, const EC_GROUP *x, int off) argument
82 ret = ECPKParameters_print(b, x, off);
87 int EC_KEY_print_fp(FILE *fp, const EC_KEY *x, int off) argument
98 ret = EC_KEY_print(b, x, off);
120 int EC_KEY_print(BIO *bp, const EC_KEY *x, int off) argument
127 ret = EVP_PKEY_print_private(bp, pk, off, NULL);
145 size_t len, int off);
147 int ECPKParameters_print(BIO *bp, const EC_GROUP *x, int off) argument
181 if (!BIO_indent(bp, off, 128))
271 if (!BIO_indent(bp, off, 12
355 print_bin(BIO *fp, const char *name, const unsigned char *buf, size_t len, int off) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/w1/slaves/
H A Dw1_ds2433.c55 static inline size_t w1_f23_fix_count(loff_t off, size_t count, size_t size) argument
57 if (off > size)
60 if ((off + count) > size)
61 return (size - off);
71 int off = block * W1_PAGE_SIZE; local
82 wrbuf[1] = off & 0xff;
83 wrbuf[2] = off >> 8;
85 w1_read_block(sl->master, &data->memory[off], W1_PAGE_SIZE);
88 if (crc16(CRC16_INIT, &data->memory[off], W1_PAGE_SIZE) == CRC16_VALID)
97 char *buf, loff_t off, size_
95 w1_f23_read_bin(struct file *filp, struct kobject *kobj, struct bin_attribute *bin_attr, char *buf, loff_t off, size_t count) argument
209 w1_f23_write_bin(struct file *filp, struct kobject *kobj, struct bin_attribute *bin_attr, char *buf, loff_t off, size_t count) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/w1/slaves/
H A Dw1_ds2433.c55 static inline size_t w1_f23_fix_count(loff_t off, size_t count, size_t size) argument
57 if (off > size)
60 if ((off + count) > size)
61 return (size - off);
71 int off = block * W1_PAGE_SIZE; local
82 wrbuf[1] = off & 0xff;
83 wrbuf[2] = off >> 8;
85 w1_read_block(sl->master, &data->memory[off], W1_PAGE_SIZE);
88 if (crc16(CRC16_INIT, &data->memory[off], W1_PAGE_SIZE) == CRC16_VALID)
97 char *buf, loff_t off, size_
95 w1_f23_read_bin(struct file *filp, struct kobject *kobj, struct bin_attribute *bin_attr, char *buf, loff_t off, size_t count) argument
209 w1_f23_write_bin(struct file *filp, struct kobject *kobj, struct bin_attribute *bin_attr, char *buf, loff_t off, size_t count) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/networking/udhcp/
H A Ddomain_codec.c156 int off; local
159 off = 0;
160 while (off < clen) {
161 c = cstr + off;
164 off += 2;
174 return off;
180 off += cstr[off] + 1;
184 off++;
199 int off; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/networking/udhcp/
H A Ddomain_codec.c156 int off; local
159 off = 0;
160 while (off < clen) {
161 c = cstr + off;
164 off += 2;
174 return off;
180 off += cstr[off] + 1;
184 off++;
199 int off; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/testsuite/gdb.base/
H A Dd10vovly.c98 unsigned long off; local
115 off = (logical & 0xffffffL);
119 if (off <= 0x7fffL)
120 physical = (0x10L << 24) + off;
129 if (off <= 0x1ffffL)
131 else if (off <= 0x3ffffL)
140 physical = (0x11L << 24) | off;
145 physical = ((map & 0x7fL) << 17) + (off & 0x1ffffL);
163 off = (physical & 0xffffffL);
168 *addr = (long *) (0x0000 + ((short)off
[all...]
H A Dm32rovly.c98 unsigned long off; local
115 off = (logical & 0xffffffL);
119 if (off <= 0x7fffL)
120 physical = (0x10L << 24) + off;
129 if (off <= 0x1ffffL)
131 else if (off <= 0x3ffffL)
140 physical = (0x11L << 24) | off;
145 physical = ((map & 0x7fL) << 17) + (off & 0x1ffffL);
163 off = (physical & 0xffffffL);
168 *addr = (long *) (0x0000 + ((short)off
[all...]
H A Dovlymgr.c120 unsigned long off; local
137 off = (logical & 0xffffffL);
141 if (off <= 0x7fffL)
142 physical = (0x10L << 24) + off;
151 if (off <= 0x1ffffL)
153 else if (off <= 0x3ffffL)
162 physical = (0x11L << 24) | off;
167 physical = ((map & 0x7fL) << 17) + (off & 0x1ffffL);
185 off = (physical & 0xffffffL);
190 *addr = (long *) (0x0000 + ((short)off
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/ps2/
H A Dmmi.h62 #define lq(base, off, reg) \
63 __asm__ volatile ("lq " #reg ", %0("#base ")" : : "i" (off) )
68 #define sq(reg, off, base) \
69 __asm__ volatile ("sq " #reg ", %0("#base ")" : : "i" (off) )
72 #define ld(base, off, reg) \
73 __asm__ volatile ("ld " #reg ", " #off "("#base ")")
76 #define ld3(base, off, reg) \
77 __asm__ volatile (".word %0" : : "i" ( 0xdc000000 | (base<<21) | (reg<<16) | (off)))
79 #define ldr3(base, off, reg) \
80 __asm__ volatile (".word %0" : : "i" ( 0x6c000000 | (base<<21) | (reg<<16) | (off)))
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/networking/udhcp/
H A Ddomain_codec.c156 int off; local
159 off = 0;
160 while (off < clen) {
161 c = cstr + off;
164 off += 2;
174 return off;
180 off += cstr[off] + 1;
184 off++;
199 int off; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/ps2/
H A Dmmi.h62 #define lq(base, off, reg) \
63 __asm__ volatile ("lq " #reg ", %0("#base ")" : : "i" (off) )
68 #define sq(reg, off, base) \
69 __asm__ volatile ("sq " #reg ", %0("#base ")" : : "i" (off) )
72 #define ld(base, off, reg) \
73 __asm__ volatile ("ld " #reg ", " #off "("#base ")")
76 #define ld3(base, off, reg) \
77 __asm__ volatile (".word %0" : : "i" ( 0xdc000000 | (base<<21) | (reg<<16) | (off)))
79 #define ldr3(base, off, reg) \
80 __asm__ volatile (".word %0" : : "i" ( 0x6c000000 | (base<<21) | (reg<<16) | (off)))
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/testsuite/gdb.base/
H A Dd10vovly.c98 unsigned long off; local
115 off = (logical & 0xffffffL);
119 if (off <= 0x7fffL)
120 physical = (0x10L << 24) + off;
129 if (off <= 0x1ffffL)
131 else if (off <= 0x3ffffL)
140 physical = (0x11L << 24) | off;
145 physical = ((map & 0x7fL) << 17) + (off & 0x1ffffL);
163 off = (physical & 0xffffffL);
168 *addr = (long *) (0x0000 + ((short)off
[all...]

Completed in 284 milliseconds

1234567891011>>