Searched refs:end (Results 51 - 75 of 2570) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sparc/
H A Dtlbflush.h17 #define local_flush_tlb_range(vma,start,end) BTFIXUP_CALL(local_flush_tlb_range)(vma,start,end)
24 unsigned long end);
36 // unsigned long start, unsigned long end);
37 #define flush_tlb_pgtables(mm, start, end) do{ }while(0)
41 #define flush_tlb_range(vma,start,end) BTFIXUP_CALL(flush_tlb_range)(vma,start,end)
46 #define flush_tlb_kernel_range(start, end) flush_tlb_all()
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-xtensa/
H A Dcacheflush.h80 #define flush_cache_vmap(start,end) __flush_invalidate_cache_all();
81 #define flush_cache_vunmap(start,end) __flush_invalidate_cache_all();
94 #define flush_cache_vmap(start,end) do { } while (0)
95 #define flush_cache_vunmap(start,end) do { } while (0)
100 #define flush_cache_range(vma,start,end) do { } while (0)
104 #define flush_icache_range(start,end) \
105 __invalidate_icache_range(start,(end)-(start))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/mm/
H A Dmadvise.c39 unsigned long start, unsigned long end, int behavior)
70 *prev = vma_merge(mm, *prev, start, end, new_flags, vma->anon_vma,
85 if (end != vma->vm_end) {
86 error = split_vma(mm, vma, end, 0);
108 unsigned long start, unsigned long end)
122 if (end > vma->vm_end)
123 end = vma->vm_end;
124 end = ((end - vma->vm_start) >> PAGE_SHIFT) + vma->vm_pgoff;
127 file, start, max_sane_readahead(end
37 madvise_behavior(struct vm_area_struct * vma, struct vm_area_struct **prev, unsigned long start, unsigned long end, int behavior) argument
106 madvise_willneed(struct vm_area_struct * vma, struct vm_area_struct ** prev, unsigned long start, unsigned long end) argument
150 madvise_dontneed(struct vm_area_struct * vma, struct vm_area_struct ** prev, unsigned long start, unsigned long end) argument
176 madvise_remove(struct vm_area_struct *vma, struct vm_area_struct **prev, unsigned long start, unsigned long end) argument
212 madvise_vma(struct vm_area_struct *vma, struct vm_area_struct **prev, unsigned long start, unsigned long end, int behavior) argument
286 unsigned long end, tmp; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libid3tag-0.15.0b/
H A Dutil.c41 id3_byte_t *end = data + length; local
47 for (ptr = data; ptr < end - 1; ++ptr) {
53 ptr = end;
54 end += bytes;
56 *--end = *--ptr;
58 for (count = bytes; count; *--end = *--ptr) {
60 *--end = 0x00;
75 id3_byte_t const *old, *end = data + length; local
81 for (old = new = data; old < end - 1; ++old) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/packages/libid3tag-0.15.0b/
H A Dutil.c41 id3_byte_t *end = data + length; local
47 for (ptr = data; ptr < end - 1; ++ptr) {
53 ptr = end;
54 end += bytes;
56 *--end = *--ptr;
58 for (count = bytes; count; *--end = *--ptr) {
60 *--end = 0x00;
75 id3_byte_t const *old, *end = data + length; local
81 for (old = new = data; old < end - 1; ++old) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/ms/
H A Dmw.bat9 if errorlevel 1 goto end
11 if errorlevel 1 goto end
15 if errorlevel 1 goto end
19 if errorlevel 1 goto end
21 if errorlevel 1 goto end
25 :end label
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/ms/
H A Dmw.bat9 if errorlevel 1 goto end
11 if errorlevel 1 goto end
15 if errorlevel 1 goto end
19 if errorlevel 1 goto end
21 if errorlevel 1 goto end
25 :end label
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/blackfin/mach-bf561/boards/
H A Dtepla.c27 .end = 0x2C000320,
31 .end = IRQ_PROG_INTB,
39 .end = IRQ_PF7,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-um/
H A Dtlbflush.h20 * - flush_tlb_range(vma, start, end) flushes a range of pages
21 * - flush_tlb_pgtables(mm, start, end) flushes a range of page tables
27 unsigned long end);
42 extern void flush_tlb_kernel_range(unsigned long start, unsigned long end);
46 unsigned long start, unsigned long end)
45 flush_tlb_pgtables(struct mm_struct *mm, unsigned long start, unsigned long end) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-cris/
H A Dtlbflush.h16 * - flush_tlb_range(mm, start, end) flushes a range of pages
36 static inline void flush_tlb_range(struct vm_area_struct * vma, unsigned long start, unsigned long end) argument
42 unsigned long start, unsigned long end)
53 #define flush_tlb_kernel_range(start, end) flush_tlb_all()
41 flush_tlb_pgtables(struct mm_struct *mm, unsigned long start, unsigned long end) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/asn1/
H A Dasn1_par.c146 goto end;
148 goto end;
154 <= 0) goto end;
160 goto end;
166 goto end;
169 goto end;
173 if (BIO_write(bp,"\n",1) <= 0) goto end;
179 goto end;
188 if (r == 0) { ret=0; goto end; }
198 if (r == 0) { ret=0; goto end; }
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/mm/
H A Dioremap.c23 phys_t end; local
29 end = address + size;
30 if (end > PMD_SIZE)
31 end = PMD_SIZE;
32 if (address >= end)
44 } while (address && (address < end));
50 phys_t end; local
53 end = address + size;
54 if (end > PGDIR_SIZE)
55 end
75 unsigned long end = address + size; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/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...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/param/
H A Dparams.c34 * end-of-file. Comments and line continuation are handled
129 /* Find the end of the section. We must use mb functions for this. */
160 * considered end-of-file markers.
175 * Scan to the end of a comment.
179 * Output: The character that marks the end of the comment. Normally,
186 * considered end-of-file markers.
206 * pos - This is taken to be the offset of the end of the
241 int end; local
245 end = 0; /* <end> i
352 int end = 0; /* bufr[end] is current end-of-string. */ local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/asm/
H A DHandler.java47 Label end; field in class:Handler
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/lib/
H A Drt_names.c110 char *end; local
131 res = strtoul(arg, &end, 0);
132 if (!end || end == arg || *end || res > 255)
177 char *end; local
198 res = strtoul(arg, &end, 0);
199 if (!end || end == arg || *end || re
241 char *end; local
307 char *end; local
370 char *end; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/
H A Dtmdiff.h73 double ms_time_diff(char *start,char *end);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/include/openssl/
H A Dtmdiff.h73 double ms_time_diff(char *start,char *end);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/uams/uams_krb4/
H A Dlifetime.c100 * lifetime char and returns the corresponding end time. There are
102 * meaning no expiration, and results in an end time of 0xffffffff.
104 * table. In this case, the end time is the start time plus the
109 * in seconds, which is added to start to produce the end time.
123 * krb_time_to_life - takes start and end times for the ticket and
126 * special case of (end == NEVERDATE) is handled to mean no
134 int krb_time_to_life(start, end)
136 u_int32_t end;
141 if (end == NEVERDATE) return TKTLIFENOEXPIRE;
142 lifetime = end
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/kernel/
H A Dexitcode.c41 char *end, buf[sizeof("nnnnn\0")]; local
47 tmp = simple_strtol(buf, &end, 0);
48 if((*end != '\0') && !isspace(*end))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-iop13xx/
H A Dtpmi.c43 .end = IOP13XX_TPMI_MMR(4) + IOP13XX_TPMI_MMR_SIZE,
48 .end = IOP13XX_TPMI_MEM(0) + IOP13XX_TPMI_MEM_SIZE,
53 .end = IOP13XX_TPMI_CTRL(0) + IOP13XX_TPMI_MEM_CTRL,
58 .end = IRQ_IOP13XX_TPMI0_OUT,
66 .end = IOP13XX_TPMI_MMR(1) + IOP13XX_TPMI_MMR_SIZE,
71 .end = IOP13XX_TPMI_MEM(1) + IOP13XX_TPMI_MEM_SIZE,
76 .end = IOP13XX_TPMI_CTRL(1) + IOP13XX_TPMI_MEM_CTRL,
81 .end = IRQ_IOP13XX_TPMI1_OUT,
89 .end = IOP13XX_TPMI_MMR(2) + IOP13XX_TPMI_MMR_SIZE,
94 .end
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/blkid/
H A Dread.c156 char *start, *tmp, *end, *name; local
169 end = skip_over_word(start);
171 DBG(DEBUG_READ, printf("device should be %*s\n", end - start, start));
174 *cp = end;
180 if (!(tmp = strrchr(end, '<')) || parse_end(&tmp) < 0) {
182 printf("blkid: missing </device> ending: %s\n", end));
186 if (end - start <= 1) {
191 name = blkid_strndup(start, end-start);
209 char *end; local
222 end
365 unsigned int end; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/libbb/
H A Dget_line_from_file.c16 * stored and free'ed by the caller. If end is NULL '\n' isn't considered
17 * end of line. If end isn't NULL, length of the chunk read is stored in it.
20 char *bb_get_chunk_from_file(FILE *file, int *end) argument
34 if (!ch || (end && ch == '\n'))
37 if (end)
38 *end = idx;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/
H A Dsparsemem.h22 extern void create_section_mapping(unsigned long start, unsigned long end);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-s390/
H A Dcacheflush.h11 #define flush_cache_range(vma, start, end) do { } while (0)
16 #define flush_icache_range(start, end) do { } while (0)
19 #define flush_cache_vmap(start, end) do { } while (0)
20 #define flush_cache_vunmap(start, end) do { } while (0)

Completed in 245 milliseconds

1234567891011>>