Home
last modified time | relevance | path

Searched refs:cur_idx (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DUnwindLLDB.cpp126 uint32_t cur_idx = m_frames.size(); in GetOneMoreFrame() local
130 m_thread, prev_frame->reg_ctx_lldb_sp, cursor_sp->sctx, cur_idx, *this)); in GetOneMoreFrame()
142 if (cur_idx >= max_stack_depth) { in GetOneMoreFrame()
146 cur_idx < 100 ? cur_idx : 100, "", cur_idx); in GetOneMoreFrame()
165 cur_idx < 100 ? cur_idx : 100, "", cur_idx); in GetOneMoreFrame()
186 cur_idx < 100 ? cur_idx : 100, "", cur_idx); in GetOneMoreFrame()
205 cur_idx < 100 ? cur_idx : 100, "", cur_idx); in GetOneMoreFrame()
234 cur_idx < 100 ? cur_idx : 100, "", cur_idx); in GetOneMoreFrame()
241 cur_idx < 100 ? cur_idx : 100, "", cur_idx); in GetOneMoreFrame()
261 cur_idx < 100 ? cur_idx : 100, "", cur_idx); in GetOneMoreFrame()
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector.h204 uptr cur_idx = nodeToIndex(cur_node); in onLockBefore() local
205 return g_.isReachable(cur_idx, dtls->getLocks(current_epoch_)); in onLockBefore()
215 uptr cur_idx = nodeToIndex(cur_node);
216 dtls->addLock(cur_idx, current_epoch_, stk);
226 uptr cur_idx = nodeToIndexUnchecked(cur_node); in hasAllEdges() local
228 if (!g_.hasEdge(dtls->getLock(i), cur_idx)) in hasAllEdges()
243 uptr cur_idx = nodeToIndex(cur_node); in addEdges() local
245 uptr n_added_edges = g_.addEdges(dtls->getLocks(current_epoch_), cur_idx, in addEdges()
249 Edge e = {(u16)added_edges[i], (u16)cur_idx, in addEdges()
290 uptr cur_idx = nodeToIndex(cur_node);
[all …]
/freebsd/crypto/openssl/crypto/bn/asm/
H A Drsaz-avx512.pl541 my ($cur_idx,$idx,$ones) = map("%ymm$_", (21..23));
565 vmovdqa64 $t4, $cur_idx
569 vpcmpq \$0, $cur_idx, $idx, %k1 # mask of (idx == cur_idx)
571 vpaddq $ones, $cur_idx, $cur_idx # increment cur_idx
/freebsd/contrib/llvm-project/lldb/tools/compact-unwind/
H A Dcompact-unwind-dumper.c1331 uint32_t cur_idx = 0; in print_index_sections() local
1334 while (cur_idx < index_count) { in print_index_sections()
1335 baton.current_index_table_number = cur_idx; in print_index_sections()
1341 cur_idx, index_entry.functionOffset, in print_index_sections()
1386 cur_idx++; in print_index_sections()
/freebsd/sys/contrib/dev/rtw89/
H A Drtw8852c_rfk.c1908 u8 kidx = dpk->cur_idx[path]; in _dpk_information()
2514 dpk->cur_idx[path] = idx; in _dpk_reload_check()
2640 u8 kidx = dpk->cur_idx[path]; in _dpk_main()
2677 u8 kidx = dpk->cur_idx[path]; in _dpk_init()
2713 dpk->cur_idx[path] = !dpk->cur_idx[path]; in _dpk_cal_select()
2719 dpk->cur_idx[path] = 0; in _dpk_cal_select()
2725 path, dpk->cur_idx[path]); in _dpk_cal_select()
2737 path, dpk->cur_idx[path]); in _dpk_cal_select()
2748 path, dpk->cur_idx[path]); in _dpk_cal_select()
2816 u8 val, kidx = dpk->cur_idx[path]; in _dpk_onoff()
[all …]
H A Drtw8852b_rfk.c1702 u8 val, kidx = dpk->cur_idx[path]; in _dpk_onoff()
1768 u8 kidx = dpk->cur_idx[path]; in _dpk_information()
1776 path, dpk->cur_idx[path], phy, in _dpk_information()
2435 dpk->cur_idx[path] = idx; in _dpk_reload_check()
2448 u8 txagc = 0x38, kidx = dpk->cur_idx[path]; in _dpk_main()
2507 dpk->cur_idx[path] = !dpk->cur_idx[path]; in _dpk_cal_select()
2513 dpk->cur_idx[path] = 0; in _dpk_cal_select()
2604 kidx = dpk->cur_idx[path]; in _dpk_track()
H A Drtw8852a_rfk.c1856 u8 kidx = dpk->cur_idx[path]; in _dpk_information()
1864 path, dpk->cur_idx[path], phy, in _dpk_information()
2538 dpk->cur_idx[path] = idx; in _dpk_reload_check()
2551 u8 txagc = 0, kidx = dpk->cur_idx[path]; in _dpk_main()
2604 dpk->cur_idx[path] = !dpk->cur_idx[path]; in _dpk_cal_select()
2610 dpk->cur_idx[path] = 0; in _dpk_cal_select()
2702 u8 val, kidx = dpk->cur_idx[path]; in _dpk_onoff()
2725 kidx = dpk->cur_idx[path]; in _dpk_track()
H A Drtw8851b_rfk.c1726 u8 kidx = dpk->cur_idx[path]; in _dpk_onoff()
1743 u8 kidx = dpk->cur_idx[path]; in _dpk_init()
1754 u8 kidx = dpk->cur_idx[path]; in _dpk_information()
1762 path, dpk->cur_idx[path], phy, in _dpk_information()
2414 u8 kidx = dpk->cur_idx[path]; in _dpk_main()
2461 dpk->cur_idx[path] = 0; in _dpk_cal_select()
2481 path, dpk->cur_idx[path]); in _dpk_cal_select()
2528 kidx = dpk->cur_idx[path]; in _dpk_track()
H A Dpci.c49 u32 cur_idx, bool tx) in rtw89_pci_dma_recalc() argument
57 cur_rp = FIELD_GET(TXBD_HW_IDX_MASK, cur_idx); in rtw89_pci_dma_recalc()
1101 u32 cur_idx, cur_rp; in __pci_flush_txch() local
1110 cur_idx = rtw89_read32(rtwdev, bd_ring->addr.idx); in __pci_flush_txch()
1111 cur_rp = FIELD_GET(TXBD_HW_IDX_MASK, cur_idx); in __pci_flush_txch()
H A Dcore.h3890 u8 cur_idx[RTW89_DPK_RF_PATH]; member