Home
last modified time | relevance | path

Searched refs:gpa (Results 1 – 25 of 1485) sorted by relevance

12345678910>>...60

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/third_party/vulkan-loader/src/loader/generated/
H A Dvk_dispatch_table_helper.h193 table->GetDeviceProcAddr = gpa; in layer_init_device_dispatch_table()
196 table->QueueSubmit = (PFN_vkQueueSubmit) gpa(device, "vkQueueSubmit"); in layer_init_device_dispatch_table()
200 table->FreeMemory = (PFN_vkFreeMemory) gpa(device, "vkFreeMemory"); in layer_init_device_dispatch_table()
201 table->MapMemory = (PFN_vkMapMemory) gpa(device, "vkMapMemory"); in layer_init_device_dispatch_table()
202 table->UnmapMemory = (PFN_vkUnmapMemory) gpa(device, "vkUnmapMemory"); in layer_init_device_dispatch_table()
212 table->CreateFence = (PFN_vkCreateFence) gpa(device, "vkCreateFence"); in layer_init_device_dispatch_table()
214 table->ResetFences = (PFN_vkResetFences) gpa(device, "vkResetFences"); in layer_init_device_dispatch_table()
222 table->SetEvent = (PFN_vkSetEvent) gpa(device, "vkSetEvent"); in layer_init_device_dispatch_table()
223 table->ResetEvent = (PFN_vkResetEvent) gpa(device, "vkResetEvent"); in layer_init_device_dispatch_table()
283 table->CmdDraw = (PFN_vkCmdDraw) gpa(device, "vkCmdDraw"); in layer_init_device_dispatch_table()
[all …]
H A Dvk_loader_extensions.c286 table->GetDeviceProcAddr = gpa; in loader_init_device_dispatch_table()
289 table->QueueSubmit = (PFN_vkQueueSubmit)gpa(dev, "vkQueueSubmit"); in loader_init_device_dispatch_table()
293 table->FreeMemory = (PFN_vkFreeMemory)gpa(dev, "vkFreeMemory"); in loader_init_device_dispatch_table()
294 table->MapMemory = (PFN_vkMapMemory)gpa(dev, "vkMapMemory"); in loader_init_device_dispatch_table()
295 table->UnmapMemory = (PFN_vkUnmapMemory)gpa(dev, "vkUnmapMemory"); in loader_init_device_dispatch_table()
305 table->CreateFence = (PFN_vkCreateFence)gpa(dev, "vkCreateFence"); in loader_init_device_dispatch_table()
307 table->ResetFences = (PFN_vkResetFences)gpa(dev, "vkResetFences"); in loader_init_device_dispatch_table()
315 table->SetEvent = (PFN_vkSetEvent)gpa(dev, "vkSetEvent"); in loader_init_device_dispatch_table()
316 table->ResetEvent = (PFN_vkResetEvent)gpa(dev, "vkResetEvent"); in loader_init_device_dispatch_table()
376 table->CmdDraw = (PFN_vkCmdDraw)gpa(dev, "vkCmdDraw"); in loader_init_device_dispatch_table()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/vulkan-loader/src/loader/generated/
H A Dvk_dispatch_table_helper.h296 table->GetDeviceProcAddr = gpa; in layer_init_device_dispatch_table()
299 table->QueueSubmit = (PFN_vkQueueSubmit) gpa(device, "vkQueueSubmit"); in layer_init_device_dispatch_table()
303 table->FreeMemory = (PFN_vkFreeMemory) gpa(device, "vkFreeMemory"); in layer_init_device_dispatch_table()
304 table->MapMemory = (PFN_vkMapMemory) gpa(device, "vkMapMemory"); in layer_init_device_dispatch_table()
305 table->UnmapMemory = (PFN_vkUnmapMemory) gpa(device, "vkUnmapMemory"); in layer_init_device_dispatch_table()
315 table->CreateFence = (PFN_vkCreateFence) gpa(device, "vkCreateFence"); in layer_init_device_dispatch_table()
317 table->ResetFences = (PFN_vkResetFences) gpa(device, "vkResetFences"); in layer_init_device_dispatch_table()
325 table->SetEvent = (PFN_vkSetEvent) gpa(device, "vkSetEvent"); in layer_init_device_dispatch_table()
326 table->ResetEvent = (PFN_vkResetEvent) gpa(device, "vkResetEvent"); in layer_init_device_dispatch_table()
386 table->CmdDraw = (PFN_vkCmdDraw) gpa(device, "vkCmdDraw"); in layer_init_device_dispatch_table()
[all …]
/dports/graphics/vulkan-loader/Vulkan-Loader-1.2.203/loader/generated/
H A Dvk_dispatch_table_helper.h350 table->GetDeviceProcAddr = gpa; in layer_init_device_dispatch_table()
353 table->QueueSubmit = (PFN_vkQueueSubmit) gpa(device, "vkQueueSubmit"); in layer_init_device_dispatch_table()
357 table->FreeMemory = (PFN_vkFreeMemory) gpa(device, "vkFreeMemory"); in layer_init_device_dispatch_table()
358 table->MapMemory = (PFN_vkMapMemory) gpa(device, "vkMapMemory"); in layer_init_device_dispatch_table()
359 table->UnmapMemory = (PFN_vkUnmapMemory) gpa(device, "vkUnmapMemory"); in layer_init_device_dispatch_table()
369 table->CreateFence = (PFN_vkCreateFence) gpa(device, "vkCreateFence"); in layer_init_device_dispatch_table()
371 table->ResetFences = (PFN_vkResetFences) gpa(device, "vkResetFences"); in layer_init_device_dispatch_table()
379 table->SetEvent = (PFN_vkSetEvent) gpa(device, "vkSetEvent"); in layer_init_device_dispatch_table()
380 table->ResetEvent = (PFN_vkResetEvent) gpa(device, "vkResetEvent"); in layer_init_device_dispatch_table()
440 table->CmdDraw = (PFN_vkCmdDraw) gpa(device, "vkCmdDraw"); in layer_init_device_dispatch_table()
[all …]
/dports/graphics/vulkan-validation-layers/Vulkan-ValidationLayers-1.2.203/layers/generated/
H A Dvk_dispatch_table_helper.h829 table->GetDeviceProcAddr = gpa; in layer_init_device_dispatch_table()
832 table->QueueSubmit = (PFN_vkQueueSubmit) gpa(device, "vkQueueSubmit"); in layer_init_device_dispatch_table()
836 table->FreeMemory = (PFN_vkFreeMemory) gpa(device, "vkFreeMemory"); in layer_init_device_dispatch_table()
837 table->MapMemory = (PFN_vkMapMemory) gpa(device, "vkMapMemory"); in layer_init_device_dispatch_table()
838 table->UnmapMemory = (PFN_vkUnmapMemory) gpa(device, "vkUnmapMemory"); in layer_init_device_dispatch_table()
848 table->CreateFence = (PFN_vkCreateFence) gpa(device, "vkCreateFence"); in layer_init_device_dispatch_table()
850 table->ResetFences = (PFN_vkResetFences) gpa(device, "vkResetFences"); in layer_init_device_dispatch_table()
858 table->SetEvent = (PFN_vkSetEvent) gpa(device, "vkSetEvent"); in layer_init_device_dispatch_table()
859 table->ResetEvent = (PFN_vkResetEvent) gpa(device, "vkResetEvent"); in layer_init_device_dispatch_table()
919 table->CmdDraw = (PFN_vkCmdDraw) gpa(device, "vkCmdDraw"); in layer_init_device_dispatch_table()
[all …]
/dports/science/qbox/qbox-public-rel1_73_3/src/
H A DSampleStepper.cpp39 const double gpa = 29421.5; in SampleStepper() local
40 sigma_ext /= gpa; in SampleStepper()
49 const double gpa = 29421.5; in print_stress() local
57 cout << " <sigma_eks_xx> " << setw(12) << sigma_eks[0]*gpa in print_stress()
59 << " <sigma_eks_yy> " << setw(12) << sigma_eks[1]*gpa in print_stress()
96 cout << " <sigma_xx> " << setw(12) << sigma[0]*gpa in print_stress()
98 << " <sigma_yy> " << setw(12) << sigma[1]*gpa in print_stress()
100 << " <sigma_zz> " << setw(12) << sigma[2]*gpa in print_stress()
102 << " <sigma_xy> " << setw(12) << sigma[3]*gpa in print_stress()
104 << " <sigma_yz> " << setw(12) << sigma[4]*gpa in print_stress()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/vulkan-validation-layers/src/layers/generated/
H A Dvk_dispatch_table_helper.h707 table->GetDeviceProcAddr = gpa; in layer_init_device_dispatch_table()
710 table->QueueSubmit = (PFN_vkQueueSubmit) gpa(device, "vkQueueSubmit"); in layer_init_device_dispatch_table()
714 table->FreeMemory = (PFN_vkFreeMemory) gpa(device, "vkFreeMemory"); in layer_init_device_dispatch_table()
715 table->MapMemory = (PFN_vkMapMemory) gpa(device, "vkMapMemory"); in layer_init_device_dispatch_table()
716 table->UnmapMemory = (PFN_vkUnmapMemory) gpa(device, "vkUnmapMemory"); in layer_init_device_dispatch_table()
726 table->CreateFence = (PFN_vkCreateFence) gpa(device, "vkCreateFence"); in layer_init_device_dispatch_table()
728 table->ResetFences = (PFN_vkResetFences) gpa(device, "vkResetFences"); in layer_init_device_dispatch_table()
736 table->SetEvent = (PFN_vkSetEvent) gpa(device, "vkSetEvent"); in layer_init_device_dispatch_table()
737 table->ResetEvent = (PFN_vkResetEvent) gpa(device, "vkResetEvent"); in layer_init_device_dispatch_table()
797 table->CmdDraw = (PFN_vkCmdDraw) gpa(device, "vkCmdDraw"); in layer_init_device_dispatch_table()
[all …]
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/packages/fbc/sbml/
H A DGeneProductAssociation.cpp1124 delete gpa; in GeneProductAssociation_free()
1147 return (gpa != NULL && gpa->isSetId()) ? gpa->getId().c_str() : NULL; in GeneProductAssociation_getId()
1155 return (gpa != NULL && gpa->isSetName()) ? gpa->getName().c_str() : NULL; in GeneProductAssociation_getName()
1174 return (gpa != NULL) ? gpa->createAnd() : NULL; in GeneProductAssociation_createAnd()
1181 return (gpa != NULL) ? gpa->createOr() : NULL; in GeneProductAssociation_createOr()
1188 return (gpa != NULL) ? gpa->createGeneProductRef() : NULL; in GeneProductAssociation_createGeneProductRef()
1195 return (gpa != NULL) ? static_cast<int>(gpa->isSetId()) : 0; in GeneProductAssociation_isSetId()
1203 return (gpa != NULL) ? static_cast<int>(gpa->isSetName()) : 0; in GeneProductAssociation_isSetName()
1220 return (id == NULL) ? gpa->setId("") : gpa->setId(id); in GeneProductAssociation_setId()
1231 return (name == NULL) ? gpa->setName("") : gpa->setName(name); in GeneProductAssociation_setName()
[all …]
H A DGeneProductAssociation.h874 GeneProductAssociation_free(GeneProductAssociation_t * gpa);
889 GeneProductAssociation_clone(GeneProductAssociation_t * gpa);
904 GeneProductAssociation_getId(const GeneProductAssociation_t * gpa);
919 GeneProductAssociation_getName(const GeneProductAssociation_t * gpa);
924 GeneProductAssociation_getAssociation(GeneProductAssociation_t * gpa);
929 GeneProductAssociation_createAnd(GeneProductAssociation_t * gpa);
934 GeneProductAssociation_createOr(GeneProductAssociation_t * gpa);
955 GeneProductAssociation_isSetId(const GeneProductAssociation_t * gpa);
971 GeneProductAssociation_isSetName(const GeneProductAssociation_t * gpa);
1062 GeneProductAssociation_unsetId(GeneProductAssociation_t * gpa);
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/gwp_asan/client/
H A Dsampling_malloc_shims.cc46 GuardedPageAllocator* gpa = nullptr; variable
110 gpa->Deallocate(address); in ReallocFn()
121 gpa->Deallocate(address); in ReallocFn()
127 return gpa->Deallocate(address); in FreeFn()
182 gpa->Deallocate(address); in FreeDefiniteSizeFn()
214 gpa->Deallocate(address); in AlignedReallocFn()
226 gpa->Deallocate(address); in AlignedReallocFn()
234 return gpa->Deallocate(address); in AlignedFreeFn()
260 return *gpa; in GetMallocGpaForTesting()
269 gpa = new GuardedPageAllocator(); in InstallMallocHooks()
[all …]
H A Dsampling_partitionalloc_shims.cc28 GuardedPageAllocator* gpa = nullptr; variable
38 if (void* allocation = gpa->Allocate(size, 0, type_name)) { in AllocationHook()
47 if (UNLIKELY(gpa->PointerIsMine(address))) { in FreeHook()
48 gpa->Deallocate(address); in FreeHook()
55 if (UNLIKELY(gpa->PointerIsMine(address))) { in ReallocHook()
56 *out = gpa->GetRequestedSize(address); in ReallocHook()
66 return *gpa; in GetPartitionAllocGpaForTesting()
77 gpa = new GuardedPageAllocator(); in InstallPartitionAllocHooks()
78 gpa->Init(max_allocated_pages, num_metadata, total_pages, std::move(callback), in InstallPartitionAllocHooks()
80 pa_crash_key.Set(gpa->GetCrashKey()); in InstallPartitionAllocHooks()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/gwp_asan/client/
H A Dsampling_malloc_shims.cc46 GuardedPageAllocator* gpa = nullptr; variable
100 gpa->Deallocate(address); in ReallocFn()
111 gpa->Deallocate(address); in ReallocFn()
117 return gpa->Deallocate(address); in FreeFn()
172 gpa->Deallocate(address); in FreeDefiniteSizeFn()
204 gpa->Deallocate(address); in AlignedReallocFn()
216 gpa->Deallocate(address); in AlignedReallocFn()
224 return gpa->Deallocate(address); in AlignedFreeFn()
249 return *gpa; in GetMallocGpaForTesting()
258 gpa = new GuardedPageAllocator(); in InstallMallocHooks()
[all …]
H A Dsampling_partitionalloc_shims.cc29 GuardedPageAllocator* gpa = nullptr; variable
39 if (void* allocation = gpa->Allocate(size, 0, type_name)) { in AllocationHook()
48 if (UNLIKELY(gpa->PointerIsMine(address))) { in FreeHook()
49 gpa->Deallocate(address); in FreeHook()
56 if (UNLIKELY(gpa->PointerIsMine(address))) { in ReallocHook()
57 *out = gpa->GetRequestedSize(address); in ReallocHook()
67 return *gpa; in GetPartitionAllocGpaForTesting()
78 gpa = new GuardedPageAllocator(); in InstallPartitionAllocHooks()
79 gpa->Init(max_allocated_pages, num_metadata, total_pages, std::move(callback), in InstallPartitionAllocHooks()
81 pa_crash_key.Set(gpa->GetCrashKey()); in InstallPartitionAllocHooks()
/dports/security/gpa/gpa-0.10.0/src/
H A DMakefile.am25 logo = gpa-logo.ppm
29 EXTRA_DIST = $(logo) gpa.ico gpa-resource.rc versioninfo.rc.in \
30 gpa-marshal.list Signals
31 BUILT_SOURCES = gpa-marshal.h gpa-marshal.c
32 MOSTLYCLEANFILES = gpa-marshal.h gpa-marshal.c
36 gpa-marshal.h: gpa-marshal.list
40 gpa-marshal.c: gpa-marshal.list
49 gpa_res_ldflag = -Wl,gpa-resource.o
50 gpa_deps = gpa-resource.o versioninfo.rc
60 bin_PROGRAMS = gpa program
[all …]
/dports/lang/zig-devel/zig-0.9.0/src/
H A DPackage.zig24 gpa: Allocator,
31 errdefer gpa.destroy(ptr);
37 errdefer gpa.free(owned_src_path);
52 gpa: Allocator,
61 errdefer gpa.destroy(ptr);
91 gpa.free(pkg.root_src_path);
97 gpa.free(p);
102 pkg.deinitTable(gpa);
103 gpa.destroy(pkg);
110 gpa.free(key.*);
[all …]
/dports/lang/zig/zig-0.9.0/src/
H A DPackage.zig24 gpa: Allocator,
31 errdefer gpa.destroy(ptr);
37 errdefer gpa.free(owned_src_path);
52 gpa: Allocator,
61 errdefer gpa.destroy(ptr);
91 gpa.free(pkg.root_src_path);
97 gpa.free(p);
102 pkg.deinitTable(gpa);
103 gpa.destroy(pkg);
110 gpa.free(key.*);
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/powerpc/kvm/
H A Dbook3s_64_mmu_radix.c135 u64 pte, base, gpa; in kvmppc_mmu_walk_radix_tree() local
200 gpte->raddr = gpa; in kvmppc_mmu_walk_radix_tree()
1147 unsigned long gpa; in kvmppc_radix_flush_memslot() local
1163 gpa += PAGE_SIZE; in kvmppc_radix_flush_memslot()
1231 unsigned long gpa; member
1309 gpa = p->gpa; in debugfs_radix_read()
1314 gpa = 0; in debugfs_radix_read()
1352 gpa = (gpa & P4D_MASK) + P4D_SIZE; in debugfs_radix_read()
1359 gpa = (gpa & PUD_MASK) + PUD_SIZE; in debugfs_radix_read()
1371 gpa = (gpa & PMD_MASK) + PMD_SIZE; in debugfs_radix_read()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/powerpc/kvm/
H A Dbook3s_64_mmu_radix.c135 u64 pte, base, gpa; in kvmppc_mmu_walk_radix_tree() local
200 gpte->raddr = gpa; in kvmppc_mmu_walk_radix_tree()
1147 unsigned long gpa; in kvmppc_radix_flush_memslot() local
1163 gpa += PAGE_SIZE; in kvmppc_radix_flush_memslot()
1231 unsigned long gpa; member
1309 gpa = p->gpa; in debugfs_radix_read()
1314 gpa = 0; in debugfs_radix_read()
1352 gpa = (gpa & P4D_MASK) + P4D_SIZE; in debugfs_radix_read()
1359 gpa = (gpa & PUD_MASK) + PUD_SIZE; in debugfs_radix_read()
1371 gpa = (gpa & PMD_MASK) + PMD_SIZE; in debugfs_radix_read()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/arch/powerpc/kvm/
H A Dbook3s_64_mmu_radix.c135 u64 pte, base, gpa; in kvmppc_mmu_walk_radix_tree() local
200 gpte->raddr = gpa; in kvmppc_mmu_walk_radix_tree()
1147 unsigned long gpa; in kvmppc_radix_flush_memslot() local
1163 gpa += PAGE_SIZE; in kvmppc_radix_flush_memslot()
1231 unsigned long gpa; member
1309 gpa = p->gpa; in debugfs_radix_read()
1314 gpa = 0; in debugfs_radix_read()
1352 gpa = (gpa & P4D_MASK) + P4D_SIZE; in debugfs_radix_read()
1359 gpa = (gpa & PUD_MASK) + PUD_SIZE; in debugfs_radix_read()
1371 gpa = (gpa & PMD_MASK) + PMD_SIZE; in debugfs_radix_read()
[all …]
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/packages/fbc/extension/test/
H A DTestFbcAssociation.cpp136 gpa->setId("gg1"); in START_TEST()
140 gpa->setAssociation(fa); in START_TEST()
238 gpa->setId("gg1"); in START_TEST()
242 gpa->setAssociation(fa); in START_TEST()
546 gpa->setId("gg1"); in START_TEST()
550 gpa->setAssociation(fa); in START_TEST()
640 gpa->setId("gg1"); in START_TEST()
743 gpa->setId("gg1"); in START_TEST()
1052 gpa->setId("gg1"); in START_TEST()
1144 gpa->setId("gg1"); in START_TEST()
[all …]
/dports/security/gpa/gpa-0.10.0/
H A Dgpa.spec1 %define name gpa
10 Source0: ftp://ftp.gnupg.org/gcrypt/gpa/gpa-%{version}.tar.bz2
11 Source1: ftp://ftp.gnupg.org/gcrypt/gpa/gpa-%{version}.tar.bz2.sig
12 URL: http://www.gnupg.org/gpa.html
30 install -Dpm 644 gpa.png \
32 install -Dpm 644 gpa.desktop \
42 %{_bindir}/gpa
45 %{_datadir}/locale/*/*/gpa.mo
46 %{_datadir}/applications/gpa.desktop
47 %{_datadir}/pixmaps/gpa.png
[all …]
/dports/lang/zig-devel/zig-0.9.0/src/link/
H A DC.zig40 db.code.deinit(gpa);
41 db.fwd_decl.deinit(gpa);
45 db.typedefs.deinit(gpa);
72 .allocator = gpa,
83 db.deinit(gpa);
85 self.decl_table.deinit(gpa);
93 kv.value.deinit(gpa);
125 .gpa = module.gpa,
190 .gpa = module.gpa,
245 const gpa = comp.gpa;
[all …]
/dports/lang/zig/zig-0.9.0/src/link/
H A DC.zig40 db.code.deinit(gpa);
41 db.fwd_decl.deinit(gpa);
45 db.typedefs.deinit(gpa);
72 .allocator = gpa,
83 db.deinit(gpa);
85 self.decl_table.deinit(gpa);
93 kv.value.deinit(gpa);
125 .gpa = module.gpa,
190 .gpa = module.gpa,
245 const gpa = comp.gpa;
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/pci/
H A Djoy_eap.c27 eap_joy_attach(device_t eapdev, struct eap_gameport_args *gpa) in eap_joy_attach() argument
43 if (bus_space_map(gpa->gpa_iot, 0x200 + i * 8, 1, in eap_joy_attach()
54 icsc = bus_space_read_4(gpa->gpa_iot, gpa->gpa_ioh, EAP_ICSC); in eap_joy_attach()
57 bus_space_write_4(gpa->gpa_iot, gpa->gpa_ioh, EAP_ICSC, icsc); in eap_joy_attach()
60 aa.aa_iot = gpa->gpa_iot; in eap_joy_attach()
70 eap_joy_detach(device_t joydev, struct eap_gameport_args *gpa) in eap_joy_detach() argument
81 icsc = bus_space_read_4(gpa->gpa_iot, gpa->gpa_ioh, EAP_ICSC); in eap_joy_detach()
83 bus_space_write_4(gpa->gpa_iot, gpa->gpa_ioh, EAP_ICSC, icsc); in eap_joy_detach()
/dports/emulators/qemu-utils/qemu-4.2.1/target/i386/hvf/
H A Dx86_mmu.c46 uint64_t gpa; member
84 uint64_t gpa = pt->pte[level] & page_mask; in get_pt_entry() local
87 gpa = pt->pte[level]; in get_pt_entry()
201 pt->gpa = (pt->pte[0] & page_mask) | (pt->gva & 0xfff); in walk_gpt()
203 pt->gpa = large_page_gpa(pt, pae); in walk_gpt()
217 *gpa = gva; in mmu_gva_to_gpa()
223 *gpa = pt.gpa; in mmu_gva_to_gpa()
232 uint64_t gpa; in vmx_write_mem() local
238 if (!mmu_gva_to_gpa(cpu, gva, &gpa)) { in vmx_write_mem()
253 uint64_t gpa; in vmx_read_mem() local
[all …]

12345678910>>...60