/third_party/mesa3d/src/gallium/drivers/lima/ |
H A D | lima_parser.c | 64 parse_vs_draw(FILE *fp, uint32_t *value1, uint32_t *value2) in parse_vs_draw() argument 66 if ((*value1 == 0x00000000) && (*value2 == 0x00000000)) in parse_vs_draw() 70 (*value1 & 0xff000000) >> 24 | (*value2 & 0x000000ff) << 8, in parse_vs_draw() 71 (*value1 & 0x00000001) ? "true" : "false"); in parse_vs_draw() 75 parse_vs_shader_info(FILE *fp, uint32_t *value1, uint32_t *value2) in parse_vs_shader_info() argument 78 (*value1 & 0xfff00000) >> 20, in parse_vs_shader_info() 79 (((*value1 & 0x000fffff) >> 10) + 1) << 4); in parse_vs_shader_info() 83 parse_vs_unknown1(FILE *fp, uint32_t *value1, uint32_t *value2) in parse_vs_unknown1() argument 89 parse_vs_varying_attribute_count(FILE *fp, uint32_t *value1, uint32_t *value2) in parse_vs_varying_attribute_count() argument 92 ((*value1 in parse_vs_varying_attribute_count() 96 parse_vs_attributes_address(FILE *fp, uint32_t *value1, uint32_t *value2) parse_vs_attributes_address() argument 103 parse_vs_varyings_address(FILE *fp, uint32_t *value1, uint32_t *value2) parse_vs_varyings_address() argument 110 parse_vs_uniforms_address(FILE *fp, uint32_t *value1, uint32_t *value2) parse_vs_uniforms_address() argument 117 parse_vs_shader_address(FILE *fp, uint32_t *value1, uint32_t *value2) parse_vs_shader_address() argument 124 parse_vs_semaphore(FILE *fp, uint32_t *value1, uint32_t *value2) parse_vs_semaphore() argument 139 parse_vs_unknown2(FILE *fp, uint32_t *value1, uint32_t *value2) parse_vs_unknown2() argument 145 parse_vs_continue(FILE *fp, uint32_t *value1, uint32_t *value2) parse_vs_continue() argument 153 uint32_t *value1; lima_parse_vs() local 196 parse_plbu_block_step(FILE *fp, uint32_t *value1, uint32_t *value2) parse_plbu_block_step() argument 205 parse_plbu_tiled_dimensions(FILE *fp, uint32_t *value1, uint32_t *value2) parse_plbu_tiled_dimensions() argument 213 parse_plbu_block_stride(FILE *fp, uint32_t *value1, uint32_t *value2) parse_plbu_block_stride() argument 219 parse_plbu_array_address(FILE *fp, uint32_t *value1, uint32_t *value2) parse_plbu_array_address() argument 226 parse_plbu_viewport_left(FILE *fp, float *value1, uint32_t *value2) parse_plbu_viewport_left() argument 232 parse_plbu_viewport_right(FILE *fp, float *value1, uint32_t *value2) parse_plbu_viewport_right() argument 238 parse_plbu_viewport_bottom(FILE *fp, float *value1, uint32_t *value2) parse_plbu_viewport_bottom() argument 244 parse_plbu_viewport_top(FILE *fp, float *value1, uint32_t *value2) parse_plbu_viewport_top() argument 250 parse_plbu_semaphore(FILE *fp, uint32_t *value1, uint32_t *value2) parse_plbu_semaphore() argument 261 parse_plbu_primitive_setup(FILE *fp, uint32_t *value1, uint32_t *value2) parse_plbu_primitive_setup() argument 273 parse_plbu_rsw_vertex_array(FILE *fp, uint32_t *value1, uint32_t *value2) parse_plbu_rsw_vertex_array() argument 281 parse_plbu_scissors(FILE *fp, uint32_t *value1, uint32_t *value2) parse_plbu_scissors() argument 293 parse_plbu_unknown_1(FILE *fp, uint32_t *value1, uint32_t *value2) parse_plbu_unknown_1() argument 299 parse_plbu_low_prim_size(FILE *fp, float *value1, uint32_t *value2) parse_plbu_low_prim_size() argument 305 parse_plbu_depth_range_near(FILE *fp, float *value1, uint32_t *value2) parse_plbu_depth_range_near() argument 311 parse_plbu_depth_range_far(FILE *fp, float *value1, uint32_t *value2) parse_plbu_depth_range_far() argument 317 parse_plbu_indexed_dest(FILE *fp, uint32_t *value1, uint32_t *value2) parse_plbu_indexed_dest() argument 323 parse_plbu_indexed_pt_size(FILE *fp, uint32_t *value1, uint32_t *value2) parse_plbu_indexed_pt_size() argument 329 parse_plbu_indices(FILE *fp, uint32_t *value1, uint32_t *value2) parse_plbu_indices() argument 335 parse_plbu_draw_arrays(FILE *fp, uint32_t *value1, uint32_t *value2) parse_plbu_draw_arrays() argument 351 parse_plbu_draw_elements(FILE *fp, uint32_t *value1, uint32_t *value2) parse_plbu_draw_elements() argument 362 parse_plbu_continue(FILE *fp, uint32_t *value1, uint32_t *value2) parse_plbu_continue() argument 368 parse_plbu_end(FILE *fp, uint32_t *value1, uint32_t *value2) parse_plbu_end() argument 376 uint32_t *value1; lima_parse_plbu() local [all...] |
/third_party/protobuf/js/experimental/runtime/kernel/ |
H A D | kernel_repeated_test.js | 470 const value1 = 1; 482 0x3F, // value1 502 0x00, // value1 524 0x3F, // value1 544 0x00, // value1 585 expectEqualToArray(list, [value1, value2]); 600 accessor.addUnpackedDoubleElement(1, value1); 605 expectEqualToArray(list1, [value1]); 606 expectEqualToArray(list2, [value1, value2]); 612 accessor.addUnpackedDoubleIterable(1, [value1]); [all...] |
/third_party/mbedtls/tests/src/ |
H A D | helpers.c | 439 unsigned long long value1, unsigned long long value2) in mbedtls_test_equal() 441 TEST_CF_PUBLIC(&value1, sizeof(value1)); in mbedtls_test_equal() 444 if (value1 == value2) { in mbedtls_test_equal() 461 value1, (long long) value1); in mbedtls_test_equal() 477 unsigned long long value1, unsigned long long value2) in mbedtls_test_le_u() 479 TEST_CF_PUBLIC(&value1, sizeof(value1)); in mbedtls_test_le_u() 482 if (value1 < in mbedtls_test_le_u() 438 mbedtls_test_equal(const char *test, int line_no, const char *filename, unsigned long long value1, unsigned long long value2) mbedtls_test_equal() argument 476 mbedtls_test_le_u(const char *test, int line_no, const char *filename, unsigned long long value1, unsigned long long value2) mbedtls_test_le_u() argument 514 mbedtls_test_le_s(const char *test, int line_no, const char *filename, long long value1, long long value2) mbedtls_test_le_s() argument [all...] |
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/ |
H A D | IcuDataTest.java | 60 icuData.add(fooBar, "value1"); in testGetPaths() 61 assertThat(icuData.get(fooBar)).contains(RbValue.of("value1")); in testGetPaths() 82 RbValue value1 = RbValue.of("the", "first", "value"); in addMultiple() 85 icuData.add(fooBar, value1); in addMultiple() 86 assertThat(icuData.get(fooBar)).containsExactly(value1); in addMultiple() 89 assertThat(icuData.get(fooBar)).containsExactly(value1, value2).inOrder(); in addMultiple() 92 icuData.add(fooBar, Arrays.asList(value2, value1)); in addMultiple() 93 assertThat(icuData.get(fooBar)).containsExactly(value1, value2, value2, value1).inOrder(); in addMultiple() 101 RbValue value1 in replace() [all...] |
/third_party/typescript/tests/baselines/reference/ |
H A D | dependentDestructuredVariables.js | 335 value1, 336 test1 = value1.test1, 337 test2 = value1.test2, 338 test3 = value1.test3, 339 test4 = value1.test4, 340 test5 = value1.test5, 341 test6 = value1.test6, 342 test7 = value1.test7, 343 test8 = value1.test8, 344 test9 = value1 [all...] |
H A D | exportImportCanSubstituteConstEnumForValue.js | 52 const value1 = ReExportedEnum.Cancel; 53 console.log(value1); 80 var value1 = 1 /* ReExportedEnum.Cancel */;
81 console.log(value1);
|
H A D | numericStringLiteralTypes.js | 35 f([container1, container2], (value1, value2) => { 36 value1; // string 51 f([container1, container2], function (value1, value2) {
52 value1; // string
|
/third_party/ffmpeg/libavfilter/ |
H A D | f_metadata.c | 95 const char *value1, const char *value2); 126 static int same_str(MetadataContext *s, const char *value1, const char *value2) in same_str() argument 128 return !strcmp(value1, value2); in same_str() 131 static int starts_with(MetadataContext *s, const char *value1, const char *value2) in starts_with() argument 133 return !strncmp(value1, value2, strlen(value2)); in starts_with() 136 static int ends_with(MetadataContext *s, const char *value1, const char *value2) in ends_with() argument 138 const int len1 = strlen(value1); in ends_with() 141 return !strncmp(value1 + FFMAX(len1 - len2, 0), value2, len2); in ends_with() 144 static int equal(MetadataContext *s, const char *value1, const char *value2) in equal() argument 148 if (sscanf(value1, " in equal() 154 less(MetadataContext *s, const char *value1, const char *value2) less() argument 164 greater(MetadataContext *s, const char *value1, const char *value2) greater() argument 174 parse_expr(MetadataContext *s, const char *value1, const char *value2) parse_expr() argument [all...] |
/third_party/python/Lib/test/ |
H A D | test_dict_version.py | 97 value1 = AlwaysEqual() 99 self.assertTrue(value1 == value2) 100 self.assertFalse(value1 != value2) 101 self.assertIsNot(value1, value2) 104 self.check_version_changed(d, d.__setitem__, 'key', value1) 105 self.assertIs(d['key'], value1) 114 self.check_version_changed(d, d.update, key=value1) 115 self.assertIs(d['key'], value1) 125 self.check_version_changed(d, d.setdefault, 'key', 'value1')
|
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | LazyFieldLite.java | 153 MessageLite value1 = value; in equals() 155 if (value1 == null && value2 == null) { in equals() 157 } else if (value1 != null && value2 != null) { in equals() 158 return value1.equals(value2); in equals() 159 } else if (value1 != null) { in equals() 160 return value1.equals(other.getValue(value1.getDefaultInstanceForType())); in equals()
|
/third_party/mesa3d/src/amd/addrlib/src/core/ |
H A D | addrcommon.h | 399 UINT_32 value1, in Min() 402 return ((value1 < (value2)) ? (value1) : value2); in Min() 414 INT_32 value1, in Min() 417 return ((value1 < (value2)) ? (value1) : value2); in Min() 429 UINT_32 value1, in Max() 432 return ((value1 > (value2)) ? (value1) : value2); in Max() 444 INT_32 value1, in Max() 398 Min( UINT_32 value1, UINT_32 value2) Min() argument 413 Min( INT_32 value1, INT_32 value2) Min() argument 428 Max( UINT_32 value1, UINT_32 value2) Max() argument 443 Max( INT_32 value1, INT_32 value2) Max() argument [all...] |
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
H A D | equivalence_relation.h | 73 // Requires that |value1| and |value2| are already registered in the 75 // |value1| and |value2|. 76 void MakeEquivalent(const T& value1, const T& value2) { in MakeEquivalent() argument 77 assert(Exists(value1) && in MakeEquivalent() 78 "Precondition: value1 must already be registered."); in MakeEquivalent() 83 const T* value1_ptr = *value_set_.find(&value1); in MakeEquivalent() 159 // Returns true if and only if |value1| and |value2| are in the same 162 bool IsEquivalent(const T& value1, const T& value2) const { in IsEquivalent() argument 163 return Find(&value1) == Find(&value2); in IsEquivalent()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
H A D | equivalence_relation.h | 73 // Requires that |value1| and |value2| are already registered in the 75 // |value1| and |value2|. 76 void MakeEquivalent(const T& value1, const T& value2) { in MakeEquivalent() argument 77 assert(Exists(value1) && in MakeEquivalent() 78 "Precondition: value1 must already be registered."); in MakeEquivalent() 83 const T* value1_ptr = *value_set_.find(&value1); in MakeEquivalent() 159 // Returns true if and only if |value1| and |value2| are in the same 162 bool IsEquivalent(const T& value1, const T& value2) const { in IsEquivalent() argument 163 return Find(&value1) == Find(&value2); in IsEquivalent()
|
/third_party/spirv-tools/source/fuzz/ |
H A D | equivalence_relation.h | 73 // Requires that |value1| and |value2| are already registered in the 75 // |value1| and |value2|. 76 void MakeEquivalent(const T& value1, const T& value2) { in MakeEquivalent() argument 77 assert(Exists(value1) && in MakeEquivalent() 78 "Precondition: value1 must already be registered."); in MakeEquivalent() 83 const T* value1_ptr = *value_set_.find(&value1); in MakeEquivalent() 159 // Returns true if and only if |value1| and |value2| are in the same 162 bool IsEquivalent(const T& value1, const T& value2) const { in IsEquivalent() argument 163 return Find(&value1) == Find(&value2); in IsEquivalent()
|
/third_party/PyYAML/tests/lib/ |
H A D | test_representer.py | 22 value1 = test_constructor._serialize_value(native1) 26 print(value1) 29 assert value1 == value2, (native1, native2)
|
H A D | test_recursive.py | 29 value1 = context['value'] 34 output1 = yaml.dump(value1) 40 print("VALUE1:", value1)
|
/third_party/node/test/js-native-api/2_function_arguments/ |
H A D | 2_function_arguments.c | 24 double value1; in Add() local 25 NODE_API_CALL(env, napi_get_value_double(env, args[1], &value1)); in Add() 28 NODE_API_CALL(env, napi_create_double(env, value0 + value1, &sum)); in Add()
|
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
H A D | MaxLimitTests.cpp | 38 value1 : u32; in TEST_P() 45 // padding such that value0 and value1 are the first and last bytes of the memory. in TEST_P() 48 value1 : u32; in TEST_P() 57 wg_data.value1 = 42u; in TEST_P() 65 dst.value1 = wg_data.value1; in TEST_P() 138 value1 : u32; in TEST_P() 147 result.value1 = buf.values[arrayLength(&buf.values) - 1u]; in TEST_P() 161 // padding such that value0 and value1 are the first and last bytes of the memory. in TEST_P() 164 value1 in TEST_P() 209 uint32_t value1 = 234; TEST_P() local [all...] |
/third_party/mbedtls/tests/include/test/ |
H A D | helpers.h | 270 * "EXPR1 == EXPR2" where EXPR1 has the value \p value1 274 * \param value1 The first value to compare. 280 unsigned long long value1, unsigned long long value2); 291 * "EXPR1 <= EXPR2" where EXPR1 has the value \p value1 295 * \param value1 The first value to compare. 298 * \return \c 1 if \p value1 <= \p value2, otherwise \c 0. 301 unsigned long long value1, unsigned long long value2); 312 * "EXPR1 <= EXPR2" where EXPR1 has the value \p value1 316 * \param value1 The first value to compare. 319 * \return \c 1 if \p value1 < [all...] |
/third_party/ffmpeg/libavutil/tests/ |
H A D | opt.c | 188 char *value1 = NULL; in main() local 197 ret1 = av_opt_get(&test_ctx, o->name, 0, (uint8_t **)&value1); in main() 199 ret2 = av_opt_set(&test2_ctx, o->name, value1, 0); in main() 205 ret1 >= 0 ? value1 : av_err2str(ret1), in main() 208 ret1 >= 0 && ret2 >= 0 && ret3 >= 0 && !strcmp(value1, value2) ? "OK" : "Mismatch"); in main() 209 av_free(value1); in main()
|
/third_party/node/deps/v8/src/compiler/ |
H A D | control-flow-optimizer.cc | 108 int32_t value1 = m1.right().ResolvedValue(); in TryBuildSwitch() local 109 if (values.find(value1) != values.end()) break; in TryBuildSwitch() 110 DCHECK_NE(value, value1); in TryBuildSwitch() 121 value = value1; in TryBuildSwitch()
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_shader_tess.cpp | 127 auto value1 = value_factory().temp_vec4(pin_group, {2, 3, 7, 7}); in store_tess_factor() local 128 emit_instruction(new AluInstr(op1_mov, value1[0], value_factory().src(instr->src[0], 2), in store_tess_factor() 130 emit_instruction(new AluInstr(op1_mov, value1[1], value_factory().src(instr->src[0], 3), in store_tess_factor() 132 emit_instruction(new WriteTFInstr(value1)); in store_tess_factor()
|
/third_party/vk-gl-cts/framework/referencerenderer/ |
H A D | rrFragmentOperations.hpp | 50 GenericVec4 value1; member 57 , value1 () in Fragment() 66 , value1 (value1_) in Fragment()
|
/third_party/protobuf/src/google/protobuf/util/ |
H A D | time_util.cc | 465 uint128 value1, value2; in operator %=() local 466 ToUint128(d1, &value1, &negative1); in operator %=() 468 uint128 result = value1 % value2; in operator %=() 481 uint128 value1, value2; in operator /() local 482 ToUint128(d1, &value1, &negative1); in operator /() 484 int64 result = Uint128Low64(value1 / value2); in operator /()
|
/third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/ |
H A D | GeneratedMessageTest.java | 106 TestAllTypes value1 = builder.build(); in testUsingBuilderMultipleTimes() 108 assertEquals(100, value1.getOptionalSfixed64()); in testUsingBuilderMultipleTimes() 109 assertEquals(100, value1.getRepeatedInt32(0)); in testUsingBuilderMultipleTimes() 111 value1.getOptionalImportEnum()); in testUsingBuilderMultipleTimes() 113 value1.getRepeatedImportEnum(0)); in testUsingBuilderMultipleTimes() 114 assertEquals(1, value1.getOptionalForeignMessage().getC()); in testUsingBuilderMultipleTimes() 115 assertEquals(1, value1.getRepeatedForeignMessage(0).getC()); in testUsingBuilderMultipleTimes() 127 // Make sure value1 didn't change. in testUsingBuilderMultipleTimes() 128 assertEquals(100, value1.getOptionalSfixed64()); in testUsingBuilderMultipleTimes() 129 assertEquals(100, value1 in testUsingBuilderMultipleTimes() [all...] |