/kernel/linux/linux-5.10/arch/arm/mach-omap1/ |
H A D | gpio16xx.c | 39 .end = OMAP1_MPUIO_VBASE + SZ_2K - 1, 80 .end = OMAP1610_GPIO1_BASE + SZ_2K - 1, 124 .end = OMAP1610_GPIO2_BASE + SZ_2K - 1, 152 .end = OMAP1610_GPIO3_BASE + SZ_2K - 1, 180 .end = OMAP1610_GPIO4_BASE + SZ_2K - 1,
|
/kernel/linux/linux-6.6/arch/mips/cavium-octeon/ |
H A D | dma-octeon.c | 191 phys_addr_t start, end; in plat_swiotlb_setup() local 200 for_each_mem_range(i, &start, &end) { in plat_swiotlb_setup() 205 addr_size += (end - start); in plat_swiotlb_setup() 207 if (max_addr < end) in plat_swiotlb_setup() 208 max_addr = end; in plat_swiotlb_setup()
|
/kernel/linux/linux-6.6/arch/arm/mach-omap1/ |
H A D | gpio16xx.c | 31 .end = OMAP1_MPUIO_VBASE + SZ_2K - 1, 72 .end = OMAP1610_GPIO1_BASE + SZ_2K - 1, 116 .end = OMAP1610_GPIO2_BASE + SZ_2K - 1, 144 .end = OMAP1610_GPIO3_BASE + SZ_2K - 1, 172 .end = OMAP1610_GPIO4_BASE + SZ_2K - 1,
|
/kernel/linux/linux-6.6/arch/mips/mm/ |
H A D | c-r3k.c | 103 static void r3k_flush_icache_range(unsigned long start, unsigned long end) in r3k_flush_icache_range() argument 108 size = end - start; in r3k_flush_icache_range() 160 static void r3k_flush_dcache_range(unsigned long start, unsigned long end) in r3k_flush_dcache_range() argument 165 size = end - start; in r3k_flush_dcache_range() 232 unsigned long start, unsigned long end) in r3k_flush_cache_range() 231 r3k_flush_cache_range(struct vm_area_struct *vma, unsigned long start, unsigned long end) r3k_flush_cache_range() argument
|
/kernel/linux/linux-6.6/arch/mips/mti-malta/ |
H A D | malta-setup.c | 37 .end = 0x1f, 43 .end = 0x5f, 49 .end = 0x6f, 55 .end = 0x8f, 61 .end = 0xdf,
|
/kernel/linux/linux-6.6/arch/mips/pci/ |
H A D | pci-rc32434.c | 54 .end = 0x5FFFFFFF, 63 .end = 0x6FFFFFFF, 73 .end = 0x188FFFFF, 212 ioport_resource.end = rc32434_res_pci_io1.end; in rc32434_pci_init()
|
/kernel/linux/linux-6.6/arch/mips/sgi-ip22/ |
H A D | ip22-platform.c | 19 .end = SGI_WD93_0_IRQ, 47 .end = SGI_WD93_1_IRQ, 101 .end = SGI_ENET_IRQ, 126 .end = SGI_GIO_0_IRQ, 216 res.end = res.start + sizeof(hpc3c0->rtcregs) - 1; in sgi_ds1286_devinit()
|
/kernel/linux/linux-6.6/arch/sh/boards/mach-sdk7786/ |
H A D | setup.c | 29 .end = 0x07fff8b0 + sizeof(u16) - 1, 50 .end = 0x07ffff00 + SZ_256 - 1, 56 .end = evt2irq(0x2c0), 80 .end = 0x07fff9e0 + SZ_32 - 1, 93 .end = 0x07fffc30 + SZ_32 - 1,
|
/kernel/linux/linux-6.6/arch/sh/kernel/ |
H A D | machine_kexec.c | 160 crashk_res.end = crash_base + crash_size - 1; in reserve_crashkernel() 163 if (crashk_res.end == crashk_res.start) in reserve_crashkernel() 184 crashk_res.end = crashk_res.start + crash_size - 1; in reserve_crashkernel() 189 if ((memblock_end_of_DRAM() - memory_limit) <= crashk_res.end) { in reserve_crashkernel() 203 crashk_res.start = crashk_res.end = 0; in reserve_crashkernel()
|
/kernel/linux/linux-6.6/arch/x86/boot/compressed/ |
H A D | acpi.c | 79 u8 *end = buffer + length; in compute_checksum() local 82 while (buffer < end) in compute_checksum() 92 u8 *address, *end; in scan_mem_for_rsdp() local 94 end = start + length; in scan_mem_for_rsdp() 97 for (address = start; address < end; address += ACPI_RSDP_SCAN_STEP) { in scan_mem_for_rsdp()
|
/kernel/linux/linux-5.10/sound/isa/gus/ |
H A D | gus_volume.c | 62 unsigned short end, 74 end >>= 4; 75 if (start < end) 76 us /= end - start; 78 us /= start - end;
|
/kernel/linux/linux-5.10/drivers/mfd/ |
H A D | da9063-core.c | 36 .end = DA9063_IRQ_LDO_LIM, 45 .end = DA9063_IRQ_ALARM, 51 .end = DA9063_IRQ_TICK, 60 .end = DA9063_IRQ_ONKEY, 68 .end = DA9063_IRQ_ADC_RDY,
|
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/base/circbuf/src/ |
H A D | circbuf.c | 83 cb->desc->end = 0; in ia_css_circbuf_create() 133 max_offset = ia_css_circbuf_get_offset(cb, cb->desc->start, cb->desc->end); in ia_css_circbuf_extract() 154 * "end" position. in ia_css_circbuf_extract() 178 pos = ia_css_circbuf_get_pos_at_offset(cb, cb->desc->end, offset); in ia_css_circbuf_peek() 216 curr_end = cb->desc->end; in ia_css_circbuf_increase_size() 230 * but pointers to new elements can be added at the end in ia_css_circbuf_increase_size() 240 cb->desc->end = curr_size; in ia_css_circbuf_increase_size()
|
/kernel/linux/linux-6.6/drivers/mfd/ |
H A D | da9063-core.c | 36 .end = DA9063_IRQ_LDO_LIM, 45 .end = DA9063_IRQ_ALARM, 51 .end = DA9063_IRQ_TICK, 60 .end = DA9063_IRQ_ONKEY, 68 .end = DA9063_IRQ_ADC_RDY,
|
/kernel/linux/linux-6.6/drivers/xen/ |
H A D | unpopulated-alloc.c | 53 alloc_pages * PAGE_SIZE, mhp_range.start, mhp_range.end, in fill_list() 73 tmp_res->end = res->end; in fill_list() 93 .end = res->end, in fill_list()
|
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/base/circbuf/src/ |
H A D | circbuf.c | 83 cb->desc->end = 0; in ia_css_circbuf_create() 133 max_offset = ia_css_circbuf_get_offset(cb, cb->desc->start, cb->desc->end); in ia_css_circbuf_extract() 154 * "end" position. in ia_css_circbuf_extract() 178 pos = ia_css_circbuf_get_pos_at_offset(cb, cb->desc->end, offset); in ia_css_circbuf_peek() 216 curr_end = cb->desc->end; in ia_css_circbuf_increase_size() 230 * but pointers to new elements can be added at the end in ia_css_circbuf_increase_size() 240 cb->desc->end = curr_size; in ia_css_circbuf_increase_size()
|
/kernel/linux/linux-6.6/sound/isa/gus/ |
H A D | gus_volume.c | 62 unsigned short end, 74 end >>= 4; 75 if (start < end) 76 us /= end - start; 78 us /= start - end;
|
/kernel/linux/linux-6.6/mm/ |
H A D | percpu-stats.c | 56 int i, last_alloc, as_len, start, end; in chunk_map_stats() local 89 end = find_next_bit(chunk->bound_map, last_alloc, in chunk_map_stats() 93 end = find_next_bit(chunk->alloc_map, last_alloc, in chunk_map_stats() 98 alloc_sizes[as_len++] *= (end - start) * PCPU_MIN_ALLOC_SIZE; in chunk_map_stats() 100 start = end; in chunk_map_stats()
|
/third_party/ffmpeg/libavformat/ |
H A D | mpsubdec.c | 124 goto end; in mpsub_read_header() 129 goto end; in mpsub_read_header() 134 goto end; in mpsub_read_header() 159 goto end; in mpsub_read_header() 167 end: in mpsub_read_header()
|
/third_party/ffmpeg/tools/ |
H A D | target_bsf_fuzzer.c | 44 const uint8_t *end = data + size; in LLVMFuzzerTestOneInput() local 125 while (data < end) { in LLVMFuzzerTestOneInput() 127 while (data + sizeof(fuzz_tag) < end) { in LLVMFuzzerTestOneInput() 132 if (data + sizeof(fuzz_tag) > end) in LLVMFuzzerTestOneInput() 133 data = end; in LLVMFuzzerTestOneInput()
|
/third_party/benchmark/test/ |
H A D | skip_with_error_test.cc | 18 all_runs_.insert(all_runs_.end(), begin(report), end(report)); 64 } // end namespace 126 for (auto It = state.begin(), End = state.end(); It != End; ++It) { in BM_error_during_running_ranged_for() 192 assert(EB != ExpectedResults.end()); in main() 196 assert(EB == ExpectedResults.end()); in main()
|
/third_party/gn/src/gn/ |
H A D | string_atom_unittest.cc | 56 EXPECT_NE(foo_it, set.end()); 73 EXPECT_EQ(it, set.end()); 99 EXPECT_NE(foo_it, set.end()); 116 std::sort(ptrs.begin(), ptrs.end()); 128 EXPECT_EQ(it, set.end());
|
/third_party/libsnd/src/ALAC/ |
H A D | ALACBitUtilities.c | 37 bits->end = bits->cur + byteSize ; in BitBufferInit() 61 //Assert (bits->cur <= bits->end) ; in BitBufferRead() 85 //Assert (bits->cur <= bits->end) ; in BitBufferReadSmall() 104 //Assert (bits->cur <= bits->end) ; in BitBufferReadOne() 143 begin = bits->end - bits->byteSize ; in BitBufferGetPosition() 203 if (bits->cur < (bits->end - bits->byteSize)) in BitBufferRewind() 207 bits->cur = (bits->end - bits->byteSize) ; in BitBufferRewind() 256 bits->cur = bits->end - bits->byteSize ; in BitBufferReset()
|
/third_party/node/test/parallel/ |
H A D | test-https-autoselectfamily.js | 84 res.end('response-ipv4'); 105 res.on('end', common.mustCall(() => { 111 ).end(); 122 res.end('response-ipv4'); 128 res.end('response-ipv6'); 152 res.on('end', common.mustCall(() => { 159 ).end();
|
/third_party/mesa3d/src/mesa/vbo/ |
H A D | vbo_save_loopback.c | 103 const GLuint end = start + prim->count; in loopback_prim() local 110 prim->end ? "end" : "..", in loopback_prim() 111 start, end, in loopback_prim() 123 for (GLuint j = start; j < end; j++) { in loopback_prim() 130 if (prim->end) { in loopback_prim()
|