Home
last modified time | relevance | path

Searched refs:array_type (Results 1 – 25 of 56) sorted by relevance

123

/third_party/elfutils/tests/
Drun-peel-type.sh30 ca raw type array_type
31 ia raw type array_type
32 va raw type array_type
33 sa raw type array_type
42 ca raw type array_type
43 ia raw type array_type
44 va raw type array_type
45 sa raw type array_type
54 ca raw type array_type
55 ia raw type array_type
[all …]
Drun-exprlocs.sh164 [167] array_type
173 [18f] array_type
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/dbus/
Ddbus_dict_helpers.c367 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() argument
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 = dbus_message_iter_get_element_type(iter_dict_val); in _wpa_dbus_dict_entry_get_array() local
827 wpa_printf(MSG_MSGDUMP, "%s: array_type %c", __func__, array_type); in _wpa_dbus_dict_entry_get_array()
[all …]
Ddbus_new_handlers_p2p.c35 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 != DBUS_TYPE_BYTE) in wpas_dbus_handler_p2p_service_sd_req()
[all …]
Ddbus_dict_helpers.h116 int array_type; /** the dbus type of the array elements if the dict member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/dbus/
Ddbus_dict_helpers.c367 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() argument
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 = dbus_message_iter_get_element_type(iter_dict_val); in _wpa_dbus_dict_entry_get_array() local
827 wpa_printf(MSG_MSGDUMP, "%s: array_type %c", __func__, array_type); in _wpa_dbus_dict_entry_get_array()
[all …]
Ddbus_new_handlers_p2p.c35 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 != DBUS_TYPE_BYTE) in wpas_dbus_handler_p2p_service_sd_req()
[all …]
Ddbus_dict_helpers.h116 int array_type; /** the dbus type of the array elements if the dict member
/third_party/spirv-tools/source/fuzz/
Dtransformation_composite_construct.cpp140 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()
Dtransformation_composite_construct.h76 opt::IRContext* ir_context, const opt::analysis::Array& array_type) const;
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_composite_construct.cpp140 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()
Dtransformation_composite_construct.h76 opt::IRContext* ir_context, const opt::analysis::Array& array_type) const;
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dtransformation_composite_construct.cpp140 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()
Dtransformation_composite_construct.h76 opt::IRContext* ir_context, const opt::analysis::Array& array_type) const;
/third_party/spirv-tools/source/opt/
Dinterface_var_sroa.cpp43 Instruction* array_type) { in GetArrayLength() argument
44 assert(array_type->opcode() == SpvOpTypeArray); in GetArrayLength()
46 array_type->GetSingleWordInOperand(kOpTypeArrayLengthInOperandIndex); in GetArrayLength()
55 Instruction* array_type) { in GetArrayElementType() argument
56 assert(array_type->opcode() == SpvOpTypeArray); in GetArrayElementType()
58 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 != nullptr); in StoreComponentOfValueToScalarVar()
617 component_type_id = ty_mgr->GetTypeInstruction(array_type->element_type()); in StoreComponentOfValueToScalarVar()
633 analysis::Array* array_type = ty_mgr->GetType(component_type_id)->AsArray(); in LoadScalarVar() local
[all …]
Dcopy_prop_arrays.cpp367 } else if (const analysis::Array* array_type = result_type->AsArray()) { in BuildMemoryObjectFromInsert() local
369 const_mgr->FindDeclaredConstant(array_type->LengthId()); in BuildMemoryObjectFromInsert()
805 } else if (const analysis::Array* array_type = type->AsArray()) { in GetNumberOfMembers() local
808 array_type->LengthId()); in GetNumberOfMembers()
/third_party/python/Lib/ctypes/test/
Dtest_cast.py87 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/
Dwrap_arrays_in_structs.cc89 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()
Dwrap_arrays_in_structs.h63 std::function<const ast::Type*(CloneContext&)> array_type; member
/third_party/skia/third_party/externals/tint/src/reader/wgsl/
Dparser_impl_function_header_test.cc92 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/mesa3d/src/compiler/glsl/
Dgl_nir_linker.c399 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/microsoft/spirv_to_dxil/
Ddxil_spirv_nir.c55 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/
Dglsl_types.cpp2063 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->std430_base_alignment(false); in std430_base_alignment()
[all …]
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dcopy_prop_arrays.cpp379 } else if (const analysis::Array* array_type = result_type->AsArray()) { in BuildMemoryObjectFromInsert() local
381 const_mgr->FindDeclaredConstant(array_type->LengthId()); in BuildMemoryObjectFromInsert()
806 } else if (const analysis::Array* array_type = type->AsArray()) { in GetNumberOfMembers() local
809 array_type->LengthId()); in GetNumberOfMembers()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dcopy_prop_arrays.cpp379 } else if (const analysis::Array* array_type = result_type->AsArray()) { in BuildMemoryObjectFromInsert() local
381 const_mgr->FindDeclaredConstant(array_type->LengthId()); in BuildMemoryObjectFromInsert()
806 } else if (const analysis::Array* array_type = type->AsArray()) { in GetNumberOfMembers() local
809 array_type->LengthId()); in GetNumberOfMembers()

123