/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/dbus/ |
H A D | dbus_dict_helpers.c | 367 char array_type[10]; in wpa_dbus_dict_begin_array() local 370 err = os_snprintf(array_type, sizeof(array_type), in wpa_dbus_dict_begin_array() 373 if (os_snprintf_error(sizeof(array_type), err)) in wpa_dbus_dict_begin_array() 381 array_type, in wpa_dbus_dict_begin_array() 623 entry->array_type = DBUS_TYPE_BYTE; in _wpa_dbus_dict_entry_get_byte_array() 673 DBusMessageIter *iter, int array_type, in _wpa_dbus_dict_entry_get_string_array() 681 entry->array_type = DBUS_TYPE_STRING; in _wpa_dbus_dict_entry_get_string_array() 750 entry->array_type = WPAS_DBUS_TYPE_BINARRAY; in _wpa_dbus_dict_entry_get_binarray() 823 int array_type in _wpa_dbus_dict_entry_get_array() local 672 _wpa_dbus_dict_entry_get_string_array( DBusMessageIter *iter, int array_type, struct wpa_dbus_dict_entry *entry) _wpa_dbus_dict_entry_get_string_array() argument [all...] |
H A D | dbus_new_handlers_p2p.c | 35 entry.array_type != DBUS_TYPE_BYTE || in wpas_dbus_validate_dbus_ipaddr() 110 entry.array_type != WPAS_DBUS_TYPE_BINARRAY) in wpas_dbus_handler_p2p_find() 1020 entry.array_type != DBUS_TYPE_BYTE || in wpas_dbus_setter_p2p_device_config() 1031 entry.array_type != WPAS_DBUS_TYPE_BINARRAY || in wpas_dbus_setter_p2p_device_config() 1048 entry.array_type != WPAS_DBUS_TYPE_BINARRAY || in wpas_dbus_setter_p2p_device_config() 2561 entry.array_type != WPAS_DBUS_TYPE_BINARRAY || in wpas_dbus_setter_p2p_group_vendor_ext() 2632 entry.array_type != DBUS_TYPE_BYTE) in wpas_dbus_handler_p2p_add_service() 2639 entry.array_type != DBUS_TYPE_BYTE) in wpas_dbus_handler_p2p_add_service() 2717 entry.array_type != DBUS_TYPE_BYTE) in wpas_dbus_handler_p2p_delete_service() 2805 entry.array_type ! in wpas_dbus_handler_p2p_service_sd_req() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/dbus/ |
H A D | dbus_dict_helpers.c | 367 char array_type[10]; in wpa_dbus_dict_begin_array() local 370 err = os_snprintf(array_type, sizeof(array_type), in wpa_dbus_dict_begin_array() 373 if (os_snprintf_error(sizeof(array_type), err)) in wpa_dbus_dict_begin_array() 381 array_type, in wpa_dbus_dict_begin_array() 623 entry->array_type = DBUS_TYPE_BYTE; in _wpa_dbus_dict_entry_get_byte_array() 673 DBusMessageIter *iter, int array_type, in _wpa_dbus_dict_entry_get_string_array() 681 entry->array_type = DBUS_TYPE_STRING; in _wpa_dbus_dict_entry_get_string_array() 750 entry->array_type = WPAS_DBUS_TYPE_BINARRAY; in _wpa_dbus_dict_entry_get_binarray() 823 int array_type in _wpa_dbus_dict_entry_get_array() local 672 _wpa_dbus_dict_entry_get_string_array( DBusMessageIter *iter, int array_type, struct wpa_dbus_dict_entry *entry) _wpa_dbus_dict_entry_get_string_array() argument [all...] |
H A D | dbus_new_handlers_p2p.c | 35 entry.array_type != DBUS_TYPE_BYTE || in wpas_dbus_validate_dbus_ipaddr() 134 entry.array_type != WPAS_DBUS_TYPE_BINARRAY) in wpas_dbus_handler_p2p_find() 1073 entry.array_type != DBUS_TYPE_BYTE || in wpas_dbus_setter_p2p_device_config() 1084 entry.array_type != WPAS_DBUS_TYPE_BINARRAY || in wpas_dbus_setter_p2p_device_config() 1101 entry.array_type != WPAS_DBUS_TYPE_BINARRAY || in wpas_dbus_setter_p2p_device_config() 2630 entry.array_type != WPAS_DBUS_TYPE_BINARRAY || in wpas_dbus_setter_p2p_group_vendor_ext() 2701 entry.array_type != DBUS_TYPE_BYTE) in wpas_dbus_handler_p2p_add_service() 2708 entry.array_type != DBUS_TYPE_BYTE) in wpas_dbus_handler_p2p_add_service() 2786 entry.array_type != DBUS_TYPE_BYTE) in wpas_dbus_handler_p2p_delete_service() 2874 entry.array_type ! in wpas_dbus_handler_p2p_service_sd_req() [all...] |
/third_party/alsa-utils/topology/nhlt/intel/ |
H A D | dmic-nhlt.c | 213 uint8_t array_type; in nhlt_dmic_get_ep() local 259 &array_type, &num_mics, &extension, &snr, &sensitivity); in nhlt_dmic_get_ep() 266 if (array_type == NHLT_MIC_ARRAY_TYPE_VENDOR_DEFINED) { in nhlt_dmic_get_ep() 272 mic_v_conf.array_type_ex = array_type; in nhlt_dmic_get_ep() 273 /* precense of extension struct is coded into lower 4 bits of array_type */ in nhlt_dmic_get_ep() 275 mic_v_conf.array_type_ex = (array_type & ~0x0F) | (0x01 & 0x0F); in nhlt_dmic_get_ep() 283 mic_s_conf.array_type_ex = array_type; in nhlt_dmic_get_ep() 284 /* presense of extension struct coded into lower 4 bits of array_type */ in nhlt_dmic_get_ep() 286 mic_s_conf.array_type_ex = (array_type & ~0x0F) | (0x01 & 0x0F); in nhlt_dmic_get_ep() 323 if (array_type in nhlt_dmic_get_ep() [all...] |
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
H A D | transformation_composite_construct.cpp | 140 opt::IRContext* ir_context, const opt::analysis::Array& array_type) const { in ComponentsForArrayConstructionAreOK() 141 if (array_type.length_info().words[0] != in ComponentsForArrayConstructionAreOK() 146 if (array_type.length_info().words.size() != 2) { in ComponentsForArrayConstructionAreOK() 152 auto array_size = array_type.length_info().words[1]; in ComponentsForArrayConstructionAreOK() 168 if (component_type != array_type.element_type()) { in ComponentsForArrayConstructionAreOK()
|
H A D | transformation_composite_construct.h | 76 opt::IRContext* ir_context, const opt::analysis::Array& array_type) const;
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
H A D | transformation_composite_construct.cpp | 140 opt::IRContext* ir_context, const opt::analysis::Array& array_type) const { in ComponentsForArrayConstructionAreOK() 141 if (array_type.length_info().words[0] != in ComponentsForArrayConstructionAreOK() 146 if (array_type.length_info().words.size() != 2) { in ComponentsForArrayConstructionAreOK() 152 auto array_size = array_type.length_info().words[1]; in ComponentsForArrayConstructionAreOK() 168 if (component_type != array_type.element_type()) { in ComponentsForArrayConstructionAreOK()
|
H A D | transformation_composite_construct.h | 76 opt::IRContext* ir_context, const opt::analysis::Array& array_type) const;
|
/third_party/spirv-tools/source/fuzz/ |
H A D | transformation_composite_construct.cpp | 140 opt::IRContext* ir_context, const opt::analysis::Array& array_type) const { in ComponentsForArrayConstructionAreOK() 141 if (array_type.length_info().words[0] != in ComponentsForArrayConstructionAreOK() 146 if (array_type.length_info().words.size() != 2) { in ComponentsForArrayConstructionAreOK() 152 auto array_size = array_type.length_info().words[1]; in ComponentsForArrayConstructionAreOK() 168 if (component_type != array_type.element_type()) { in ComponentsForArrayConstructionAreOK()
|
H A D | transformation_composite_construct.h | 76 opt::IRContext* ir_context, const opt::analysis::Array& array_type) const;
|
/third_party/spirv-tools/source/opt/ |
H A D | interface_var_sroa.cpp | 40 // Get the length of the OpTypeArray |array_type|. 42 Instruction* array_type) { in GetArrayLength() 43 assert(array_type->opcode() == spv::Op::OpTypeArray); in GetArrayLength() 45 array_type->GetSingleWordInOperand(kOpTypeArrayLengthInOperandIndex); in GetArrayLength() 52 // Get the element type instruction of the OpTypeArray |array_type|. 54 Instruction* array_type) { in GetArrayElementType() 55 assert(array_type->opcode() == spv::Op::OpTypeArray); in GetArrayElementType() 57 array_type->GetSingleWordInOperand(kOpTypeArrayElemTypeInOperandIndex); in GetArrayElementType() 615 analysis::Array* array_type = ty_mgr->GetType(component_type_id)->AsArray(); in StoreComponentOfValueToScalarVar() local 616 assert(array_type ! in StoreComponentOfValueToScalarVar() 41 GetArrayLength(analysis::DefUseManager* def_use_mgr, Instruction* array_type) GetArrayLength() argument 53 GetArrayElementType(analysis::DefUseManager* def_use_mgr, Instruction* array_type) GetArrayElementType() argument 633 analysis::Array* array_type = ty_mgr->GetType(component_type_id)->AsArray(); LoadScalarVar() local [all...] |
/third_party/python/Lib/ctypes/test/ |
H A D | test_cast.py | 87 array_type = c_byte * sizeof(c_int) 88 array = array_type() 90 self.assertRaises(TypeError, cast, array, array_type)
|
/third_party/skia/third_party/externals/tint/src/transform/ |
H A D | wrap_arrays_in_structs.cc | 89 auto* array_ty = w.array_type(ctx); in Run() 139 info.array_type = [=](CloneContext& c) { in WrapArray() 153 {ctx.dst->Member("arr", info.array_type(ctx))}); in WrapArray()
|
H A D | wrap_arrays_in_structs.h | 63 std::function<const ast::Type*(CloneContext&)> array_type; member
|
/third_party/skia/third_party/externals/tint/src/reader/wgsl/ |
H A D | parser_impl_function_header_test.cc | 92 auto* array_type = f->return_type->As<ast::Array>(); in TEST_F() local 93 ASSERT_EQ(array_type->decorations.size(), 1u); in TEST_F() 94 auto* stride = array_type->decorations[0]->As<ast::StrideDecoration>(); in TEST_F()
|
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-module.h | 358 : array_type(type), supertype(supertype), kind(kArray) {} in TypeDefinition() 365 const ArrayType* array_type; member 378 return *array_type == *other.array_type; in operator ==() 484 const ArrayType* array_type(uint32_t index) const { in array_type() function 486 return types[index].array_type; in array_type()
|
H A D | init-expr-interface.cc | 185 imm.array_type, element_values, in ArrayInit() 201 length * array_imm.array_type->element_type().value_kind_size(); in ArrayInitFromData() 205 static_cast<uint32_t>(WasmArray::MaxLength(array_imm.array_type))) { in ArrayInitFromData()
|
H A D | canonical-types.cc | 135 module, type.array_type->element_type(), recursive_group_start); in CanonicalizeTypeDef() 137 zone_.New<ArrayType>(element_type, type.array_type->mutability()), in CanonicalizeTypeDef()
|
H A D | wasm-subtyping.cc | 58 const ArrayType* sub_array = sub_module->types[subtype_index].array_type; in ValidArraySubtypeDefinition() 60 super_module->types[supertype_index].array_type; in ValidArraySubtypeDefinition()
|
/third_party/alsa-utils/nhlt/ |
H A D | nhlt-dmic-info.c | 143 uint8_t config_type, array_type, mic, num_mics; in nhlt_dmic_ep_to_json() local 154 array_type = get_u8(ep, off + 2); in nhlt_dmic_ep_to_json() 155 if ((array_type & 0x0f) != 0x0f) { in nhlt_dmic_ep_to_json() 156 fprintf(stderr, "Unsupported ArrayType %02x\n", array_type & 0x0f); in nhlt_dmic_ep_to_json()
|
/third_party/mesa3d/src/microsoft/spirv_to_dxil/ |
H A D | dxil_spirv_nir.c | 55 const struct glsl_type *array_type = in add_runtime_data_var() local 58 const struct glsl_struct_field field = {array_type, "arr"}; in add_runtime_data_var() 166 const struct glsl_type *array_type = in add_push_constant_var() local 168 const struct glsl_struct_field field = {array_type, "arr"}; in add_push_constant_var()
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | gl_nir_linker.c | 399 const struct glsl_type *array_type = glsl_get_array_element(type); in add_shader_variable() local 400 if (glsl_get_base_type(array_type) == GLSL_TYPE_STRUCT || in add_shader_variable() 401 glsl_get_base_type(array_type) == GLSL_TYPE_ARRAY) { in add_shader_variable() 404 glsl_count_attribute_slots(array_type, false); in add_shader_variable() 409 var, elem, array_type, in add_shader_variable()
|
/third_party/mesa3d/src/compiler/ |
H A D | glsl_types.cpp | 2063 const struct glsl_type *vec_type, *array_type; in std140_base_alignment() local 2069 array_type = glsl_type::get_array_instance(vec_type, r); in std140_base_alignment() 2072 array_type = glsl_type::get_array_instance(vec_type, c); in std140_base_alignment() 2075 return array_type->std140_base_alignment(false); in std140_base_alignment() 2174 const glsl_type *array_type = glsl_type::get_array_instance(vec_type, in std140_size() local 2177 return array_type->std140_size(false); in std140_size() 2388 const struct glsl_type *vec_type, *array_type; in std430_base_alignment() local 2394 array_type = glsl_type::get_array_instance(vec_type, r); in std430_base_alignment() 2397 array_type = glsl_type::get_array_instance(vec_type, c); in std430_base_alignment() 2400 return array_type in std430_base_alignment() 2567 const glsl_type *array_type = glsl_type::get_array_instance(vec_type, std430_size() local [all...] |
/third_party/alsa-utils/topology/nhlt/intel/dmic/ |
H A D | dmic-process.h | 36 uint16_t *channel_count, uint32_t *bits_per_sample, uint8_t *array_type,
|