Searched refs:end (Results 276 - 300 of 10221) sorted by relevance

<<11121314151617181920>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/mm/
H A Dcache-feroceon-l2.c32 * end addresses to successive cp15 registers, and process every
34 * [start:end].
68 static inline void l2_clean_pa_range(unsigned long start, unsigned long end) argument
73 * Make sure 'start' and 'end' reference the same page, as
77 BUG_ON((start ^ end) >> PAGE_SHIFT);
81 va_end = va_start + (end - start);
98 static inline void l2_inv_pa_range(unsigned long start, unsigned long end) argument
103 * Make sure 'start' and 'end' reference the same page, as
107 BUG_ON((start ^ end) >> PAGE_SHIFT);
111 va_end = va_start + (end
135 calc_range_end(unsigned long start, unsigned long end) argument
164 feroceon_l2_inv_range(unsigned long start, unsigned long end) argument
194 feroceon_l2_clean_range(unsigned long start, unsigned long end) argument
213 feroceon_l2_flush_range(unsigned long start, unsigned long end) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/ceph/
H A Ddecode.h12 * void *end pointer to end of buffer (last byte + 1)
48 #define ceph_decode_need(p, end, n, bad) \
50 if (unlikely(*(p) + (n) > (end))) \
54 #define ceph_decode_64_safe(p, end, v, bad) \
56 ceph_decode_need(p, end, sizeof(u64), bad); \
59 #define ceph_decode_32_safe(p, end, v, bad) \
61 ceph_decode_need(p, end, sizeof(u32), bad); \
64 #define ceph_decode_16_safe(p, end, v, bad) \
66 ceph_decode_need(p, end, sizeo
144 ceph_encode_filepath(void **p, void *end, u64 ino, const char *path) argument
157 ceph_encode_string(void **p, void *end, const char *s, u32 len) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/mm/
H A Dcache-feroceon-l2.c32 * end addresses to successive cp15 registers, and process every
34 * [start:end].
68 static inline void l2_clean_pa_range(unsigned long start, unsigned long end) argument
73 * Make sure 'start' and 'end' reference the same page, as
77 BUG_ON((start ^ end) >> PAGE_SHIFT);
81 va_end = va_start + (end - start);
98 static inline void l2_inv_pa_range(unsigned long start, unsigned long end) argument
103 * Make sure 'start' and 'end' reference the same page, as
107 BUG_ON((start ^ end) >> PAGE_SHIFT);
111 va_end = va_start + (end
135 calc_range_end(unsigned long start, unsigned long end) argument
164 feroceon_l2_inv_range(unsigned long start, unsigned long end) argument
194 feroceon_l2_clean_range(unsigned long start, unsigned long end) argument
213 feroceon_l2_flush_range(unsigned long start, unsigned long end) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/expat-2.0.1/lib/
H A Dxmltok.h13 #define XML_TOK_TRAILING_RSQB -5 /* ] or ]] at the end of the scan; might be
19 #define XML_TOK_TRAILING_CR -3 /* A CR at the end of the scan;
155 const char *end,
159 const char *end,
176 /* Scan the string starting at ptr until the end of the next complete
190 set to point to the character following the end of that token.
198 #define XmlTok(enc, state, ptr, end, nextTokPtr) \
199 (((enc)->scanners[state])(enc, ptr, end, nextTokPtr))
201 #define XmlPrologTok(enc, ptr, end, nextTokPtr) \
202 XmlTok(enc, XML_PROLOG_STATE, ptr, end, nextTokPt
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/smbd/
H A Dfilename.c78 * this ./ as "end of component" */
83 /* Error code at the end of a pathname. */
127 char *start, *end; local
194 end = strrchr_m(name, '/');
195 if (end) {
196 pstrcpy(saved_last_component, end + 1);
236 /* Error code at the end of a pathname. */
278 for (; start ; start = (end?end+1:(char *)NULL)) {
280 * Pinpoint the end o
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/expat-2.0.1/lib/
H A Dxmltok.h13 #define XML_TOK_TRAILING_RSQB -5 /* ] or ]] at the end of the scan; might be
19 #define XML_TOK_TRAILING_CR -3 /* A CR at the end of the scan;
155 const char *end,
159 const char *end,
176 /* Scan the string starting at ptr until the end of the next complete
190 set to point to the character following the end of that token.
198 #define XmlTok(enc, state, ptr, end, nextTokPtr) \
199 (((enc)->scanners[state])(enc, ptr, end, nextTokPtr))
201 #define XmlPrologTok(enc, ptr, end, nextTokPtr) \
202 XmlTok(enc, XML_PROLOG_STATE, ptr, end, nextTokPt
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/source/smbd/
H A Dfilename.c78 * this ./ as "end of component" */
83 /* Error code at the end of a pathname. */
127 char *start, *end; local
194 end = strrchr_m(name, '/');
195 if (end) {
196 pstrcpy(saved_last_component, end + 1);
236 /* Error code at the end of a pathname. */
278 for (; start ; start = (end?end+1:(char *)NULL)) {
280 * Pinpoint the end o
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/expat-2.0.1/lib/
H A Dxmltok.h13 #define XML_TOK_TRAILING_RSQB -5 /* ] or ]] at the end of the scan; might be
19 #define XML_TOK_TRAILING_CR -3 /* A CR at the end of the scan;
155 const char *end,
159 const char *end,
176 /* Scan the string starting at ptr until the end of the next complete
190 set to point to the character following the end of that token.
198 #define XmlTok(enc, state, ptr, end, nextTokPtr) \
199 (((enc)->scanners[state])(enc, ptr, end, nextTokPtr))
201 #define XmlPrologTok(enc, ptr, end, nextTokPtr) \
202 XmlTok(enc, XML_PROLOG_STATE, ptr, end, nextTokPt
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/mach-imx/
H A Ddevices.c51 .end = 0x00224010,
55 .end = MX1_CSI_INT,
76 .end = 0x00204024,
80 .end = MX1_RTC_INT,
84 .end = MX1_RTC_SAMINT,
99 .end = 0x00201008,
103 .end = MX1_WDT_INT,
118 .end = 0x00212148,
122 .end = MX1_USBD_INT0,
126 .end
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/mach-imx/
H A Ddevices.c51 .end = 0x00224010,
55 .end = MX1_CSI_INT,
76 .end = 0x00204024,
80 .end = MX1_RTC_INT,
84 .end = MX1_RTC_SAMINT,
99 .end = 0x00201008,
103 .end = MX1_WDT_INT,
118 .end = 0x00212148,
122 .end = MX1_USBD_INT0,
126 .end
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/cifs/
H A Dasn1.c97 unsigned char *end; /* Octet after last octet */ member in struct:asn1_ctx
112 ctx->end = buf + len;
120 if (ctx->pointer >= ctx->end) {
195 if (*len > ctx->end - ctx->pointer)
477 unsigned char *end; local
487 if (asn1_header_decode(&ctx, &end, &cls, &con, &tag) == 0) {
497 rc = asn1_header_decode(&ctx, &end, &cls, &con, &tag);
501 rc = asn1_oid_decode(&ctx, end, &oid, &oidlen);
518 if (asn1_header_decode(&ctx, &end, &cls, &con, &tag) == 0) {
523 cFYI(1, "cls = %d con = %d tag = %d end
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/blackfin/mach-bf537/boards/
H A Dminotaur.c38 .end = 0x20312000,
42 .end = 0x20311FFF,
46 .end = IRQ_PF4,
50 .end = IRQ_PF6,
85 .end = 0x20300000 + 0x100,
89 .end = IRQ_PF7,
186 .end = SPI0_REGBASE + 0xFF,
191 .end = CH_SPI,
196 .end = IRQ_SPI,
217 .end
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/cifs/
H A Dasn1.c97 unsigned char *end; /* Octet after last octet */ member in struct:asn1_ctx
112 ctx->end = buf + len;
120 if (ctx->pointer >= ctx->end) {
195 if (*len > ctx->end - ctx->pointer)
477 unsigned char *end; local
487 if (asn1_header_decode(&ctx, &end, &cls, &con, &tag) == 0) {
497 rc = asn1_header_decode(&ctx, &end, &cls, &con, &tag);
501 rc = asn1_oid_decode(&ctx, end, &oid, &oidlen);
518 if (asn1_header_decode(&ctx, &end, &cls, &con, &tag) == 0) {
523 cFYI(1, "cls = %d con = %d tag = %d end
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/blackfin/mach-bf537/boards/
H A Dminotaur.c38 .end = 0x20312000,
42 .end = 0x20311FFF,
46 .end = IRQ_PF4,
50 .end = IRQ_PF6,
85 .end = 0x20300000 + 0x100,
89 .end = IRQ_PF7,
186 .end = SPI0_REGBASE + 0xFF,
191 .end = CH_SPI,
196 .end = IRQ_SPI,
217 .end
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/iproute2/lib/
H A Drt_names.c109 char *end; local
130 res = strtoul(arg, &end, 0);
131 if (!end || end == arg || *end || res > 255)
176 char *end; local
197 res = strtoul(arg, &end, 0);
198 if (!end || end == arg || *end || re
240 char *end; local
306 char *end; local
369 char *end; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/param/
H A Dparams.c34 * end-of-file. Comments and line continuation are handled
131 /* Find the end of the section. We must use mb functions for this. */
162 * considered end-of-file markers.
177 * Scan to the end of a comment.
181 * Output: The character that marks the end of the comment. Normally,
188 * considered end-of-file markers.
208 * pos - This is taken to be the offset of the end of the
243 int end; local
247 end = 0; /* <end> i
348 int end = 0; /* bufr[end] is current end-of-string. */ local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba/source/param/
H A Dparams.c34 * end-of-file. Comments and line continuation are handled
123 * considered end-of-file markers.
137 * Scan to the end of a comment.
141 * Output: The character that marks the end of the comment. Normally,
148 * considered end-of-file markers.
166 * pos - This is taken to be the offset of the end of the
215 int end; local
219 end = 0; /* <end> is the current "end o
317 int end = 0; /* bufr[end] is current end-of-string. */ local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/lib/util/
H A Dparams.c33 * end-of-file. Comments and line continuation are handled
125 * considered end-of-file markers.
139 * Scan to the end of a comment.
143 * Output: The character that marks the end of the comment. Normally,
150 * considered end-of-file markers.
168 * pos - This is taken to be the offset of the end of the
203 int end; local
207 end = 0; /* <end> is the current "end o
308 int end = 0; /* bufr[end] is current end-of-string. */ local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/asm-generic/
H A Dcacheflush.h14 #define flush_cache_range(vma, start, end) do { } while (0)
20 #define flush_icache_range(start, end) do { } while (0)
23 #define flush_cache_vmap(start, end) do { } while (0)
24 #define flush_cache_vunmap(start, end) do { } while (0)
H A Dpci.h12 * @region: converted bus-centric region (start,end)
22 region->end = res->end;
30 res->end = region->end;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/ceph/
H A Dcrypto.h23 void **p, void *end);
25 void **p, void *end);
45 extern int ceph_armor(char *dst, const char *src, const char *end);
46 extern int ceph_unarmor(char *dst, const char *src, const char *end);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/java/src/com/sleepycat/asm/
H A DHandler.java47 Label end; field in class:Handler
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/e2fsprogs/old_e2fsprogs/blkid/
H A Dread.c157 char *start, *tmp, *end, *name; local
170 end = skip_over_word(start);
172 DBG(DEBUG_READ, printf("device should be %*s\n", end - start, start));
175 *cp = end;
181 if (!(tmp = strrchr(end, '<')) || parse_end(&tmp) < 0) {
183 printf("blkid: missing </device> ending: %s\n", end));
187 if (end - start <= 1) {
192 name = blkid_strndup(start, end-start);
210 char *end; local
223 end
381 unsigned int end; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/lib/
H A Diomap_copy.c37 const u32 *end = src + count; local
39 while (src < end)
61 const u64 *end = src + count; local
63 while (src < end)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/tile/include/arch/
H A Dicache.h46 const char* start, *end; local
74 end = (const char*)addr + size - 1;
82 for (p = start; p <= end; p += CHIP_L1I_LINE_SIZE())
86 end += page_size;

Completed in 142 milliseconds

<<11121314151617181920>>