Home
last modified time | relevance | path

Searched refs:last_idx (Results 1 – 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
HDDWARFExpression.cpp1377 size_t last_idx = stack.size() - 1; in Evaluate() local
1378 Value old_top = stack[last_idx]; in Evaluate()
1379 stack[last_idx] = stack[last_idx - 1]; in Evaluate()
1380 stack[last_idx - 1] = stack[last_idx - 2]; in Evaluate()
1381 stack[last_idx - 2] = old_top; in Evaluate()
/freebsd-11-stable/sys/dev/et/
HDif_et.c2165 int error, i, idx, first_idx, last_idx, nsegs; in et_encap() local
2217 last_idx = -1; in et_encap()
2227 last_idx = idx; in et_encap()
2241 MPASS(last_idx >= 0); in et_encap()
2242 tbd->tbd_buf[first_idx].tb_dmap = tbd->tbd_buf[last_idx].tb_dmap; in et_encap()
2243 tbd->tbd_buf[last_idx].tb_dmap = map; in et_encap()
2244 tbd->tbd_buf[last_idx].tb_mbuf = m; in et_encap()
/freebsd-11-stable/sys/dev/bnxt/
HDbnxt.h482 uint32_t last_idx; /* Used by RX rings only member
HDif_bnxt.c1053 softc->rx_cp_rings[i].last_idx = UINT32_MAX; in bnxt_init()
/freebsd-11-stable/sys/dev/bxe/
HDbxe.c7874 char last_idx; in bxe_mc_assert() local
7879 last_idx = REG_RD8(sc, BAR_XSTRORM_INTMEM + XSTORM_ASSERT_LIST_INDEX_OFFSET); in bxe_mc_assert()
7880 if (last_idx) in bxe_mc_assert()
7881 BLOGE(sc, "XSTORM_ASSERT_LIST_INDEX 0x%x\n", last_idx); in bxe_mc_assert()
7901 last_idx = REG_RD8(sc, BAR_TSTRORM_INTMEM + TSTORM_ASSERT_LIST_INDEX_OFFSET); in bxe_mc_assert()
7902 if (last_idx) { in bxe_mc_assert()
7903 BLOGE(sc, "TSTORM_ASSERT_LIST_INDEX 0x%x\n", last_idx); in bxe_mc_assert()
7924 last_idx = REG_RD8(sc, BAR_CSTRORM_INTMEM + CSTORM_ASSERT_LIST_INDEX_OFFSET); in bxe_mc_assert()
7925 if (last_idx) { in bxe_mc_assert()
7926 BLOGE(sc, "CSTORM_ASSERT_LIST_INDEX 0x%x\n", last_idx); in bxe_mc_assert()
[all …]