Home
last modified time | relevance | path

Searched refs:AllocType (Results 1 – 25 of 500) sorted by relevance

12345678910>>...20

/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/JEGA/eddy/threads/include/inline/
H A Dts_vector.hpp.inl109 ts_vector<ValueType, AllocType>::lock(
118 ts_vector<ValueType, AllocType>::unlock(
180 ts_vector<ValueType, AllocType>::begin(
192 ts_vector<ValueType, AllocType>::begin(
204 ts_vector<ValueType, AllocType>::end(
216 ts_vector<ValueType, AllocType>::end(
252 ts_vector<ValueType, AllocType>::rend(
264 ts_vector<ValueType, AllocType>::rend(
303 ts_vector<ValueType, AllocType>::size(
351 ts_vector<ValueType, AllocType>::at(
[all …]
H A Dts_list.hpp.inl109 ts_list<ValueType, AllocType>::lock(
118 ts_list<ValueType, AllocType>::unlock(
153 ts_list<ValueType, AllocType>::begin(
164 ts_list<ValueType, AllocType>::begin(
175 ts_list<ValueType, AllocType>::end(
186 ts_list<ValueType, AllocType>::end(
219 ts_list<ValueType, AllocType>::rend(
230 ts_list<ValueType, AllocType>::rend(
266 ts_list<ValueType, AllocType>::size(
334 ts_list<ValueType, AllocType>::back(
[all …]
/dports/devel/ispc/ispc-1.16.1/ispcrt/
H A Dispcrt.hpp168 template<AllocType alloc = AT>
179 template<AllocType alloc = AT>
185 template<AllocType alloc = AT>
189 template<AllocType alloc = AT>
214 template<AllocType alloc>
233 template<AllocType alloc>
238 template<AllocType alloc>
242 template<AllocType alloc>
253 template<AllocType alloc>
257 template<AllocType alloc>
[all …]
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/JEGA/eddy/threads/include/
H A Dts_list.hpp128 typename AllocType
174 typename AllocType = std::allocator<ValueType>
187 typename std::list<ValueType, AllocType>::allocator_type
197 typename std::list<ValueType, AllocType>::const_pointer
212 std::list<ValueType, AllocType>
225 typename std::list<ValueType, AllocType>::iterator
230 ts_list<ValueType, AllocType>
240 typename std::list<ValueType, AllocType>::pointer
245 typename std::list<ValueType, AllocType>::reference
255 typename std::list<ValueType, AllocType>::size_type
[all …]
/dports/math/faiss/faiss-1.7.1/faiss/gpu/
H A DGpuResources.cpp15 std::string allocTypeToString(AllocType t) { in allocTypeToString()
17 case AllocType::Other: in allocTypeToString()
19 case AllocType::FlatData: in allocTypeToString()
21 case AllocType::IVFLists: in allocTypeToString()
23 case AllocType::Quantizer: in allocTypeToString()
25 case AllocType::QuantizerPrecomputedCodes: in allocTypeToString()
27 case AllocType::TemporaryMemoryBuffer: in allocTypeToString()
29 case AllocType::TemporaryMemoryOverflow: in allocTypeToString()
64 AllocInfo makeDevAlloc(AllocType at, cudaStream_t st) { in makeDevAlloc()
68 AllocInfo makeTempAlloc(AllocType at, cudaStream_t st) { in makeTempAlloc()
[all …]
H A DGpuResources.h22 enum AllocType { enum
64 std::string allocTypeToString(AllocType t);
87 : type(AllocType::Other), in AllocInfo()
92 inline AllocInfo(AllocType at, int dev, MemorySpace sp, cudaStream_t st) in AllocInfo()
99 AllocType type;
119 AllocInfo makeDevAlloc(AllocType at, cudaStream_t st);
122 AllocInfo makeTempAlloc(AllocType at, cudaStream_t st);
125 AllocInfo makeSpaceAlloc(AllocType at, MemorySpace sp, cudaStream_t st);
135 AllocType at, in AllocRequest()
/dports/devel/quantum/quantum-2.2/quantum/
H A Dquantum_allocator.h78 template <typename AllocType>
80 template <typename A = AllocType>
81 static AllocType& instance(std::enable_if_t<!A::default_constructor::value, uint16_t> size) { in instance()
82 static AllocType allocator(size); in instance()
85 template <typename A = AllocType>
86 static AllocType& instance(std::enable_if_t<A::default_constructor::value, uint16_t> = 0) {
87 static AllocType allocator;
/dports/devel/qt5-scripttools/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/wtf/wince/
H A DFastMallocWince.h86 …enum AllocType { // Start with an unusual number instead of zero, because zero … enum
115 inline AllocType fastMallocMatchValidationType(const void* p) in fastMallocMatchValidationType()
118 return static_cast<AllocType>(*type); in fastMallocMatchValidationType()
128 inline void setFastMallocMatchValidationType(void* p, AllocType allocType) in setFastMallocMatchValidationType()
140 inline void fastMallocMatchValidateMalloc(void* p, Internal::AllocType allocType) in fastMallocMatchValidateMalloc()
149 inline void fastMallocMatchValidateFree(void* p, Internal::AllocType allocType) in fastMallocMatchValidateFree()
161 inline void fastMallocMatchValidateMalloc(void*, Internal::AllocType) in fastMallocMatchValidateMalloc() argument
165 inline void fastMallocMatchValidateFree(void*, Internal::AllocType) in fastMallocMatchValidateFree() argument
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/JavaScriptCore/wtf/wince/
H A DFastMallocWinCE.h86 …enum AllocType { // Start with an unusual number instead of zero, because zero … enum
115 inline AllocType fastMallocMatchValidationType(const void* p) in fastMallocMatchValidationType()
118 return static_cast<AllocType>(*type); in fastMallocMatchValidationType()
128 inline void setFastMallocMatchValidationType(void* p, AllocType allocType) in setFastMallocMatchValidationType()
140 inline void fastMallocMatchValidateMalloc(void* p, Internal::AllocType allocType) in fastMallocMatchValidateMalloc()
149 inline void fastMallocMatchValidateFree(void* p, Internal::AllocType allocType) in fastMallocMatchValidateFree()
161 inline void fastMallocMatchValidateMalloc(void*, Internal::AllocType) in fastMallocMatchValidateMalloc() argument
165 inline void fastMallocMatchValidateFree(void*, Internal::AllocType) in fastMallocMatchValidateFree() argument
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/javascriptcore/JavaScriptCore/wtf/wince/
H A DFastMallocWince.h86 …enum AllocType { // Start with an unusual number instead of zero, because zero … enum
115 inline AllocType fastMallocMatchValidationType(const void* p) in fastMallocMatchValidationType()
118 return static_cast<AllocType>(*type); in fastMallocMatchValidationType()
128 inline void setFastMallocMatchValidationType(void* p, AllocType allocType) in setFastMallocMatchValidationType()
140 inline void fastMallocMatchValidateMalloc(void* p, Internal::AllocType allocType) in fastMallocMatchValidateMalloc()
149 inline void fastMallocMatchValidateFree(void* p, Internal::AllocType allocType) in fastMallocMatchValidateFree()
161 inline void fastMallocMatchValidateMalloc(void*, Internal::AllocType) in fastMallocMatchValidateMalloc() argument
165 inline void fastMallocMatchValidateFree(void*, Internal::AllocType) in fastMallocMatchValidateFree() argument
/dports/devel/qt5-script/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/wtf/wince/
H A DFastMallocWince.h86 …enum AllocType { // Start with an unusual number instead of zero, because zero … enum
115 inline AllocType fastMallocMatchValidationType(const void* p) in fastMallocMatchValidationType()
118 return static_cast<AllocType>(*type); in fastMallocMatchValidationType()
128 inline void setFastMallocMatchValidationType(void* p, AllocType allocType) in setFastMallocMatchValidationType()
140 inline void fastMallocMatchValidateMalloc(void* p, Internal::AllocType allocType) in fastMallocMatchValidateMalloc()
149 inline void fastMallocMatchValidateFree(void* p, Internal::AllocType allocType) in fastMallocMatchValidateFree()
161 inline void fastMallocMatchValidateMalloc(void*, Internal::AllocType) in fastMallocMatchValidateMalloc() argument
165 inline void fastMallocMatchValidateFree(void*, Internal::AllocType) in fastMallocMatchValidateFree() argument
/dports/math/faiss/faiss-1.7.1/faiss/gpu/impl/
H A DIVFPQ.cu140 makeTempAlloc(AllocType::Other, stream), in appendVectors_()
147 makeTempAlloc(AllocType::Other, stream), in appendVectors_()
167 makeTempAlloc(AllocType::Other, stream), in appendVectors_()
183 makeTempAlloc(AllocType::Other, stream), in appendVectors_()
187 makeTempAlloc(AllocType::Other, stream), in appendVectors_()
332 makeDevAlloc(AllocType::Quantizer, stream), in setPQCentroids_()
351 makeDevAlloc(AllocType::Quantizer, stream), in setPQCentroids_()
535 makeTempAlloc(AllocType::Other, stream), in query()
539 makeTempAlloc(AllocType::Other, stream), in query()
614 makeTempAlloc(AllocType::Other, stream), in runPQPrecomputedCodes_()
[all …]
/dports/devel/gnu-efi/gnu-efi-3.0.14/apps/
H A DAllocPages.c116 INTN AllocType = -1; in efi_main() local
149 AllocType = xtoi(argv[1]); in efi_main()
154 if ( (AllocType < 0) || (AllocType > 2)) { in efi_main()
174 Print(L"AllocatPage(%d,%d,%d,%lx)\n", AllocType, MemType, NumPages, Addr); in efi_main()
176 efi_status = uefi_call_wrapper(BS->AllocatePages, 4, AllocType, MemType, NumPages, &Addr); in efi_main()
/dports/sysutils/syslinux/syslinux-6.03/gnu-efi/gnu-efi-3.0/apps/
H A DAllocPages.c119 INTN AllocType = -1; in efi_main() local
169 AllocType = xtoi(argv[1]); in efi_main()
174 if ( (AllocType < 0) || (AllocType > 2)) { in efi_main()
194 Print(L"AllocatPage(%d,%d,%d,%lx)\n", AllocType, MemType, NumPages, Addr); in efi_main()
196 efi_status = uefi_call_wrapper(BS->AllocatePages, 4, AllocType, MemType, NumPages, &Addr); in efi_main()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/javascriptcore/JavaScriptCore/wtf/
H A DFastMalloc.h97 …enum AllocType { // Start with an unusual number instead of zero, because zero … enum
125 inline AllocType fastMallocMatchValidationType(const void* p) in fastMallocMatchValidationType()
128 return static_cast<AllocType>(*type); in fastMallocMatchValidationType()
138 inline void setFastMallocMatchValidationType(void* p, AllocType allocType) in setFastMallocMatchValidationType()
150 inline void fastMallocMatchValidateMalloc(void* p, Internal::AllocType allocType) in fastMallocMatchValidateMalloc()
159 inline void fastMallocMatchValidateFree(void* p, Internal::AllocType allocType) in fastMallocMatchValidateFree()
171 inline void fastMallocMatchValidateMalloc(void*, Internal::AllocType) in fastMallocMatchValidateMalloc() argument
175 inline void fastMallocMatchValidateFree(void*, Internal::AllocType) in fastMallocMatchValidateFree() argument
/dports/devel/qt5-scripttools/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/wtf/
H A DFastMalloc.h97 …enum AllocType { // Start with an unusual number instead of zero, because zero … enum
125 inline AllocType fastMallocMatchValidationType(const void* p) in fastMallocMatchValidationType()
128 return static_cast<AllocType>(*type); in fastMallocMatchValidationType()
138 inline void setFastMallocMatchValidationType(void* p, AllocType allocType) in setFastMallocMatchValidationType()
150 inline void fastMallocMatchValidateMalloc(void* p, Internal::AllocType allocType) in fastMallocMatchValidateMalloc()
159 inline void fastMallocMatchValidateFree(void* p, Internal::AllocType allocType) in fastMallocMatchValidateFree()
171 inline void fastMallocMatchValidateMalloc(void*, Internal::AllocType) in fastMallocMatchValidateMalloc() argument
175 inline void fastMallocMatchValidateFree(void*, Internal::AllocType) in fastMallocMatchValidateFree() argument
/dports/devel/qt5-script/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/wtf/
H A DFastMalloc.h97 …enum AllocType { // Start with an unusual number instead of zero, because zero … enum
125 inline AllocType fastMallocMatchValidationType(const void* p) in fastMallocMatchValidationType()
128 return static_cast<AllocType>(*type); in fastMallocMatchValidationType()
138 inline void setFastMallocMatchValidationType(void* p, AllocType allocType) in setFastMallocMatchValidationType()
150 inline void fastMallocMatchValidateMalloc(void* p, Internal::AllocType allocType) in fastMallocMatchValidateMalloc()
159 inline void fastMallocMatchValidateFree(void* p, Internal::AllocType allocType) in fastMallocMatchValidateFree()
171 inline void fastMallocMatchValidateMalloc(void*, Internal::AllocType) in fastMallocMatchValidateMalloc() argument
175 inline void fastMallocMatchValidateFree(void*, Internal::AllocType) in fastMallocMatchValidateFree() argument
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/MdePkg/Library/DxeServicesLib/X64/
H A DAllocate.c38 EFI_ALLOCATE_TYPE AllocType; in AllocatePeiAccessiblePages() local
46 AllocType = AllocateAnyPages; in AllocatePeiAccessiblePages()
54 AllocType = AllocateMaxAddress; in AllocatePeiAccessiblePages()
58 Status = gBS->AllocatePages (AllocType, MemoryType, Pages, &Memory); in AllocatePeiAccessiblePages()
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/MdePkg/Library/DxeServicesLib/X64/
H A DAllocate.c38 EFI_ALLOCATE_TYPE AllocType; in AllocatePeiAccessiblePages() local
46 AllocType = AllocateAnyPages; in AllocatePeiAccessiblePages()
54 AllocType = AllocateMaxAddress; in AllocatePeiAccessiblePages()
58 Status = gBS->AllocatePages (AllocType, MemoryType, Pages, &Memory); in AllocatePeiAccessiblePages()
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/MdePkg/Library/DxeServicesLib/X64/
H A DAllocate.c38 EFI_ALLOCATE_TYPE AllocType; in AllocatePeiAccessiblePages() local
46 AllocType = AllocateAnyPages; in AllocatePeiAccessiblePages()
54 AllocType = AllocateMaxAddress; in AllocatePeiAccessiblePages()
58 Status = gBS->AllocatePages (AllocType, MemoryType, Pages, &Memory); in AllocatePeiAccessiblePages()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/MdePkg/Library/DxeServicesLib/X64/
H A DAllocate.c38 EFI_ALLOCATE_TYPE AllocType; in AllocatePeiAccessiblePages() local
46 AllocType = AllocateAnyPages; in AllocatePeiAccessiblePages()
54 AllocType = AllocateMaxAddress; in AllocatePeiAccessiblePages()
58 Status = gBS->AllocatePages (AllocType, MemoryType, Pages, &Memory); in AllocatePeiAccessiblePages()
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/MdePkg/Library/DxeServicesLib/X64/
H A DAllocate.c38 EFI_ALLOCATE_TYPE AllocType; in AllocatePeiAccessiblePages() local
46 AllocType = AllocateAnyPages; in AllocatePeiAccessiblePages()
54 AllocType = AllocateMaxAddress; in AllocatePeiAccessiblePages()
58 Status = gBS->AllocatePages (AllocType, MemoryType, Pages, &Memory); in AllocatePeiAccessiblePages()
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/MdePkg/Library/DxeServicesLib/X64/
H A DAllocate.c38 EFI_ALLOCATE_TYPE AllocType; in AllocatePeiAccessiblePages() local
46 AllocType = AllocateAnyPages; in AllocatePeiAccessiblePages()
54 AllocType = AllocateMaxAddress; in AllocatePeiAccessiblePages()
58 Status = gBS->AllocatePages (AllocType, MemoryType, Pages, &Memory); in AllocatePeiAccessiblePages()
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/MdePkg/Library/DxeServicesLib/X64/
H A DAllocate.c38 EFI_ALLOCATE_TYPE AllocType; in AllocatePeiAccessiblePages() local
46 AllocType = AllocateAnyPages; in AllocatePeiAccessiblePages()
54 AllocType = AllocateMaxAddress; in AllocatePeiAccessiblePages()
58 Status = gBS->AllocatePages (AllocType, MemoryType, Pages, &Memory); in AllocatePeiAccessiblePages()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/MdePkg/Library/DxeServicesLib/X64/
H A DAllocate.c38 EFI_ALLOCATE_TYPE AllocType; in AllocatePeiAccessiblePages() local
46 AllocType = AllocateAnyPages; in AllocatePeiAccessiblePages()
54 AllocType = AllocateMaxAddress; in AllocatePeiAccessiblePages()
58 Status = gBS->AllocatePages (AllocType, MemoryType, Pages, &Memory); in AllocatePeiAccessiblePages()

12345678910>>...20