Home
last modified time | relevance | path

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

/NextBSD/contrib/compiler-rt/lib/sanitizer_common/tests/
HDsanitizer_bitvector_test.cc35 uptr last_idx = bv.size(); in CheckBV() local
40 if (last_idx != bv.size()) in CheckBV()
41 EXPECT_LT(last_idx, idx); in CheckBV()
42 last_idx = idx; in CheckBV()
47 last_idx = bv.size(); in CheckBV()
50 if (last_idx != bv.size()) in CheckBV()
51 EXPECT_LT(last_idx, idx); in CheckBV()
52 last_idx = idx; in CheckBV()
/NextBSD/contrib/llvm/tools/lldb/source/Expression/
HDDWARFExpression.cpp1804 size_t last_idx = stack.size() - 1; in Evaluate() local
1805 Value old_top = stack[last_idx]; in Evaluate()
1806 stack[last_idx] = stack[last_idx - 1]; in Evaluate()
1807 stack[last_idx - 1] = stack[last_idx - 2]; in Evaluate()
1808 stack[last_idx - 2] = old_top; in Evaluate()
/NextBSD/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()
/NextBSD/sys/dev/bxe/
HDbxe.c8193 char last_idx; in bxe_mc_assert() local
8198 last_idx = REG_RD8(sc, BAR_XSTRORM_INTMEM + XSTORM_ASSERT_LIST_INDEX_OFFSET); in bxe_mc_assert()
8199 if (last_idx) in bxe_mc_assert()
8200 BLOGE(sc, "XSTORM_ASSERT_LIST_INDEX 0x%x\n", last_idx); in bxe_mc_assert()
8220 last_idx = REG_RD8(sc, BAR_TSTRORM_INTMEM + TSTORM_ASSERT_LIST_INDEX_OFFSET); in bxe_mc_assert()
8221 if (last_idx) { in bxe_mc_assert()
8222 BLOGE(sc, "TSTORM_ASSERT_LIST_INDEX 0x%x\n", last_idx); in bxe_mc_assert()
8243 last_idx = REG_RD8(sc, BAR_CSTRORM_INTMEM + CSTORM_ASSERT_LIST_INDEX_OFFSET); in bxe_mc_assert()
8244 if (last_idx) { in bxe_mc_assert()
8245 BLOGE(sc, "CSTORM_ASSERT_LIST_INDEX 0x%x\n", last_idx); in bxe_mc_assert()
[all …]