/kernel/linux/linux-6.6/drivers/media/platform/mediatek/jpeg/ |
H A D | mtk_jpeg_core.c | 598 goto end; in mtk_jpeg_qbuf() 610 end: in mtk_jpeg_qbuf() 813 goto end; in mtk_jpeg_dec_buf_queue() 836 end: in mtk_jpeg_dec_buf_queue()
|
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/b43/ |
H A D | dma.c | 88 int start, int end, int irq) in op32_fill_descriptor() 107 if (end) in op32_fill_descriptor() 180 int start, int end, int irq) in op64_fill_descriptor() 199 if (end) in op64_fill_descriptor() 85 op32_fill_descriptor(struct b43_dmaring *ring, struct b43_dmadesc_generic *desc, dma_addr_t dmaaddr, u16 bufsize, int start, int end, int irq) op32_fill_descriptor() argument 177 op64_fill_descriptor(struct b43_dmaring *ring, struct b43_dmadesc_generic *desc, dma_addr_t dmaaddr, u16 bufsize, int start, int end, int irq) op64_fill_descriptor() argument
|
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/mwifiex/ |
H A D | tdls.c | 898 u8 *peer, *pos, *end; in mwifiex_process_tdls_action_frame() local 954 for (end = pos + ies_len; pos + 1 < end; pos += 2 + pos[1]) { in mwifiex_process_tdls_action_frame() 957 if (pos + 2 + ie_len > end) in mwifiex_process_tdls_action_frame()
|
/kernel/linux/linux-6.6/drivers/md/ |
H A D | dm-clone-target.c | 291 unsigned long end; in bio_region_range() local 294 end = bio_end_sector(bio) >> clone->region_shift; in bio_region_range() 296 if (*rs >= end) in bio_region_range() 299 *nr_regions = end - *rs; in bio_region_range()
|
/kernel/linux/linux-6.6/tools/perf/bench/ |
H A D | numa.c | 568 dprintf("\ntoken: {%s}, end: {%s}\n", tok, tok_end); in parse_setup_cpu_list() 715 dprintf("\ntoken: {%s}, end: {%s}\n", tok, tok_end); in parse_setup_node_list() 853 long start, end; in do_work() local 858 end = min(start + 1024, words-1); in do_work() 861 bzero(data + start, (end-start) * sizeof(u64)); in do_work() 863 for (j = start; j < end; j++) in do_work()
|
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/lib/ |
H A D | kvm_util.c | 557 * end - Ending VM physical address, inclusive. 565 * any portion of the guest physical addresses from start to end 571 userspace_mem_region_find(struct kvm_vm *vm, uint64_t start, uint64_t end) in userspace_mem_region_find() argument 581 if (start <= existing_end && end >= existing_start) in userspace_mem_region_find() 599 * end - Ending VM physical address, inclusive. 611 uint64_t end) in kvm_userspace_memory_region_find() 615 region = userspace_mem_region_find(vm, start, end); in kvm_userspace_memory_region_find() 610 kvm_userspace_memory_region_find(struct kvm_vm *vm, uint64_t start, uint64_t end) kvm_userspace_memory_region_find() argument
|
/kernel/linux/linux-6.6/security/tomoyo/ |
H A D | common.c | 2857 char *end = strchr(start, '\n'); in tomoyo_load_builtin_policy() local 2859 if (!end) in tomoyo_load_builtin_policy() 2861 *end = '\0'; in tomoyo_load_builtin_policy() 2865 start = end + 1; in tomoyo_load_builtin_policy()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | veristat.c | 489 const char *end = str; in append_filter() local 525 val = strtol(p, (char **)&end, 10); in append_filter() 526 if (errno || end == p || *end != '\0' ) { in append_filter() 800 /* next time start from end of previous line (or pos goes to <0) */ in parse_verif_log()
|
/kernel/linux/linux-6.6/drivers/scsi/libsas/ |
H A D | sas_expander.c | 1108 int i = 0, end = ex->num_phys; in sas_ex_discover_devices() local 1111 if (0 <= single && single < end) { in sas_ex_discover_devices() 1113 end = i+1; in sas_ex_discover_devices() 1116 for ( ; i < end; i++) { in sas_ex_discover_devices()
|
/kernel/linux/linux-6.6/kernel/time/ |
H A D | timekeeping.c | 1134 /* Interpolate shortest distance from beginning or end of history */ in adjust_historical_crosststamp() 1183 * timestamp_in_interval - true if ts is chronologically in [start, end] 1185 * True if ts occurs chronologically at or after start, and before or at end. 1187 static bool timestamp_in_interval(u64 start, u64 end, u64 ts) in timestamp_in_interval() argument 1189 if (ts >= start && ts <= end) in timestamp_in_interval() 1191 if (start > end && (ts >= start || ts <= end)) in timestamp_in_interval()
|
/kernel/linux/linux-6.6/scripts/dtc/ |
H A D | checks.c | 953 const char *str, *end; in node_is_compatible() local 959 for (str = prop->val.val, end = str + prop->val.len; str < end; in node_is_compatible() 960 str += strnlen(str, end - str) + 1) { in node_is_compatible()
|
/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | ability_manager_service.cpp | 2971 COMMON_PICKER_TYPE.find(targetType) != COMMON_PICKER_TYPE.end()) { in SetPickerElementName() 2988 if (it == pickerMap.end()) { in SetPickerElementName() 3909 if (it == preStartSessionMap_.end()) { in SetMinimizedDuringFreeInstall() 4987 for (auto iter = missionVector.begin(); iter != missionVector.end(); iter++) { in GetRemoteMissionInfo() 5310 std::string entry = "AbilityManagerService::AttachAbilityThread; the end of load lifecycle."; in AttachAbilityThread() 5427 std::vector<std::string> params(argList.begin() + MIN_DUMP_ARGUMENT_NUM, argList.end()); in DumpSysAbilityInner() 5454 std::vector<std::string> params(argList.begin() + MIN_DUMP_ARGUMENT_NUM, argList.end()); in DumpSysAbilityInnerBySCB() 5500 std::vector<std::string> params(argList.begin() + MIN_DUMP_ARGUMENT_NUM, argList.end()); in DumpSysStateInner() 5914 std::string entry = "AbilityManagerService::AbilityTransitionDone; the end of background lifecycle."; in AbilityTransitionDone() 5918 std::string entry = "AbilityManagerService::AbilityTransitionDone; the end o in AbilityTransitionDone() [all...] |
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/ |
H A D | web_delegate.cpp | 2693 auto dotCount = std::count(str.begin(), str.end(), '.'); in ratioStrToFloat() 2703 auto notDigitCount = std::count_if(str.begin(), str.end(), [](char c) { return !isdigit(c) && c != '.'; }); in ratioStrToFloat() 5117 removeQuotes.erase(std::remove(removeQuotes.begin(), removeQuotes.end(), '\"'), removeQuotes.end()); in OnMessage() 6426 for (; iter != embedDataInfo_.end(); iter++) { in OnNativeEmbedAllDestory() 6478 if (iter != embedDataInfo_.end()) { in OnNativeEmbedLifecycleChange() 6968 if (iter != embedDataInfo_.end()) { in GetPosition() 7076 TAG_LOGI(AceLogTag::ACE_WEB, "WebCustomKeyboard OnInterceptKeyboardAttach sync task end"); in OnInterceptKeyboardAttach() 7115 if (resultSafeArea.left_.IsValid() && resultSafeArea.left_.end > currentArea_.Left()) { in OnSafeInsetsChange() 7116 left = static_cast<int>(resultSafeArea.left_.start + resultSafeArea.left_.end); in OnSafeInsetsChange() [all...] |
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/ |
H A D | bundle_manager.cpp | 953 if (item != cache.end()) { in QueryAbilityInfosExec() 979 if (item == cache.end()) { in QueryAbilityInfosComplete() 1053 APP_LOGI_NOFUNC("napi QueryAbilityInfos end"); in QueryAbilityInfos() 1074 if (item != cache.end()) { in BatchQueryAbilityInfosExec() 1105 if (item == cache.end()) { in BatchQueryAbilityInfosComplete() 1238 if (item != cache.end()) { in QueryAbilityInfosSync() 1331 if (item != cache.end()) { in QueryExtensionInfosExec() 1358 if (item != cache.end()) { in QueryExtensionInfosComplete() 3519 if (item != cache.end()) { in GetApplicationInfoSync() 3601 if (item != cache.end()) { in GetBundleInfoSync() [all...] |
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | tcp_input.c | 249 * set then it is likely the end of an application write. So in tcp_measure_rcv_mss() 775 * sender will sit on his end and only queue most of his data, because 917 * end of slow start and should slow down. in tcp_update_pacing_rate() 1436 u32 end_seq = start_seq + shifted; /* end of newly-SACKed */ in tcp_shifted_skb() 2539 /* Happy end! We did not retransmit anything in tcp_try_undo_recovery() 3221 * arrived at the other end. 3478 * It's called toward the end of processing an ACK with precise rate 4748 * so we must end this loop right now. in tcp_ofo_queue() 4812 goto end; in tcp_data_queue_ofo() 4815 /* In the typical case, we are adding an skb to the end o in tcp_data_queue_ofo() 5155 tcp_collapse(struct sock *sk, struct sk_buff_head *list, struct rb_root *root, struct sk_buff *head, struct sk_buff *tail, u32 start, u32 end) tcp_collapse() argument 5265 u32 start, end; tcp_collapse_ofo_queue() local [all...] |
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | tcp_input.c | 257 * set then it is likely the end of an application write. So in tcp_measure_rcv_mss() 786 * sender will sit on his end and only queue most of his data, because 927 * end of slow start and should slow down. in tcp_update_pacing_rate() 1455 u32 end_seq = start_seq + shifted; /* end of newly-SACKed */ in tcp_shifted_skb() 2558 /* Happy end! We did not retransmit anything in tcp_try_undo_recovery() 3254 * arrived at the other end. 3510 * It's called toward the end of processing an ACK with precise rate 4794 * so we must end this loop right now. in tcp_ofo_queue() 4858 goto end; in tcp_data_queue_ofo() 4861 /* In the typical case, we are adding an skb to the end o in tcp_data_queue_ofo() 5216 tcp_collapse(struct sock *sk, struct sk_buff_head *list, struct rb_root *root, struct sk_buff *head, struct sk_buff *tail, u32 start, u32 end) tcp_collapse() argument 5326 u32 start, end; tcp_collapse_ofo_queue() local [all...] |
/foundation/arkui/ace_engine/test/unittest/core/pattern/overlay/ |
H A D | overlay_manager_testone_ng.cpp | 553 EXPECT_NE(overlayManager->sheetMap_.find(sheetKey), overlayManager->sheetMap_.end()); in HWTEST_F() 1467 EXPECT_TRUE(it != overlayManager->customKeyboardMap_.end()); in HWTEST_F() 1470 EXPECT_FALSE(it1 != overlayManager->customKeyboardMap_.end()); in HWTEST_F() 1718 EXPECT_TRUE(overlayManager->menuMap_.find(menuNode) != overlayManager->menuMap_.end()); in HWTEST_F() 1733 EXPECT_FALSE(overlayManager->menuMap_.find(menuNode1) != overlayManager->menuMap_.end()); in HWTEST_F()
|
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/media_library_manager_test/src/ |
H A D | media_library_manager_test.cpp | 148 MEDIA_INFO_LOG("TearDownTestCase end"); in TearDownTestCase() 284 MEDIA_INFO_LOG("CreateFile:: end Create file: %s", newName.c_str()); in CreateFile() 401 MEDIA_INFO_LOG("CreateFile:: end Create file: %{public}s", displayName.c_str()); in HWTEST_F() 433 MEDIA_INFO_LOG("CreateFile:: end Create file: %{public}s", displayName.c_str()); in HWTEST_F() 464 MEDIA_INFO_LOG("CreateFile:: end Create file: %{public}s", displayName.c_str()); in HWTEST_F() 479 MEDIA_INFO_LOG("CreateFile:: end Create file: %{public}s", displayName.c_str()); in HWTEST_F() 510 MEDIA_INFO_LOG("CreateFile:: end Create file: %{public}s", displayName.c_str()); in HWTEST_F() 1070 expectResult.insert(expectResult.end(), 5, 2); in HWTEST_F() 1074 expectResult.insert(expectResult.end(), 5, 3); in HWTEST_F() 1195 expectResult.insert(expectResult.end(), in HWTEST_F() [all...] |
/foundation/multimedia/media_library/frameworks/js/src/sendable/ |
H A D | sendable_photo_access_helper_napi.cpp | 709 fetchColumn.assign(validFetchColumns.begin(), validFetchColumns.end()); in AddDefaultPhotoAlbumColumns() 1010 context->fetchColumn.insert(context->fetchColumn.end(), in ParseLocationAlbumTypes() 1012 PhotoAlbumColumns::LOCATION_DEFAULT_FETCH_COLUMNS.end()); in ParseLocationAlbumTypes() 1134 context->fetchColumn.erase(std::remove(context->fetchColumn.begin(), context->fetchColumn.end(), in ParseArgsGetPhotoAlbum() 1135 PhotoAlbumColumns::ALBUM_ID), context->fetchColumn.end()); in ParseArgsGetPhotoAlbum()
|
/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/ |
H A D | input_manager_impl.cpp | 315 if (it == eventFilterServices_.end()) { in RemoveInputEventFilter() 1726 for (auto iter = anrObservers_.begin(); iter != anrObservers_.end(); ++iter) { in SetAnrObserver() 2463 if (ancoChannels_.find(consumer) != ancoChannels_.end()) { in AncoAddChannel() 2484 if (iter == ancoChannels_.end()) { in AncoRemoveChannel() 2543 if (iter == g_keyActionMap.end()) { in ConvertToCapiKeyAction()
|
/kernel/linux/linux-5.10/drivers/bus/ |
H A D | ti-sysc.c | 693 { .start = 0x44c00000, .end = 0x44c00000 + 0x300000, }, 695 { .start = 0x4a000000, .end = 0x4a000000 + 0x300000, }, 697 { .start = 0x4a300000, .end = 0x4a300000 + 0x30000, }, 699 { .start = 0x4ae00000, .end = 0x4ae00000 + 0x30000, }, 723 ddata->module_pa <= res->end) { in sysc_defer_non_critical()
|
/kernel/linux/linux-5.10/arch/x86/kernel/apic/ |
H A D | io_apic.c | 1586 unsigned long end = jiffies + 4; in delay_with_tsc() local 1600 time_before_eq(jiffies, end)); in delay_with_tsc() 1605 unsigned long end = jiffies + 4; in delay_without_tsc() local 1617 } while (band < 12 && time_before_eq(jiffies, end)); in delay_without_tsc() 1834 * Tail end of clearing remote IRR bit (either by delivering the EOI in ioapic_ack_level() 2710 ioapic_res->end = ioapic_phys + IO_APIC_SLOT_SIZE - 1; in io_apic_init_mappings()
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | esp_scsi.c | 529 u32 base, end; in esp_dma_length_limit() local 544 end = base + dma_len; in esp_dma_length_limit() 545 if (end > (1U << 24)) in esp_dma_length_limit() 546 end = (1U <<24); in esp_dma_length_limit() 547 dma_len = end - base; in esp_dma_length_limit() 1808 * interrupt at the end of a successful transfer. in esp_process_event()
|
/kernel/linux/linux-5.10/fs/nilfs2/ |
H A D | segment.c | 442 * nilfs_segctor_zeropad_segsum() zero-fills unallocated space at the end of 704 loff_t start, loff_t end) in nilfs_lookup_dirty_data_buffers() 712 if (unlikely(start != 0 || end != LLONG_MAX)) { in nilfs_lookup_dirty_data_buffers() 719 last = end >> PAGE_SHIFT; in nilfs_lookup_dirty_data_buffers() 1930 * end of the last page must be checked outside of the loop. in nilfs_segctor_complete_write() 2303 * @end: end byte offset (inclusive) 2319 loff_t start, loff_t end) in nilfs_construct_dsync_segment() 2352 sci->sc_dsync_end = end; in nilfs_construct_dsync_segment() 2654 /* end syn in nilfs_segctor_thread() 701 nilfs_lookup_dirty_data_buffers(struct inode *inode, struct list_head *listp, size_t nlimit, loff_t start, loff_t end) nilfs_lookup_dirty_data_buffers() argument 2318 nilfs_construct_dsync_segment(struct super_block *sb, struct inode *inode, loff_t start, loff_t end) nilfs_construct_dsync_segment() argument [all...] |
/kernel/linux/linux-5.10/kernel/ |
H A D | auditsc.c | 224 * ->first_trees points to its beginning, ->trees - to the current end of data. 1380 char *end = proctitle + len - 1; in audit_proctitle_rtrim() local 1381 while (end > proctitle && !isprint(*end)) in audit_proctitle_rtrim() 1382 end--; in audit_proctitle_rtrim() 1385 len = end - proctitle + 1; in audit_proctitle_rtrim() 1649 /* Send end of event record to help user space know we are finished */ in audit_log_exit() 2533 * store the priv escalation info for later auditing at the end of the syscall 2682 * audit_core_dumps - record information about processes that end abnormally
|