/kernel/linux/linux-6.6/drivers/scsi/hisi_sas/ |
H A D | hisi_sas_v2_hw.c | 775 int start, end; in slot_index_alloc_quirk_v2_hw() local 783 start = 1; in slot_index_alloc_quirk_v2_hw() 795 start = 64 * (sata_idx + 1); in slot_index_alloc_quirk_v2_hw() 801 start = find_next_zero_bit(bitmap, in slot_index_alloc_quirk_v2_hw() 802 hisi_hba->slot_index_count, start); in slot_index_alloc_quirk_v2_hw() 803 if (start >= end) { in slot_index_alloc_quirk_v2_hw() 810 if (sata_dev ^ (start & 1)) in slot_index_alloc_quirk_v2_hw() 812 start++; in slot_index_alloc_quirk_v2_hw() 815 set_bit(start, bitmap); in slot_index_alloc_quirk_v2_hw() 817 return start; in slot_index_alloc_quirk_v2_hw() [all...] |
/kernel/linux/linux-6.6/kernel/trace/ |
H A D | trace_events.c | 1631 /* ->stop() is called even if ->start() fails */ in f_start() 1648 .start = f_start, 2056 .start = t_start, 2063 .start = s_start, 2070 .start = p_start, 2077 .start = np_start, 3116 #define for_each_event(event, start, end) \ 3117 for (event = start; \ 3125 struct trace_event_call **call, **start, **end; in trace_module_add_events() local 3137 start in trace_module_add_events() [all...] |
/third_party/alsa-utils/aplay/ |
H A D | aplay.c | 179 void (*start) (int fd, size_t count); member 231 "-R, --start-delay=# delay for automatic PCM start is # microseconds \n" in usage() 247 " --max-file-time=# start another output file when the old file has recorded\n" in usage() 419 /* flag the capture loop to start a new output file */ in signal_handler_recycle() 506 {"start-delay", 1, 0, 'R'}, 734 error(_("invalid start delay argument '%s'"), optarg); 3213 char *start; local 3217 start = strchr(path + 1, '/'); 3219 start [all...] |
/third_party/icu/ohos_icu4c/src/ |
H A D | icu_addon.cpp | 534 void u_enumCharNames(UChar32 start, UChar32 limit, UEnumCharNamesFn *fn, void *context, UCharNameChoice nameChoice, in u_enumCharNames() argument 537 U_ICU_ENTRY_POINT_RENAME(u_enumCharNames)(start, limit, fn, context, nameChoice, pErrorCode); in u_enumCharNames() 877 void ubidi_setLine(const UBiDi *pParaBiDi, int32_t start, int32_t limit, UBiDi *pLineBiDi, UErrorCode *pErrorCode) in ubidi_setLine() argument 879 U_ICU_ENTRY_POINT_RENAME(ubidi_setLine)(pParaBiDi, start, limit, pLineBiDi, pErrorCode); in ubidi_setLine() 2371 int32_t uset_getItem(const USet *set, int32_t itemIndex, UChar32 *start, UChar32 *end, UChar *str, int32_t strCapacity, in uset_getItem() argument 2374 return U_ICU_ENTRY_POINT_RENAME(uset_getItem)(set, itemIndex, start, end, str, strCapacity, ec); in uset_getItem() 2388 USet *uset_open(UChar32 start, UChar32 end) in uset_open() argument 2390 return U_ICU_ENTRY_POINT_RENAME(uset_open)(start, end); in uset_open() 2470 int32_t start, int32_t *limit, UErrorCode *status) in utrans_transUChars() 2472 U_ICU_ENTRY_POINT_RENAME(utrans_transUChars)(trans, text, textLength, textCapacity, start, limi in utrans_transUChars() 2469 utrans_transUChars(const UTransliterator *trans, UChar *text, int32_t *textLength, int32_t textCapacity, int32_t start, int32_t *limit, UErrorCode *status) utrans_transUChars() argument [all...] |
/third_party/mesa3d/src/amd/common/ |
H A D | ac_nir_lower_ngg.c | 1743 int start, count; in lower_ngg_gs_emit_vertex_with_counter() local 1744 u_bit_scan_consecutive_range(&mask, &start, &count); in lower_ngg_gs_emit_vertex_with_counter() 1746 for (int c = start; c < start + count; ++c) { in lower_ngg_gs_emit_vertex_with_counter() 1748 values[c - start] = nir_load_var(b, s->output_vars[slot][c]); in lower_ngg_gs_emit_vertex_with_counter() 1755 .base = packed_location * 16 + start * 4, in lower_ngg_gs_emit_vertex_with_counter() 1916 int start, count; in ngg_gs_export_vertices() local 1917 u_bit_scan_consecutive_range(&mask, &start, &count); in ngg_gs_export_vertices() 1920 .base = packed_location * 16 + start * 4, in ngg_gs_export_vertices() 1928 .component = start, in ngg_gs_export_vertices() [all...] |
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfsresize.c | 168 u64 start; member 778 s64 lcn, lcn_length, start, len, inode; in collect_relocation_info() local 792 start = lcn; in collect_relocation_info() 796 start = new_vol_size; in collect_relocation_info() 815 (unsigned long long)start, (long long)len); in collect_relocation_info() 1007 static void progress_init(struct progress_bar *p, u64 start, u64 stop, int flags) in progress_init() argument 1009 p->start = start; in progress_init() 1011 p->unit = 100.0 / (stop - start); in progress_init() 1033 if ((current - p->start) in progress_update() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | sme.c | 574 int start) 1025 if (start) 1032 start == 2, NULL, 1046 wpa_s->sme.sae.state = start ? SAE_COMMITTED : SAE_CONFIRMED; 3086 int start, end; local 3112 start = wpa_s->assoc_freq - 10; 3118 start -= 20; 3127 start -= 20; 3132 wpa_s->assoc_freq, start, end); 3143 if (freq - 10 >= end || freq + 10 <= start) 572 sme_send_authentication(struct wpa_supplicant *wpa_s, struct wpa_bss *bss, struct wpa_ssid *ssid, int start) global() argument [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/af/ |
H A D | rvu_nix.c | 1892 int link, int *start, int *end) in nix_get_txschq_range() 1898 *start = hw->cap.nix_txsch_per_cgx_lmac * link; in nix_get_txschq_range() 1899 *end = *start + hw->cap.nix_txsch_per_lbk_lmac; in nix_get_txschq_range() 1901 *start = hw->cap.nix_txsch_per_cgx_lmac * link; in nix_get_txschq_range() 1902 *end = *start + hw->cap.nix_txsch_per_cgx_lmac; in nix_get_txschq_range() 1904 *start = (hw->cap.nix_txsch_per_cgx_lmac * hw->cgx_links) + in nix_get_txschq_range() 1906 *end = *start + hw->cap.nix_txsch_per_sdp_lmac; in nix_get_txschq_range() 1917 int link, start, end; in nix_check_txschq_alloc_req() local 1936 nix_get_txschq_range(rvu, pcifunc, link, &start, &end); in nix_check_txschq_alloc_req() 1937 schq = start in nix_check_txschq_alloc_req() 1891 nix_get_txschq_range(struct rvu *rvu, u16 pcifunc, int link, int *start, int *end) nix_get_txschq_range() argument 1959 nix_txsch_alloc(struct rvu *rvu, struct nix_txsch *txsch, struct nix_txsch_alloc_rsp *rsp, int lvl, int start, int end) nix_txsch_alloc() argument 2050 int lvl, idx, start, end; rvu_mbox_handler_nix_txsch_alloc() local [all...] |
/kernel/linux/linux-5.10/virt/kvm/ |
H A D | kvm_main.c | 82 /* The start value to grow halt_poll_ns from */ 160 unsigned long start, unsigned long end) in kvm_arch_mmu_notifier_invalidate_range() 496 unsigned long start, unsigned long end) in kvm_mmu_notifier_invalidate_range() 502 kvm_arch_mmu_notifier_invalidate_range(kvm, start, end); in kvm_mmu_notifier_invalidate_range() 539 need_tlb_flush = kvm_unmap_hva_range(kvm, range->start, range->end, in kvm_mmu_notifier_invalidate_range_start() 578 unsigned long start, in kvm_mmu_notifier_clear_flush_young() 587 young = kvm_age_hva(kvm, start, end); in kvm_mmu_notifier_clear_flush_young() 599 unsigned long start, in kvm_mmu_notifier_clear_young() 620 young = kvm_age_hva(kvm, start, end); in kvm_mmu_notifier_clear_young() 1099 int start) in kvm_memslot_move_forward() 159 kvm_arch_mmu_notifier_invalidate_range(struct kvm *kvm, unsigned long start, unsigned long end) kvm_arch_mmu_notifier_invalidate_range() argument 494 kvm_mmu_notifier_invalidate_range(struct mmu_notifier *mn, struct mm_struct *mm, unsigned long start, unsigned long end) kvm_mmu_notifier_invalidate_range() argument 576 kvm_mmu_notifier_clear_flush_young(struct mmu_notifier *mn, struct mm_struct *mm, unsigned long start, unsigned long end) kvm_mmu_notifier_clear_flush_young() argument 597 kvm_mmu_notifier_clear_young(struct mmu_notifier *mn, struct mm_struct *mm, unsigned long start, unsigned long end) kvm_mmu_notifier_clear_young() argument 1097 kvm_memslot_move_forward(struct kvm_memslots *slots, struct kvm_memory_slot *memslot, int start) kvm_memslot_move_forward() argument 2893 ktime_t start, cur, poll_end; kvm_vcpu_block() local [all...] |
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_bmap.c | 1382 * blocks at the end of the file which do not start at the previous data block, 1905 * We start with a delayed allocation: in xfs_bmap_add_extent_delay_real() 3022 * then move the start forward without adjusting the length. in xfs_bmap_extsize_align() 3035 * then move the start back without adjusting the length, in xfs_bmap_extsize_align() 3037 * This may of course make the start overlap previous block, in xfs_bmap_extsize_align() 3056 * the start forward to the first valid spot and set in xfs_bmap_extsize_align() 3082 * Try to fix it by moving the start up. in xfs_bmap_extsize_align() 3094 * Set the start to the minimum then trim the length. in xfs_bmap_extsize_align() 3181 * start block based on it. in xfs_bmap_adjacent() 3223 * start bloc in xfs_bmap_adjacent() 5256 __xfs_bunmapi( struct xfs_trans *tp, struct xfs_inode *ip, xfs_fileoff_t start, xfs_filblks_t *rlen, int flags, xfs_extnum_t nexts) __xfs_bunmapi() argument [all...] |
/kernel/linux/linux-6.6/fs/xfs/libxfs/ |
H A D | xfs_bmap.c | 1112 "Offset 0x%llx, start block 0x%llx, block count 0x%llx state 0x%x", in xfs_bmap_complain_bad_rec() 1334 * blocks at the end of the file which do not start at the previous data block, 1825 * We start with a delayed allocation: in xfs_bmap_add_extent_delay_real() 2942 * then move the start forward without adjusting the length. in xfs_bmap_extsize_align() 2955 * then move the start back without adjusting the length, in xfs_bmap_extsize_align() 2957 * This may of course make the start overlap previous block, in xfs_bmap_extsize_align() 2976 * the start forward to the first valid spot and set in xfs_bmap_extsize_align() 3002 * Try to fix it by moving the start up. in xfs_bmap_extsize_align() 3014 * Set the start to the minimum then trim the length. in xfs_bmap_extsize_align() 3096 * start bloc in xfs_bmap_adjacent() 5258 __xfs_bunmapi( struct xfs_trans *tp, struct xfs_inode *ip, xfs_fileoff_t start, xfs_filblks_t *rlen, uint32_t flags, xfs_extnum_t nexts) __xfs_bunmapi() argument [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/ |
H A D | sky2.c | 1035 static void sky2_ramset(struct sky2_hw *hw, u16 q, u32 start, u32 space) in sky2_ramset() argument 1040 start *= 1024/8; in sky2_ramset() 1042 end = start + space - 1; in sky2_ramset() 1045 sky2_write32(hw, RB_ADDR(q, RB_START), start); in sky2_ramset() 1047 sky2_write32(hw, RB_ADDR(q, RB_WP), start); in sky2_ramset() 1048 sky2_write32(hw, RB_ADDR(q, RB_RP), start); in sky2_ramset() 1261 /* Tell chip where to start receive checksum. 1451 unsigned char *start; in sky2_rx_alloc() local 1458 start = PTR_ALIGN(skb->data, 8); in sky2_rx_alloc() 1459 skb_reserve(skb, start in sky2_rx_alloc() 3892 unsigned int start; sky2_get_stats() local [all...] |
/kernel/linux/linux-6.6/drivers/irqchip/ |
H A D | irq-gic-v3-its.c | 1879 * start poking the virtual property table. in its_vlpi_map() 2120 * at the head of the list, and inserting new it the start of in free_lpi_range() 2226 phys_addr_t start, end, addr_end; in gic_check_reserved_range() local 2239 for_each_reserved_mem_range(i, &start, &end) { in gic_check_reserved_range() 2240 if (addr >= start && addr_end <= end) in gic_check_reserved_range() 3684 * If all interrupts have been freed, start mopping the in its_irq_domain_free() 4962 its_base = ioremap(res->start, SZ_64K); in its_map_one() 4964 pr_warn("ITS@%pa: Unable to map ITS registers\n", &res->start); in its_map_one() 4971 pr_warn("ITS@%pa: No ITS detected, giving up\n", &res->start); in its_map_one() 4978 pr_warn("ITS@%pa: Failed to quiesce, giving up\n", &res->start); in its_map_one() [all...] |
/third_party/backends/backend/ |
H A D | microtek.c | 673 /* start the scanner a-scannin' */ 682 0x01 | /* "start" */ in start_scan() 978 /* magic command to start calibration */ 2583 size_t start = (rb->head_complete + rb->complete_count) % rb->size; in pack_flat_data() local 2585 (start < rb->head_complete) ? in pack_flat_data() 2586 (rb->head_complete - start) : in pack_flat_data() 2587 (rb->size - start + rb->head_complete); in pack_flat_data() 2605 pos = start; in pack_flat_data() 2652 if ((start + length) < rb->size) { in pack_flat_data() 2653 memcpy(rb->base + start, in pack_flat_data() 2888 size_t start = (rb->head_complete + rb->complete_count) % rb->size; pack_seq2r2g2b_data() local [all...] |
/third_party/toybox/toys/pending/ |
H A D | awk.c | 718 // IS line_num getting incr correctly? Newline counts as start of line!? 1640 // Tokens that can start expression 1690 // expr can start with: in primary() 1876 // concat'ed expr can start w/ var number string func builtin $ ! ( (or ++ if prev was not lvalue) in cat_start_concated_expr() 2638 static int rx_find(regex_t *rx, char *s, regoff_t *start, regoff_t *end, int eflags) in rx_find() argument 2644 *start = matches[0].rm_so; in rx_find() 2651 static int rx_find_FS(regex_t *rx, char *s, regoff_t *start, regoff_t *end, int eflags) in rx_find_FS() argument 2653 int r = rx_find(rx, s, start, end, eflags); in rx_find_FS() 2654 if (r || *start != *end) return r; // not found, or found non-empty match in rx_find_FS() 2659 while (!r && *start in rx_find_FS() 3326 rx_findx(regex_t *rx, char *s, long len, regoff_t *start, regoff_t *end, int eflags) rx_findx() argument 3565 interpx(int start, int *status) interpx() argument 4332 interp(int start, int *status) interp() argument [all...] |
/third_party/libabigail/tests/lib/ |
H A D | catch.hpp | 14 // start catch.hpp 27 // start catch_suppress_warnings.h 68 // start catch_platform.h 97 // start catch_user_interfaces.h 104 // start catch_tag_alias_autoregistrar.h 106 // start catch_common.h 108 // start catch_compiler_capabilities.h 563 // start catch_test_registry.h 565 // start catch_interfaces_testcase.h 595 // start catch_stringre [all...] |
/third_party/python/Modules/ |
H A D | _testcapimodule.c | 2317 Py_ssize_t start, end; in unicode_findchar() local 2320 &start, &end, &direction)) { in unicode_findchar() 2324 result = PyUnicode_FindChar(str, (Py_UCS4)ch, start, end, direction); in unicode_findchar() 3418 struct timeval start, stop; in profile_int() local 3423 gettimeofday(&start, NULL); in profile_int() 3430 print_delta(1, &start, &stop); in profile_int() 3434 gettimeofday(&start, NULL); in profile_int() 3441 print_delta(2, &start, &stop); in profile_int() 3448 gettimeofday(&start, NULL); in profile_int() 3458 print_delta(3, &start, in profile_int() 4340 int start; global() member [all...] |
/base/powermgr/power_manager/services/native/src/suspend/ |
H A D | suspend_controller.cpp | 111 int64_t start = GetTickCount(); in TriggerSyncSleepCallbackInner() local 113 int64_t cost = GetTickCount() - start; in TriggerSyncSleepCallbackInner() 192 POWER_HILOGI(COMP_SVC, "start setting string update"); in UpdateSuspendSources() 216 POWER_HILOGI(COMP_SVC, "start updateListener"); in UpdateSuspendSources()
|
/base/telephony/call_manager/services/call_voice_assistant/src/ |
H A D | call_voice_assistant_manager.cpp | 163 TELEPHONY_LOGI("service is not start");
in PublishCommonEvent() 204 TELEPHONY_LOGI("start service success");
in OnStartService() 207 TELEPHONY_LOGE("start service failed");
in OnStartService() 401 auto fun = [&str](std::string key, std::string value, bool start = false, bool end = false) {
in GetSendString() 402 std::string first = (start) ? "{" : "";
in GetSendString() 646 TELEPHONY_LOGI("broadcast switch is open, start play system ring");
in OnReceiveEvent()
|
/foundation/arkui/ace_engine/frameworks/core/components/list/ |
H A D | render_list.cpp | 188 void RenderList::BuildNextItem(double start, double end, Offset position, Size viewPort) in BuildNextItem() argument 192 int32_t itemIndex = GetIndexByPosition(start); in BuildNextItem() 495 // recycle from [start to head] index. 736 // notify start position in global main axis
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_animator.cpp | 445 double start = info[0]->ToNumber<double>(); in HandleSpringMotion() local 453 auto springMotion = AceType::MakeRefPtr<SpringMotion>(start, end, velocity, springProperty); in HandleSpringMotion()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/ |
H A D | jsi_declarative_engine.h | 196 bool InitAceModule(const uint8_t* start, size_t length) in InitAceModule() argument 201 bool result = runtime_->EvaluateJsCode(start, length); in InitAceModule() 209 // ArkTsCard start
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/indexer/ |
H A D | indexer_select_test_ng.cpp | 25 auto start = pattern_->panEvent_->GetActionStartEventFunc(); in MoveIndex() local 27 start(gestureEvent); in MoveIndex()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/ |
H A D | text_select_overlay.cpp | 259 auto start = textPattern->GetTextSelector().GetTextStart(); in GetSelectedText() local 261 return textPattern->GetSelectedText(start, end); in GetSelectedText()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/ |
H A D | lazy_for_each_node.cpp | 395 void LazyForEachNode::DoSetActiveChildRange(int32_t start, int32_t end, int32_t cacheStart, int32_t cacheEnd) in DoSetActiveChildRange() argument 400 if (builder_->SetActiveChildRange(start, end)) { in DoSetActiveChildRange()
|