Searched refs:stored_value (Results 1 - 6 of 6) sorted by relevance
/third_party/node/deps/v8/src/compiler/ |
H A D | wasm-escape-analysis.cc | 52 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 D | vars_tests.cpp | 419 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 D | test_set.py | 385 stored_value = s.pop() 386 self.assertEqual(type(stored_value), int)
|
/third_party/mesa3d/src/imgui/ |
H A D | imgui_widgets.cpp | 4733 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 D | imgui_widgets.cpp | 5791 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 D | test-assembler-aarch64.cc | 10785 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