Home
last modified time | relevance | path

Searched refs:AllocMemory (Results 1 – 25 of 57) sorted by relevance

123

/dports/archivers/zip/zip30/
H A Dapi.c66 int AllocMemory(unsigned int, char *, char *, BOOL);
340 if (AllocMemory(argCee, "-A", "Offsets", FALSE) != ZE_OK) in ZpArchive()
345 if (AllocMemory(argCee, "-d", "Delete", FALSE) != ZE_OK) in ZpArchive()
355 if (AllocMemory(argCee, "-f", "Freshen", FALSE) != ZE_OK) in ZpArchive()
383 if (AllocMemory(argCee, "-e", "Encrypt", FALSE) != ZE_OK) in ZpArchive()
400 if (AllocMemory(argCee, "-l", "LF-CRLF", FALSE) != ZE_OK) in ZpArchive()
410 if (AllocMemory(argCee, "-m", "Move", FALSE) != ZE_OK) in ZpArchive()
416 if (AllocMemory(argCee, "-o", "Time", FALSE) != ZE_OK) in ZpArchive()
428 if (AllocMemory(argCee, "-q", "Quiet", FALSE) != ZE_OK) in ZpArchive()
443 if (AllocMemory(argCee, "-S", "System", FALSE) != ZE_OK) in ZpArchive()
[all …]
/dports/audio/faac/faac-78d8e01/libfaac/
H A Dfiltbank.c64 hEncoder->sin_window_long = (double*)AllocMemory(BLOCK_LEN_LONG*sizeof(double)); in FilterBankInit()
65 hEncoder->sin_window_short = (double*)AllocMemory(BLOCK_LEN_SHORT*sizeof(double)); in FilterBankInit()
66 hEncoder->kbd_window_long = (double*)AllocMemory(BLOCK_LEN_LONG*sizeof(double)); in FilterBankInit()
67 hEncoder->kbd_window_short = (double*)AllocMemory(BLOCK_LEN_SHORT*sizeof(double)); in FilterBankInit()
105 transf_buf = (double*)AllocMemory(2*BLOCK_LEN_LONG*sizeof(double)); in FilterBank()
221 transf_buf = (double*)AllocMemory(2*BLOCK_LEN_LONG*sizeof(double)); in IFilterBank()
222 overlap_buf = (double*)AllocMemory(2*BLOCK_LEN_LONG*sizeof(double)); in IFilterBank()
431 xi = (double*)AllocMemory((N >> 2)*sizeof(double)); in MDCT()
432 xr = (double*)AllocMemory((N >> 2)*sizeof(double)); in MDCT()
510 xi = (double*)AllocMemory((N >> 2)*sizeof(double)); in IMDCT()
[all …]
H A Dblockswitch.c131 (double *) AllocMemory(2 * BLOCK_LEN_LONG * sizeof(double)); in PsyInit()
133 (double *) AllocMemory(2 * BLOCK_LEN_SHORT * sizeof(double)); in PsyInit()
145 psydata_t *psydata = AllocMemory(sizeof(psydata_t)); in PsyInit()
155 (double *) AllocMemory(size * sizeof(double)); in PsyInit()
169 (psyfloat *) AllocMemory(NSFB_SHORT * sizeof(psyfloat)); in PsyInit()
172 (psyfloat *) AllocMemory(NSFB_SHORT * sizeof(psyfloat)); in PsyInit()
175 (psyfloat *) AllocMemory(NSFB_SHORT * sizeof(psyfloat)); in PsyInit()
178 (psyfloat *) AllocMemory(NSFB_SHORT * sizeof(psyfloat)); in PsyInit()
H A Dfft.c235 fft_tables->costbl = AllocMemory( (MAXLOGM+1) * sizeof( fft_tables->costbl[0] ) ); in fft_initialize()
236 fft_tables->negsintbl = AllocMemory( (MAXLOGM+1) * sizeof( fft_tables->negsintbl[0] ) ); in fft_initialize()
237 fft_tables->reordertbl = AllocMemory( (MAXLOGM+1) * sizeof( fft_tables->reordertbl[0] ) ); in fft_initialize()
281 fft_tables->reordertbl[logm] = AllocMemory(size * sizeof(*(fft_tables->reordertbl[0]))); in reorder()
368 fft_tables->costbl[logm] = AllocMemory((size / 2) * sizeof(*(fft_tables->costbl[0]))); in check_tables()
369 fft_tables->negsintbl[logm] = AllocMemory((size / 2) * sizeof(*(fft_tables->negsintbl[0]))); in check_tables()
H A Dutil.h44 #define AllocMemory(size) malloc(size) macro
/dports/textproc/luceneplusplus/LucenePlusPlus-rel_3.0.8/src/core/util/
H A DLuceneAllocator.cpp12 void* AllocMemory(size_t size) { in AllocMemory() function
22 return AllocMemory(size); in ReallocMemory()
/dports/cad/opencascade/opencascade-7.6.0/tests/lowalgos/intss/
H A Dbug5046 ## AllocMemory while intersection command
16 puts "Faulty OCC504 : A solution takes all memory and crach with AllocMemory"
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/VideoBackends/OGL/
H A DStreamBuffer.cpp85 void StreamBuffer::AllocMemory(u32 size) in AllocMemory() function in OGL::StreamBuffer
188 AllocMemory(size); in Map()
247 AllocMemory(size); in Map()
295 AllocMemory(size); in Map()
H A DStreamBuffer.h53 void AllocMemory(u32 size);
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Native/jitinterface/
H A DCodeHeap.cpp65 void *ExecutableCodeHeap::AllocMemory(size_t size, DWORD alignment) in AllocMemory() function in ExecutableCodeHeap
96 void *result = AllocMemory(size, 1); in AllocPData()
112 void *result = AllocMemory(size, 1); in AllocEHInfoRaw()
H A DCodeHeap.h55 void *AllocMemory(size_t size, DWORD alignment);
/dports/textproc/luceneplusplus/LucenePlusPlus-rel_3.0.8/include/lucene++/
H A DLuceneAllocator.h15 LPPAPI void* AllocMemory(size_t size);
H A DArray.h37 data = (TYPE*)AllocMemory(size_ * sizeof(TYPE)); in resize()
/dports/cad/netgen/netgen-6.2.2105/libsrc/core/
H A Dpaje_trace.hpp153 void AllocMemory(int id, size_t size) in AllocMemory() function in ngcore::PajeTrace
168 AllocMemory(id, size); in ChangeMemory()
/dports/emulators/yuzu/yuzu-0b47f7a46/src/video_core/renderer_vulkan/
H A Dvk_memory_manager.cpp140 if (!AllocMemory(wanted_properties, requirements.memoryTypeBits, chunk_size)) { in Commit()
166 bool VKMemoryManager::AllocMemory(VkMemoryPropertyFlags wanted_properties, u32 type_mask, in AllocMemory() function in Vulkan::VKMemoryManager
H A Dvk_memory_manager.h45 bool AllocMemory(VkMemoryPropertyFlags wanted_properties, u32 type_mask, u64 size);
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DStandard_MMgrOpt.hxx119 Standard_Size* AllocMemory (Standard_Size &aSize);
/dports/cad/opencascade/opencascade-7.6.0/src/Standard/
H A DStandard_MMgrOpt.hxx119 Standard_Size* AllocMemory (Standard_Size &aSize);
H A DStandard_MMgrOpt.cxx355 aBlock = AllocMemory(Size); // note that size may be aligned by this call in Allocate()
422 Standard_Size* aBlock = AllocMemory(AllocSize); in Allocate()
707 Standard_Size * Standard_MMgrOpt::AllocMemory(Standard_Size &Size) in AllocMemory() function in Standard_MMgrOpt
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DStandard_MMgrOpt.hxx119 Standard_Size* AllocMemory (Standard_Size &aSize);
/dports/graphics/libpgf/PGF/Codec/src/
H A DSubband.cpp77 bool CSubband::AllocMemory() { in AllocMemory() function in CSubband
205 if (!AllocMemory()) ReturnWithError(InsufficientMemory); in PlaceTile()
H A DSubband.h58 bool AllocMemory();
/dports/print/scribus-devel/scribus-1.5.7/scribus/third_party/pgf/
H A DSubband.cpp77 bool CSubband::AllocMemory() { in AllocMemory() function in CSubband
205 if (!AllocMemory()) ReturnWithError(InsufficientMemory); in PlaceTile()
/dports/graphics/digikam/digikam-7.4.0/core/libs/pgfutils/libpgf/
H A DSubband.cpp77 bool CSubband::AllocMemory() { in AllocMemory() function in CSubband
205 if (!AllocMemory()) ReturnWithError(InsufficientMemory); in PlaceTile()
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/tools/PsfPlayer/Source/psp/
H A DPsp_SasCore.h65 uint32 AllocMemory(uint32);

123