Home
last modified time | relevance | path

Searched refs:component2 (Results 1 - 7 of 7) sorted by relevance

/third_party/mbedtls/library/
H A Doid.c957 unsigned int component2; in FN_OID_TYPED_FROM_ASN1() local
961 component2 = value - 80; in FN_OID_TYPED_FROM_ASN1()
964 component2 = value - 40; in FN_OID_TYPED_FROM_ASN1()
967 component2 = value; in FN_OID_TYPED_FROM_ASN1()
969 ret = mbedtls_snprintf(p, n, "%c.%u", component1, component2); in FN_OID_TYPED_FROM_ASN1()
1049 unsigned int component1, component2; in mbedtls_oid_from_numeric_string() local
1096 ret = oid_parse_number(&component2, &str_ptr, str_bound); in mbedtls_oid_from_numeric_string()
1100 if ((component1 < 2) && (component2 > 39)) { in mbedtls_oid_from_numeric_string()
1114 if (component2 > (UINT_MAX - (component1 * 40))) { in mbedtls_oid_from_numeric_string()
1119 (component1 * 40) + component2); in mbedtls_oid_from_numeric_string()
[all...]
/third_party/typescript/tests/baselines/reference/
H A DtsxUnionSpread.js23 var component2 = <AnimalComponent {...props2} />
38 var component2 = <AnimalComponent {...props2}/>;
/third_party/astc-encoder/Source/
H A Dastcenc_averages_and_directions.cpp635 unsigned int component2, in compute_avgs_and_dirs_2_comp()
643 if (component1 == 0 && component2 == 1) in compute_avgs_and_dirs_2_comp()
650 else if (component1 == 0 && component2 == 2) in compute_avgs_and_dirs_2_comp()
657 else // (component1 == 1 && component2 == 2) in compute_avgs_and_dirs_2_comp()
659 assert(component1 == 1 && component2 == 2); in compute_avgs_and_dirs_2_comp()
631 compute_avgs_and_dirs_2_comp( const partition_info& pt, const image_block& blk, unsigned int component1, unsigned int component2, partition_metrics pm[BLOCK_MAX_PARTITIONS] ) compute_avgs_and_dirs_2_comp() argument
H A Dastcenc_ideal_endpoints_and_weights.cpp215 * @param component2 The second color component to compute.
222 int component2
237 if (component1 == 0 && component2 == 1)
244 else if (component1 == 0 && component2 == 2)
251 else // (component1 == 1 && component2 == 2)
253 assert(component1 == 1 && component2 == 2);
261 compute_avgs_and_dirs_2_comp(pi, blk, component1, component2, pms);
267 vmask4 comp2_mask = vint4::lane_id() == vint4(component2);
H A Dastcenc_internal.h1455 * @param component2 The second component included in the analysis.
1464 unsigned int component2,
/third_party/mesa3d/src/gallium/drivers/svga/include/
H A DVGPU10ShaderTokens.h810 unsigned int component2 : 4; member
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c6237 return_type.component2 = rt; in emit_resource_declarations()
6308 return_type.component2 = in emit_image_declarations()

Completed in 25 milliseconds