Searched refs:valtype (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/gcc-10.3.1/python/libstdcxx/v6/ |
| H A D | printers.py | 137 valtype = find_type(containertype, 'value_type') 139 valtype = containertype.template_argument(0) 140 valtype = valtype.strip_typedefs() 142 return lookup_templ_spec(nodename, valtype) 150 return lookup_templ_spec(nodename, valtype) 273 def get_value_from_aligned_membuf(buf, valtype): argument 275 return buf['_M_storage'].address.cast(valtype.pointer()).dereference() 286 valtype = node.type.template_argument(0) 287 return get_value_from_aligned_membuf(node['_M_storage'], valtype) 634 valtype = node.type.template_argument(0) [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/gcc-10.3.1/python/libstdcxx/v6/ |
| H A D | printers.py | 137 valtype = find_type(containertype, 'value_type') 139 valtype = containertype.template_argument(0) 140 valtype = valtype.strip_typedefs() 142 return lookup_templ_spec(nodename, valtype) 150 return lookup_templ_spec(nodename, valtype) 273 def get_value_from_aligned_membuf(buf, valtype): argument 275 return buf['_M_storage'].address.cast(valtype.pointer()).dereference() 286 valtype = node.type.template_argument(0) 287 return get_value_from_aligned_membuf(node['_M_storage'], valtype) 634 valtype = node.type.template_argument(0) [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/tests/kutf/ |
| H A D | kutf_helpers_user.c | 37 static const char *get_val_type_name(enum kutf_helper_valtype valtype) in get_val_type_name() argument 46 unsigned int type_idx = (unsigned int)valtype; in get_val_type_name()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | ipa-prop.h | 1013 template <typename valtype>
|
| H A D | target.def | 4974 @var{valtype} is a scalar type.\n\
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | ipa-prop.h | 1013 template <typename valtype>
|
| H A D | target.def | 4974 @var{valtype} is a scalar type.\n\
|
| /OK3568_Linux_fs/u-boot/fs/zfs/ |
| H A D | zfs.c | 1506 nvlist_find_value(char *nvlist, char *name, int valtype, char **val, in nvlist_find_value() argument 1549 if ((strncmp(nvp_name, name, name_len) == 0) && type == valtype) { in nvlist_find_value()
|