Home
last modified time | relevance | path

Searched refs:nAllocSize (Results 1 – 21 of 21) sorted by relevance

/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/base/abci/
H A DabcPlace.c36 int nAllocSize = 0; variable
184 nAllocSize = 5 * Abc_NtkObjNumMax(pNtk); in Abc_PlaceBegin()
185 cells = REALLOC(ConcreteCell, cells, nAllocSize); in Abc_PlaceBegin()
186 nets = REALLOC(ConcreteNet, nets, nAllocSize); in Abc_PlaceBegin()
187 memset( cells, 0, sizeof(ConcreteCell) * nAllocSize ); in Abc_PlaceBegin()
188 memset( nets, 0, sizeof(ConcreteNet) * nAllocSize ); in Abc_PlaceBegin()
247 for ( i = 0; i < nAllocSize; i++ ) in Abc_PlaceEnd()
/dports/games/ioquake3/ioquake3-1.36/code/tools/asm/
H A Dcmdlib.c742 int length, nBlock, nAllocSize; in LoadFileBlock() local
747 nAllocSize = length; in LoadFileBlock()
748 nBlock = nAllocSize % MEM_BLOCKSIZE; in LoadFileBlock()
750 nAllocSize += MEM_BLOCKSIZE - nBlock; in LoadFileBlock()
752 buffer = malloc (nAllocSize+1); in LoadFileBlock()
753 memset(buffer, 0, nAllocSize+1); in LoadFileBlock()
/dports/games/ioquake3-server/ioquake3-1.36/code/tools/asm/
H A Dcmdlib.c742 int length, nBlock, nAllocSize; in LoadFileBlock() local
747 nAllocSize = length; in LoadFileBlock()
748 nBlock = nAllocSize % MEM_BLOCKSIZE; in LoadFileBlock()
750 nAllocSize += MEM_BLOCKSIZE - nBlock; in LoadFileBlock()
752 buffer = malloc (nAllocSize+1); in LoadFileBlock()
753 memset(buffer, 0, nAllocSize+1); in LoadFileBlock()
/dports/games/gtkradiant/GPL/GtkRadiant/tools/quake3/common/
H A Dcmdlib.c666 int length, nBlock, nAllocSize; in LoadFileBlock() local
671 nAllocSize = length; in LoadFileBlock()
672 nBlock = nAllocSize % MEM_BLOCKSIZE; in LoadFileBlock()
674 nAllocSize += MEM_BLOCKSIZE - nBlock; in LoadFileBlock()
676 buffer = safe_malloc (nAllocSize+1); in LoadFileBlock()
677 memset(buffer, 0, nAllocSize+1); in LoadFileBlock()
/dports/games/worldofpadman/worldofpadman-1.2.20080621/code/tools/asm/
H A Dcmdlib.c742 int length, nBlock, nAllocSize; in LoadFileBlock() local
747 nAllocSize = length; in LoadFileBlock()
748 nBlock = nAllocSize % MEM_BLOCKSIZE; in LoadFileBlock()
750 nAllocSize += MEM_BLOCKSIZE - nBlock; in LoadFileBlock()
752 buffer = malloc (nAllocSize+1); in LoadFileBlock()
753 memset(buffer, 0, nAllocSize+1); in LoadFileBlock()
/dports/games/netradiant/netradiant-20150621-src/tools/quake3/common/
H A Dcmdlib.c650 int length, nBlock, nAllocSize; in LoadFileBlock() local
655 nAllocSize = length; in LoadFileBlock()
656 nBlock = nAllocSize % MEM_BLOCKSIZE; in LoadFileBlock()
658 nAllocSize += MEM_BLOCKSIZE - nBlock; in LoadFileBlock()
660 buffer = safe_malloc( nAllocSize + 1 ); in LoadFileBlock()
661 memset( buffer, 0, nAllocSize + 1 ); in LoadFileBlock()
/dports/games/evq3/evq3/code/tools/asm/
H A Dcmdlib.c742 int length, nBlock, nAllocSize; in LoadFileBlock() local
747 nAllocSize = length; in LoadFileBlock()
748 nBlock = nAllocSize % MEM_BLOCKSIZE; in LoadFileBlock()
750 nAllocSize += MEM_BLOCKSIZE - nBlock; in LoadFileBlock()
752 buffer = malloc (nAllocSize+1); in LoadFileBlock()
753 memset(buffer, 0, nAllocSize+1); in LoadFileBlock()
/dports/games/iortcw/iortcw-1.51c/MP/code/tools/asm/
H A Dcmdlib.c744 int length, nBlock, nAllocSize; in LoadFileBlock() local
749 nAllocSize = length; in LoadFileBlock()
750 nBlock = nAllocSize % MEM_BLOCKSIZE; in LoadFileBlock()
752 nAllocSize += MEM_BLOCKSIZE - nBlock; in LoadFileBlock()
754 buffer = malloc (nAllocSize+1); in LoadFileBlock()
755 memset(buffer, 0, nAllocSize+1); in LoadFileBlock()
/dports/games/iortcw/iortcw-1.51c/SP/code/tools/asm/
H A Dcmdlib.c744 int length, nBlock, nAllocSize; in LoadFileBlock() local
749 nAllocSize = length; in LoadFileBlock()
750 nBlock = nAllocSize % MEM_BLOCKSIZE; in LoadFileBlock()
752 nAllocSize += MEM_BLOCKSIZE - nBlock; in LoadFileBlock()
754 buffer = malloc (nAllocSize+1); in LoadFileBlock()
755 memset(buffer, 0, nAllocSize+1); in LoadFileBlock()
/dports/games/gtkradiant/GPL/GtkRadiant/tools/quake2/common/
H A Dcmdlib.c676 int length, nBlock, nAllocSize; in LoadFileBlock() local
681 nAllocSize = length; in LoadFileBlock()
682 nBlock = nAllocSize % MEM_BLOCKSIZE; in LoadFileBlock()
684 nAllocSize += MEM_BLOCKSIZE - nBlock; in LoadFileBlock()
686 buffer = safe_malloc (nAllocSize+1); in LoadFileBlock()
687 memset(buffer, 0, nAllocSize+1); in LoadFileBlock()
/dports/games/gtkradiant/GPL/GtkRadiant/tools/quake2/qdata_heretic2/common/
H A Dcmdlib.c694 int length, nBlock, nAllocSize; in LoadFileBlock() local
699 nAllocSize = length; in LoadFileBlock()
700 nBlock = nAllocSize % MEM_BLOCKSIZE; in LoadFileBlock()
702 nAllocSize += MEM_BLOCKSIZE - nBlock; in LoadFileBlock()
704 buffer = safe_malloc (nAllocSize+1); in LoadFileBlock()
705 memset(buffer, 0, nAllocSize+1); in LoadFileBlock()
/dports/games/tremulous/tremulous/tremulous-1.1.0-src/src/tools/asm/
H A Dcmdlib.c743 int length, nBlock, nAllocSize; in LoadFileBlock() local
748 nAllocSize = length; in LoadFileBlock()
749 nBlock = nAllocSize % MEM_BLOCKSIZE; in LoadFileBlock()
751 nAllocSize += MEM_BLOCKSIZE - nBlock; in LoadFileBlock()
753 buffer = malloc (nAllocSize+1); in LoadFileBlock()
754 memset(buffer, 0, nAllocSize+1); in LoadFileBlock()
/dports/games/netradiant/netradiant-20150621-src/tools/quake2/common/
H A Dcmdlib.c662 int length, nBlock, nAllocSize; in LoadFileBlock() local
667 nAllocSize = length; in LoadFileBlock()
668 nBlock = nAllocSize % MEM_BLOCKSIZE; in LoadFileBlock()
670 nAllocSize += MEM_BLOCKSIZE - nBlock; in LoadFileBlock()
672 buffer = safe_malloc( nAllocSize + 1 ); in LoadFileBlock()
673 memset( buffer, 0, nAllocSize + 1 ); in LoadFileBlock()
/dports/games/netradiant/netradiant-20150621-src/tools/quake2/qdata_heretic2/common/
H A Dcmdlib.c675 int length, nBlock, nAllocSize; in LoadFileBlock() local
680 nAllocSize = length; in LoadFileBlock()
681 nBlock = nAllocSize % MEM_BLOCKSIZE; in LoadFileBlock()
683 nAllocSize += MEM_BLOCKSIZE - nBlock; in LoadFileBlock()
685 buffer = safe_malloc( nAllocSize + 1 ); in LoadFileBlock()
686 memset( buffer, 0, nAllocSize + 1 ); in LoadFileBlock()
/dports/games/openarena/openarena-engine-source-0.8.8/code/tools/asm/
H A Dcmdlib.c744 int length, nBlock, nAllocSize; in LoadFileBlock() local
749 nAllocSize = length; in LoadFileBlock()
750 nBlock = nAllocSize % MEM_BLOCKSIZE; in LoadFileBlock()
752 nAllocSize += MEM_BLOCKSIZE - nBlock; in LoadFileBlock()
754 buffer = malloc (nAllocSize+1); in LoadFileBlock()
755 memset(buffer, 0, nAllocSize+1); in LoadFileBlock()
/dports/games/openarena-server/openarena-engine-source-0.8.8/code/tools/asm/
H A Dcmdlib.c744 int length, nBlock, nAllocSize; in LoadFileBlock() local
749 nAllocSize = length; in LoadFileBlock()
750 nBlock = nAllocSize % MEM_BLOCKSIZE; in LoadFileBlock()
752 nAllocSize += MEM_BLOCKSIZE - nBlock; in LoadFileBlock()
754 buffer = malloc (nAllocSize+1); in LoadFileBlock()
755 memset(buffer, 0, nAllocSize+1); in LoadFileBlock()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/bitmap/
H A DBitmapScaleConvolutionFilter.cxx52 const long nAllocSize(aDestinationSize * aNumberOfContributions); in ImplCalculateContributions() local
53 rWeights.resize(nAllocSize); in ImplCalculateContributions()
54 rPixels.resize(nAllocSize); in ImplCalculateContributions()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/bitmap/
H A DBitmapScaleConvolutionFilter.cxx50 const tools::Long nAllocSize(aDestinationSize * aNumberOfContributions); in ImplCalculateContributions() local
51 rWeights.resize(nAllocSize); in ImplCalculateContributions()
52 rPixels.resize(nAllocSize); in ImplCalculateContributions()
/dports/emulators/hercules/hercules-3.13/
H A Dw32util.c2302 size_t nAllocSize; // allocated size of logmsgs buffer member
2546 pPipedProcessCtl->nAllocSize = 1; // (purposely small for debugging) in w32_poor_mans_fork()
2820 if ( nAllocSizeNeeded > pPipedProcessCtl->nAllocSize ) in w32_parse_piped_process_stdxxx_data()
2822 pPipedProcessCtl->nAllocSize = nAllocSizeNeeded; in w32_parse_piped_process_stdxxx_data()
2837 ASSERT( pPipedProcessCtl->nStrLen <= pPipedProcessCtl->nAllocSize ); in w32_parse_piped_process_stdxxx_data()
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dscardssp.h388 virtual HRESULT WINAPI CreateSafeArray(UINT nAllocSize,LPSAFEARRAY *ppArray) = 0;
409 HRESULT (WINAPI *CreateSafeArray)(ISCardTypeConv *This,UINT nAllocSize,LPSAFEARRAY *ppArray);
432 …define ISCardTypeConv_CreateSafeArray(This,nAllocSize,ppArray) (This)->lpVtbl->CreateSafeArray(Thi… argument
450 …HRESULT WINAPI ISCardTypeConv_CreateSafeArray_Proxy(ISCardTypeConv *This,UINT nAllocSize,LPSAFEARR…
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dscardssp.h388 virtual HRESULT WINAPI CreateSafeArray(UINT nAllocSize,LPSAFEARRAY *ppArray) = 0;
409 HRESULT (WINAPI *CreateSafeArray)(ISCardTypeConv *This,UINT nAllocSize,LPSAFEARRAY *ppArray);
432 …define ISCardTypeConv_CreateSafeArray(This,nAllocSize,ppArray) (This)->lpVtbl->CreateSafeArray(Thi… argument
450 …HRESULT WINAPI ISCardTypeConv_CreateSafeArray_Proxy(ISCardTypeConv *This,UINT nAllocSize,LPSAFEARR…