Home
last modified time | relevance | path

Searched refs:stored_value (Results 1 - 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/compiler/
H A Dwasm-escape-analysis.cc52 Node* stored_value = NodeProperties::GetValueInput(use, 2); in ReduceAllocateRaw() local
53 Revisit(stored_value); in ReduceAllocateRaw()
/third_party/mesa3d/src/compiler/nir/tests/
H A Dvars_tests.cpp419 nir_ssa_def *stored_value = nir_imm_ivec2(b, 10, 20); in TEST_F() local
420 nir_store_var(b, v[0], stored_value, mask); in TEST_F()
437 EXPECT_EQ(store->src[1].ssa, stored_value); in TEST_F()
1052 nir_ssa_def *stored_value = nir_imm_ivec2(b, 10, 20); in TEST_F() local
1053 nir_store_var(b, v[0], stored_value, mask); in TEST_F()
1073 EXPECT_EQ(store->src[1].ssa, stored_value); in TEST_F()
/third_party/python/Lib/test/
H A Dtest_set.py385 stored_value = s.pop()
386 self.assertEqual(type(stored_value), int)
/third_party/mesa3d/src/imgui/
H A Dimgui_widgets.cpp4733 const int stored_value = storage->GetInt(id, -1);
4734 if (stored_value == -1)
4741 is_open = stored_value != 0;
/third_party/skia/third_party/externals/imgui/
H A Dimgui_widgets.cpp5791 const int stored_value = storage->GetInt(id, -1);
5792 if (stored_value == -1)
5799 is_open = stored_value != 0;
/third_party/vixl/test/aarch64/
H A Dtest-assembler-aarch64.cc10785 uint64_t stored_value = arg2 & result_mask;
10786 ASSERT_EQUAL_64(stored_value, x10);
10787 ASSERT_EQUAL_64(stored_value, x11);
10788 ASSERT_EQUAL_64(stored_value, x12);
10789 ASSERT_EQUAL_64(stored_value, x13);

Completed in 39 milliseconds