Searched refs:first_value (Results 1 - 8 of 8) sorted by relevance
/third_party/jerryscript/jerry-core/ecma/builtin-objects/ |
H A D | ecma-builtin-array-prototype.c | 761 ecma_value_t first_value = ecma_op_object_get_by_uint32_index (obj_p, 0); in ecma_builtin_array_prototype_object_shift() local 763 if (ECMA_IS_VALUE_ERROR (first_value)) in ecma_builtin_array_prototype_object_shift() 765 return first_value; in ecma_builtin_array_prototype_object_shift() 776 ecma_free_value (first_value); in ecma_builtin_array_prototype_object_shift() 798 ecma_free_value (first_value); in ecma_builtin_array_prototype_object_shift() 808 ecma_free_value (first_value); in ecma_builtin_array_prototype_object_shift() 817 ecma_free_value (first_value); in ecma_builtin_array_prototype_object_shift() 822 return first_value; in ecma_builtin_array_prototype_object_shift()
|
/third_party/jerryscript/jerry-core/ecma/base/ |
H A D | ecma-helpers-value.c | 270 ecma_are_values_integer_numbers (ecma_value_t first_value, /**< first ecma value */ in ecma_are_values_integer_numbers() argument 276 return ((first_value | second_value) & ECMA_DIRECT_TYPE_MASK) == ECMA_DIRECT_TYPE_INTEGER_VALUE; in ecma_are_values_integer_numbers()
|
H A D | ecma-helpers.h | 227 bool JERRY_ATTR_CONST ecma_are_values_integer_numbers (ecma_value_t first_value, ecma_value_t second_value);
|
/third_party/skia/src/utils/ |
H A D | SkJSON.cpp | 876 bool first_value = true; in Write() local 878 if (!first_value) stream->writeText(","); in Write() 880 first_value = false; in Write()
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/ |
H A D | esextcGeometryShaderLimits.cpp | 1889 const glw::GLint first_value = point * n_components_per_point + 1; in verifyResult() local 1891 const glw::GLint expected_value = ((first_value + last_value) * n_components_per_point) / 2; in verifyResult() 2209 const glw::GLint first_value = 1; in verifyResult() local 2211 const glw::GLint expected_value = ((first_value + last_value) * n_components_per_point) / 2; in verifyResult() 2517 const glw::GLint first_value = m_textures[0].data; in verifyResult() local 2519 const glw::GLint expected_value = ((first_value + last_value) * (point + 1)) / 2; in verifyResult()
|
/third_party/mesa3d/src/compiler/nir/tests/ |
H A D | vars_tests.cpp | 446 nir_ssa_def *first_value = nir_imm_ivec2(b, 10, 20); in TEST_F() local 447 nir_store_var(b, v[0], first_value, mask); in TEST_F() 475 nir_ssa_def *first_value = nir_imm_ivec2(b, 10, 20); in TEST_F() local 476 nir_store_var(b, v[0], first_value, 1 << 1); in TEST_F() 496 /* Store to v[1] should use first_value directly. The write of in TEST_F() 508 nir_ssa_def *first_value = nir_imm_ivec2(b, 10, 20); in TEST_F() local 509 nir_store_var(b, v[0], first_value, 1 << 1); in TEST_F() 535 /* Store to v[1] should use first_value directly. The write of in TEST_F() 548 nir_ssa_def *first_value = nir_imm_ivec2(b, 10, 20); in TEST_F() local 549 nir_store_var(b, v[0], first_value, mas in TEST_F() [all...] |
/third_party/node/deps/v8/src/objects/ |
H A D | elements.cc | 3540 ElementType first_value = AccessorClass::GetImpl(first, kShared); in ReverseImpl() local 3543 AccessorClass::SetImpl(last, first_value, kShared); in ReverseImpl()
|
/third_party/sqlite/src/ |
H A D | sqlite3.c | [all...] |
Completed in 147 milliseconds