Searched refs:end (Results 226 - 250 of 10221) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/sh/mm/
H A Dcache-sh2.c22 unsigned long begin, end; local
25 end = ((unsigned long)start + size + L1_CACHE_BYTES-1)
27 for (v = begin; v < end; v+=L1_CACHE_BYTES) {
43 unsigned long begin, end; local
46 end = ((unsigned long)start + size + L1_CACHE_BYTES-1)
49 for (v = begin; v < end; v+=L1_CACHE_BYTES)
74 unsigned long begin, end;
77 end = ((unsigned long)start + size + L1_CACHE_BYTES-1)
80 for (v = begin; v < end; v+=L1_CACHE_BYTES)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/x86/pci/
H A Dbus_numa.c52 resource_size_t end, unsigned long flags, int merge)
57 if (start > end)
76 common_end = min(res->end, end);
81 final_end = max(res->end, end);
84 res->end = final_end;
98 res->end = end;
51 update_res(struct pci_root_info *info, resource_size_t start, resource_size_t end, unsigned long flags, int merge) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/sh/mm/
H A Dcache-sh2.c22 unsigned long begin, end; local
25 end = ((unsigned long)start + size + L1_CACHE_BYTES-1)
27 for (v = begin; v < end; v+=L1_CACHE_BYTES) {
43 unsigned long begin, end; local
46 end = ((unsigned long)start + size + L1_CACHE_BYTES-1)
49 for (v = begin; v < end; v+=L1_CACHE_BYTES)
74 unsigned long begin, end;
77 end = ((unsigned long)start + size + L1_CACHE_BYTES-1)
80 for (v = begin; v < end; v+=L1_CACHE_BYTES)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/mips/cavium-octeon/
H A Dcsrc-octeon.c101 u64 cur, end, inc; local
106 end = cur + inc;
108 while (end > cur)
115 u64 cur, end, inc; local
120 end = cur + inc;
122 while (end > cur)
129 u64 cur, end; local
132 end = cur + loops;
134 while (end > cur)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/mach-s5pc100/
H A Dsetup-sdhci-gpio.c29 unsigned int end; local
37 end = S5PC100_GPG0(2 + num);
40 for (gpio = S5PC100_GPG0(0); gpio < end; gpio++) {
62 unsigned int end; local
64 end = S5PC100_GPG2(2 + width);
67 for (gpio = S5PC100_GPG2(0); gpio < end; gpio++) {
82 unsigned int end; local
84 end = S5PC100_GPG3(2 + width);
87 for (gpio = S5PC100_GPG3(0); gpio < end; gpio++) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/mips/cavium-octeon/
H A Dcsrc-octeon.c101 u64 cur, end, inc; local
106 end = cur + inc;
108 while (end > cur)
115 u64 cur, end, inc; local
120 end = cur + inc;
122 while (end > cur)
129 u64 cur, end; local
132 end = cur + loops;
134 while (end > cur)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/mach-s5pc100/
H A Dsetup-sdhci-gpio.c29 unsigned int end; local
37 end = S5PC100_GPG0(2 + num);
40 for (gpio = S5PC100_GPG0(0); gpio < end; gpio++) {
62 unsigned int end; local
64 end = S5PC100_GPG2(2 + width);
67 for (gpio = S5PC100_GPG2(0); gpio < end; gpio++) {
82 unsigned int end; local
84 end = S5PC100_GPG3(2 + width);
87 for (gpio = S5PC100_GPG3(0); gpio < end; gpio++) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libid3tag/
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) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libid3tag/
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) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libid3tag/
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) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/lzma/CPP/7zip/Compress/RangeCoder/
H A DRangeCoderBit.cpp21 UInt32 end = 1 << (kNumBits - i); local
22 for (UInt32 j = start; j < end; j++)
24 (((end - j) << kNumBitPriceShiftBits) >> (kNumBits - i - 1));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/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
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/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
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/lzma/CPP/7zip/Compress/RangeCoder/
H A DRangeCoderBit.cpp21 UInt32 end = 1 << (kNumBits - i); local
22 for (UInt32 j = start; j < end; j++)
24 (((end - j) << kNumBitPriceShiftBits) >> (kNumBits - i - 1));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/x86/kernel/
H A Dtest_rodata.c19 unsigned long start, end; local
66 printk(KERN_ERR "rodata_test: Test 3 failes (end data)\n");
71 end = (unsigned long)__end_rodata;
76 if (end & (PAGE_SIZE - 1)) {
77 printk(KERN_ERR "rodata_test: .rodata end is not 4k aligned\n");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/x86/mm/
H A Dmemtest.c43 u64 *p, *start, *end; local
50 end = start + (size - (start_phys_aligned - start_phys)) / incr;
54 for (p = start; p < end; p++)
57 for (p = start; p < end; p++, start_phys_aligned += incr) {
72 static void __init do_one_pass(u64 pattern, u64 start, u64 end) argument
76 while (start < end) {
80 if (start >= end)
82 if (start + size > end)
83 size = end - start;
110 void __init early_memtest(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/arch/mn10300/mm/
H A Dcache.c54 void flush_icache_range(unsigned long start, unsigned long end) argument
64 if (end > 0x80000000UL) {
66 if (end > 0xa0000000UL) {
67 end = 0xa0000000UL;
68 if (start >= end)
75 mn10300_dcache_flush_range(base, end);
78 end = base;
81 for (; start < end; start += size) {
85 size = end - start;
132 asmlinkage long sys_cacheflush(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.36/arch/x86/kernel/
H A Dtest_rodata.c19 unsigned long start, end; local
66 printk(KERN_ERR "rodata_test: Test 3 failes (end data)\n");
71 end = (unsigned long)__end_rodata;
76 if (end & (PAGE_SIZE - 1)) {
77 printk(KERN_ERR "rodata_test: .rodata end is not 4k aligned\n");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/x86/mm/
H A Dmemtest.c43 u64 *p, *start, *end; local
50 end = start + (size - (start_phys_aligned - start_phys)) / incr;
54 for (p = start; p < end; p++)
57 for (p = start; p < end; p++, start_phys_aligned += incr) {
72 static void __init do_one_pass(u64 pattern, u64 start, u64 end) argument
76 while (start < end) {
80 if (start >= end)
82 if (start + size > end)
83 size = end - start;
110 void __init early_memtest(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/arch/mips/bcm63xx/
H A Ddev-wdt.c17 .end = -1, /* filled at runtime */
32 wdt_resources[0].end = wdt_resources[0].start;
33 wdt_resources[0].end += RSET_WDT_SIZE - 1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/mach-ks8695/
H A Ddevices.c42 .end = KS8695_WAN_PA + 0x00ff,
48 .end = KS8695_IRQ_WAN_RX_STATUS,
54 .end = KS8695_IRQ_WAN_TX_STATUS,
60 .end = KS8695_IRQ_WAN_LINK,
66 .end = KS8695_MISC_PA + 0x1f,
86 .end = KS8695_LAN_PA + 0x00ff,
92 .end = KS8695_IRQ_LAN_RX_STATUS,
98 .end = KS8695_IRQ_LAN_TX_STATUS,
104 .end = KS8695_SWITCH_PA + 0x4f,
124 .end
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/plat-samsung/
H A Ddev-adc.c26 .end = SAMSUNG_PA_ADC + SZ_256 - 1,
31 .end = IRQ_TC,
36 .end = IRQ_ADC,
H A Ddev-rtc.c22 .end = S3C_PA_RTC + 0xff,
27 .end = IRQ_RTC_ALARM,
32 .end = IRQ_RTC_TIC,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/mach-mx25/
H A Ddevices.c30 .end = MX25_OTG_BASE_ADDR + 0x1ff,
34 .end = 37,
67 .end = MX25_OTG_BASE_ADDR + 0x5ff,
71 .end = 35,
90 .end = 0x53fe3fff,
94 .end = 26,
109 .end = 0x53fa3fff,
113 .end = 36,
128 .end = 0x53fabfff,
132 .end
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/mips/bcm63xx/
H A Ddev-wdt.c17 .end = -1, /* filled at runtime */
32 wdt_resources[0].end = wdt_resources[0].start;
33 wdt_resources[0].end += RSET_WDT_SIZE - 1;

Completed in 236 milliseconds

1234567891011>>