/kernel/linux/linux-5.10/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-5.10/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-5.10/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-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()
|
/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/frame_rate_manager/ |
H A D | hgm_frame_rate_manager.cpp | 79 voters_(std::begin(VOTER_NAME), std::end(VOTER_NAME)) 102 if (configData->screenStrategyConfigs_.find(curScreenName) != configData->screenStrategyConfigs_.end()) { in Init() 596 std::sort(supportRefreshRateVec.begin(), supportRefreshRateVec.end()); in CalcRefreshRate() 597 auto iter = std::lower_bound(supportRefreshRateVec.begin(), supportRefreshRateVec.end(), range.preferred_); in CalcRefreshRate() 598 if (iter != supportRefreshRateVec.end()) { in CalcRefreshRate() 719 auto iter = std::find_if(config.begin(), config.end(), [&velocity](const auto& pair) { in GetPreferredFps() 722 if (iter != config.end()) { in GetPreferredFps() 768 auto event = std::find(voters_.begin(), voters_.end(), eventName); in HandleRefreshRateEvent() 769 if (event == voters_.end()) { in HandleRefreshRateEvent() 806 if (auto iter = voteRecord_.find("VOTER_GAMES"); iter != voteRecord_.end() in HandleTouchEvent() [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/grid_scroll/ |
H A D | grid_scroll_layout_algorithm.cpp | 222 const int32_t end = gridLayoutInfo_.endMainLineIndex_ + cacheCount; in Layout() local 224 for (auto i = start; i <= end; ++i) { in Layout() 227 if (line == gridLayoutInfo_.gridMatrix_.end()) { in Layout() 242 for (auto iter = line->second.begin(); iter != line->second.end(); ++iter) { in Layout() 249 if (crossIter == itemsCrossPosition_.end()) { in Layout() 269 if (frSize == itemsCrossSize_.end()) { in Layout() 389 // Step2: When done measure items in record, request new items to fill blank at end in FillGridViewportAndMeasureChildren() 391 if (gridLayoutInfo_.reachEnd_) { // If it reaches end when [FillBlankAtEnd], modify [currentOffset_] in FillGridViewportAndMeasureChildren() 456 gridLayoutInfo_.gridMatrix_.find(gridLayoutInfo_.startMainLineIndex_) != gridLayoutInfo_.gridMatrix_.end()) { in ReloadToStartIndex() 460 TAG_LOGI(AceLogTag::ACE_GRID, "data reload end, startIndex in ReloadToStartIndex() [all...] |
/foundation/multimedia/audio_framework/frameworks/native/audioeffect/src/ |
H A D | audio_enhance_chain_manager.cpp | 48 if (std::any_of(lib->effectName.begin(), lib->effectName.end(), in FindEnhanceLib() 187 priorSceneSet_.insert(managerParam.priorSceneList.begin(), managerParam.priorSceneList.end()); in InitAudioEnhanceChainManager() 250 if (item != AUDIO_ENHANCE_SUPPORTED_SCENE_TYPES.end()) { in ParseSceneKeyCode() 263 if (deviceItem != SUPPORTED_DEVICE_TYPE.end()) { in ParseSceneKeyCode() 274 if (deviceItem != SUPPORTED_DEVICE_TYPE.end()) { in ParseSceneKeyCode() 289 if (it != sceneTypeToEnhanceChainMap_.end() && it->second != nullptr) { in CreateAudioEnhanceChainDynamic() 334 if (mapIter == sceneTypeAndModeToEnhanceChainNameMap_.end()) { in GetEnhanceChainNameBySceneCode() 338 if (mapIter == sceneTypeAndModeToEnhanceChainNameMap_.end() || in GetEnhanceChainNameBySceneCode() 351 if (item != captureIdToDeviceNameMap_.end()) { in GetDeviceNameByCaptureId() 370 if (priorSceneSet_.find(sceneType) == priorSceneSet_.end()) { in CreateEnhanceChainInner() [all...] |
/foundation/multimedia/av_codec/test/moduletest/muxer/InnerAPI/ |
H A D | InnerAVMuxerStablityTest.cpp | 436 struct timeval start, end; in HWTEST_F() local 441 gettimeofday(&end, nullptr); in HWTEST_F() 442 totalTime += (end.tv_sec - start.tv_sec) + (end.tv_usec - start.tv_usec) / 1000000.0; in HWTEST_F() 466 struct timeval start, end; in HWTEST_F() local 471 gettimeofday(&end, nullptr); in HWTEST_F() 473 totalTime += (end.tv_sec - start.tv_sec) + (end.tv_usec - start.tv_usec) / 1000000.0; in HWTEST_F() 498 struct timeval start, end; in HWTEST_F() local 503 gettimeofday(&end, nullpt in HWTEST_F() 532 struct timeval start, end; HWTEST_F() local 569 struct timeval start, end; HWTEST_F() local 608 struct timeval start, end; HWTEST_F() local 635 struct timeval start, end; HWTEST_F() local [all...] |