/third_party/protobuf/php/ext/google/protobuf/ |
D | map.c | 54 upb_fieldtype_t val_type; member 123 intern->val_type = upb_fielddef_type(val_f); in MapField_GetPhpWrapper() 136 upb_fieldtype_t val_type = upb_fielddef_type(val_f); in MapField_GetUpbMap() local 144 upb_map *map = upb_map_new(arena, key_type, val_type); in MapField_GetUpbMap() 162 !Convert_PhpToUpbAutoWrap(php_val, &upb_val, val_type, desc, arena)) { in MapField_GetUpbMap() 174 if (intern->key_type != key_type || intern->val_type != val_type || in MapField_GetUpbMap() 201 zend_long key_type, val_type; in PHP_METHOD() local 204 if (zend_parse_parameters(ZEND_NUM_ARGS(), "ll|C", &key_type, &val_type, in PHP_METHOD() 210 intern->val_type = pbphp_dtype_to_type(val_type); in PHP_METHOD() 228 if (intern->val_type == UPB_TYPE_MESSAGE && klass == NULL) { in PHP_METHOD() [all …]
|
D | message.c | 705 const upb_fieldtype_t val_type = upb_fielddef_type(val_f); in PHP_METHOD() local 708 Convert_UpbToPhp(msgval, &ret, val_type, NULL, &intern->arena); in PHP_METHOD() 761 upb_fieldtype_t val_type = upb_fielddef_type(val_f); in PHP_METHOD() local 764 if (!Convert_PhpToUpb(val, &msgval, val_type, NULL, arena)) { in PHP_METHOD()
|
D | convert.c | 74 zval *val, *key_type, *val_type, *klass; in PHP_METHOD() local 76 &val_type, &klass) == FAILURE) { in PHP_METHOD()
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir_conversion_builder.h | 348 nir_ssa_def *val, nir_alu_type val_type, in nir_clamp_to_type_range() argument 381 if (val_type != src_type) { in nir_clamp_to_type_range() 382 nir_get_clamp_limits(b, val_type, dest_type, &val_low, &val_high); in nir_clamp_to_type_range()
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_sample_soa.c | 4149 LLVMTypeRef val_type[4]; in lp_build_sample_soa_func() local 4195 val_type[0] = val_type[1] = val_type[2] = val_type[3] = in lp_build_sample_soa_func() 4197 ret_type = LLVMStructTypeInContext(gallivm->context, val_type, 4, 0); in lp_build_sample_soa_func() 4841 LLVMTypeRef val_type[4]; in lp_build_sample_array_init_soa() local 4842 val_type[0] = val_type[1] = val_type[2] = val_type[3] = in lp_build_sample_array_init_soa() 4846 LLVMStructTypeInContext(gallivm->context, val_type, 4, 0); in lp_build_sample_array_init_soa()
|
/third_party/node/src/ |
D | node_crypto_common.cc | 714 int val_type = gen->d.otherName->value->type; in PrintGeneralName() local 716 (unicode && val_type != V_ASN1_UTF8STRING) || in PrintGeneralName() 717 (!unicode && val_type != V_ASN1_IA5STRING)) { in PrintGeneralName()
|
/third_party/alsa-lib/src/pcm/ |
D | pcm.c | 7859 #define __P_OLD_GET(pfx, name, val_type, ret_type) \ argument 7862 val_type val; \ 7868 #define __P_OLD_GET1(pfx, name, val_type, ret_type) \ argument 7871 val_type val; \ 7877 #define __OLD_GET(name, val_type, ret_type) __P_OLD_GET(__old_, name, val_type, ret_type) argument 7878 #define __OLD_GET1(name, val_type, ret_type) __P_OLD_GET1(__old_, name, val_type, ret_type) argument
|
/third_party/mesa3d/src/compiler/glsl/ |
D | builtin_functions.cpp | 1130 const glsl_type *val_type, 6063 const glsl_type *val_type, const glsl_type *bound_type) in _clamp() argument 6065 ir_variable *x = in_var(val_type, "x"); in _clamp() 6068 MAKE_SIG(val_type, avail, 3, x, minVal, maxVal); in _clamp() 6076 builtin_builder::_mix_lrp(builtin_available_predicate avail, const glsl_type *val_type, const glsl_… in _mix_lrp() argument 6078 ir_variable *x = in_var(val_type, "x"); in _mix_lrp() 6079 ir_variable *y = in_var(val_type, "y"); in _mix_lrp() 6081 MAKE_SIG(val_type, avail, 3, x, y, a); in _mix_lrp() 6090 const glsl_type *val_type, in _mix_sel() argument 6093 ir_variable *x = in_var(val_type, "x"); in _mix_sel() [all …]
|