/openbsd/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/ |
H A D | 104-map_type.t | 19 $result = map_type($self, $type, $varname); 27 $result = map_type($self, $type, $varname); 35 $result = map_type($self, $type, $varname); 43 $result = map_type($self, $type, $varname); 51 $result = map_type($self, $type, $varname); 59 $result = map_type($self, $type, $varname); 67 $result = map_type($self, $type, $varname);
|
/openbsd/gnu/gcc/libstdc++-v3/include/ext/ |
H A D | throw_allocator.h | 166 typedef std::map<void*, alloc_data_type> map_type; typedef 167 typedef map_type::value_type entry_type; 168 typedef map_type::const_iterator const_iterator; 169 typedef map_type::const_reference const_reference; 184 static map_type _S_map; 301 throw_allocator_base::map_type
|
/openbsd/usr.sbin/amd/amd/ |
H A D | mapc.c | 103 typedef struct map_type map_type; typedef 104 struct map_type { struct 189 static map_type maptypes[] = { 224 map_type *mt; in mapc_showtypes() 381 map_type *mt; in mapc_create()
|
/openbsd/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/ |
H A D | constructors_destructor_fn_imps.hpp | 119 map_type; in copy_from_range() typedef 127 map_type; in copy_from_range() 130 map_type m(first_it, last_it); in copy_from_range()
|
/openbsd/sys/dev/pci/drm/i915/gt/ |
H A D | shmem_utils.c | 38 enum i915_map_type map_type; in shmem_create_from_object() local 48 map_type = i915_gem_object_is_lmem(obj) ? I915_MAP_WC : I915_MAP_WB; in shmem_create_from_object() 49 ptr = i915_gem_object_pin_map_unlocked(obj, map_type); in shmem_create_from_object()
|
/openbsd/gnu/llvm/lldb/examples/synthetic/ |
H A D | gnu_libstdcpp.py | 562 map_type = self.valobj.GetType() 563 if map_type.IsReferenceType(): 565 map_type = map_type.GetDereferencedType() 569 allocator_type = map_type.GetTemplateArgumentType(3)
|
/openbsd/sys/dev/pci/drm/i915/gem/selftests/ |
H A D | i915_gem_migrate.c | 20 enum i915_map_type map_type = in igt_fill_check_buffer() local 26 cur = i915_gem_object_pin_map(obj, map_type); in igt_fill_check_buffer()
|
/openbsd/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS/ |
H A D | Utilities.pm | 314 sub map_type { subroutine
|
/openbsd/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/lib/ExtUtils/ |
H A D | ParseXS.pm | 594 print "\t" . map_type($self, "$class *"); 616 print "\t" . map_type($self, $self->{ret_type}, 'RETVAL') . ";\n" 1180 print "\t" . map_type($self, $var_type, $var_name); 1184 print "\t" . map_type($self, $var_type, undef);
|
/openbsd/sys/dev/pci/drm/ |
H A D | drm_vm.c | 89 static pgprot_t drm_dma_prot(uint32_t map_type, struct vm_area_struct *vma) in drm_dma_prot() argument
|
/openbsd/gnu/usr.bin/perl/lib/unicore/ |
H A D | mktables | 10881 my $map_type; # Default type for the map of this range 10931 $map_type = $this_property_info->{$PSEUDO_MAP_TYPE}; 10940 $map_type 11173 $map_type = $1; 11261 if (! defined $map_type || $map_type == $COMPUTE_NO_MULTI_CP) { 11263 $map_type = $NULL; 11269 || (defined $map_type && $map_type == $COMPUTE_NO_MULTI_CP) 11272 $map_type = 0; 11275 $map_type = $MULTI_CP; 11281 Type => $map_type,
|
/openbsd/sys/dev/pci/drm/amd/amdgpu/ |
H A D | amdgpu_amdkfd_gpuvm.c | 1134 struct amdgpu_vm *vm, enum bo_vm_match map_type, in reserve_bo_and_cond_vms() argument 1148 (entry->is_mapped != map_type in reserve_bo_and_cond_vms() 1149 && map_type != BO_VM_ALL)) in reserve_bo_and_cond_vms()
|
/openbsd/gnu/usr.bin/perl/ |
H A D | MANIFEST | 4199 dist/ExtUtils-ParseXS/t/104-map_type.t ExtUtils::ParseXS tests 4202 dist/ExtUtils-ParseXS/t/108-map_type.t ExtUtils::ParseXS tests
|
/openbsd/gnu/llvm/clang/docs/tools/ |
H A D | clang-formatted-files.txt | 8752 polly/lib/External/isl/include/isl/map_type.h
|