Home
last modified time | relevance | path

Searched refs:alloca (Results 1 – 25 of 105) sorted by last modified time

12345

/trunk/main/bridges/source/cpp_uno/gcc3_linux_mips/
H A Duno2cpp.cxx249 (char *)alloca( sizeof(sal_Int32) + ((nParams+2) * sizeof(sal_Int64)) ); in cpp_call()
253 char * pParamType = (char *) alloca(nParams+2); in cpp_call()
278 ? alloca( pReturnTypeDescr->nSize ): pUnoReturn); // direct way in cpp_call()
292 void ** pCppArgs = (void **)alloca( 3 * sizeof(void *) * nParams ); in cpp_call()
363 *(void **)pCppStack = pCppArgs[nPos] = alloca( pParamTypeDescr->nSize ), in cpp_call()
373 *(void **)pCppStack = pCppArgs[nPos] = alloca( pParamTypeDescr->nSize ), in cpp_call()
/trunk/main/vcl/unx/generic/fontmanager/
H A Dfontconfig.cxx1087 …sal_uInt32* pRemainingCodes = (sal_uInt32*)alloca( rMissingCodes.getLength() * sizeof(sal_uInt32) … in Substitute()
H A Dfontmanager.cxx968 sal_Unicode* pUnicodes = (sal_Unicode*)alloca( pInfo->numOfChars * sizeof(sal_Unicode)); in readAfmMetrics()
/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx1444 … sal_UCS4* pRemainingCodes = (sal_UCS4*)alloca( rMissingCodes.getLength() * sizeof(sal_UCS4) ); in GetGlyphFallbackFont()
6012 sal_Int32* pAry = (sal_Int32*)alloca(sizeof(sal_Int32)*nLen); in ImplLayout()
6035 sal_Int32* pTempDXAry = (sal_Int32*)alloca( nLen * sizeof(sal_Int32) ); in ImplLayout()
6499 … sal_Int32* pCaretXArray = (sal_Int32*) alloca( 2 * sizeof(sal_Int32) * nLineLen ); in ImplDrawText()
6570 sal_Int32* pCaretXArray = (sal_Int32*) alloca( 2 * sizeof(sal_Int32) * aStr.Len() ); in ImplDrawText()
7026 sal_Int32* pCaretXArray = (sal_Int32*)alloca( 2 * sizeof(sal_Int32) * nLen ); in DrawCtrlText()
/trunk/main/bridges/source/cpp_uno/s5abi_macosx_x86-64/
H A Dabi.cxx631 ecif.rvalue = alloca(cif->rtype->size);
696 avalue = alloca(cif->nargs * sizeof(void *));
H A Dcpp2uno.cxx92 ? alloca( pReturnTypeDescr->nSize ) in cpp2uno_call()
105 void ** pUnoArgs = reinterpret_cast<void **>(alloca( 4 * sizeof(void *) * nParams )); in cpp2uno_call()
164 pUnoArgs[nPos] = alloca( pParamTypeDescr->nSize ); in cpp2uno_call()
171 uno_copyAndConvertData( pUnoArgs[nPos] = alloca( pParamTypeDescr->nSize ), in cpp2uno_call()
H A Duno2cpp.cxx302 void ** pCppArgs = (void **)alloca( 3 * sizeof(void *) * nParams ); in cpp_call()
318 uno_copyAndConvertData( pCppArgs[nPos] = alloca( 8 ), pUnoArgs[nPos], pParamTypeDescr, in cpp_call()
358 pCppArgs[nPos] = alloca( pParamTypeDescr->nSize ), in cpp_call()
368 pCppArgs[nPos] = alloca( pParamTypeDescr->nSize ), in cpp_call()
/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_x86-64/
H A Dabi.cxx631 ecif.rvalue = alloca(cif->rtype->size);
696 avalue = alloca(cif->nargs * sizeof(void *));
/trunk/main/bridges/source/cpp_uno/gcc3_linux_x86-64/
H A Dabi.cxx631 ecif.rvalue = alloca(cif->rtype->size);
696 avalue = alloca(cif->nargs * sizeof(void *));
/trunk/main/bridges/source/cpp_uno/msvc_win64_x86-64/
H A Dcpp2uno.cxx84 ? alloca( pReturnTypeDescr->nSize ) in cpp2uno_call()
96 void ** pUnoArgs = (void **)alloca( 4 * sizeof(void *) * nParams ); in cpp2uno_call()
125 pUnoArgs[nPos] = alloca( pParamTypeDescr->nSize ); in cpp2uno_call()
132 uno_copyAndConvertData( pUnoArgs[nPos] = alloca( pParamTypeDescr->nSize ), in cpp2uno_call()
/trunk/main/crashrep/source/win32/
H A Dsoreport.cpp554 LPSTR pBuffer = (LPSTR)alloca( nBufSize ); in wstring2utf8()
2034 TCHAR **argv = reinterpret_cast<TCHAR **>(alloca((argc+1)*sizeof(WCHAR*))); in ParseCommandArgs()
2035 int *sizes = reinterpret_cast<int *>(alloca(argc*sizeof(int))); in ParseCommandArgs()
2047 TCHAR *args = reinterpret_cast<TCHAR *>(alloca(argsize*sizeof(WCHAR))); in ParseCommandArgs()
2197 char *lpCommentUTF8 = (char *)alloca( needed ); in WriteCommentFile()
2225 _TCHAR *envstr = (TCHAR *)alloca( (_tcslen( lpVar ) + _tcslen( lpValue ) + 2) * sizeof(_TCHAR) ); in _tsetenv()
/trunk/main/vcl/unx/generic/app/
H A Dsaldisp.cxx426 int* pWeight = (int*)alloca( sizeof(int)*nVisuals ); in BestVisual()
H A Dwmadaptor.cxx483 char** pAtomNames = (char**)alloca( sizeof(char*)*nItems ); in NetWMAdaptor()
739 char** pAtomNames = (char**)alloca( sizeof(char*)*nItems ); in GnomeWMAdaptor()
H A Di18n_status.cxx600 sal_Unicode* pBuffer = (sal_Unicode*)alloca( nChars*sizeof( sal_Unicode ) ); in setStatusText()
H A Di18n_wrp.cxx192 XIMArg* args = (XIMArg*)alloca( (total_count + 1) * sizeof(XIMArg) ); in XvaOpenIM()
H A Di18n_cb.cxx186 pMBString = (char*)alloca( nBytes + 1 ); in Preedit_InsertText()
207 pInsertTextString = (sal_Unicode*)alloca(nBufferSize); in Preedit_InsertText()
608 pMBString = (sal_Char*)alloca( nBytes+1 ); in StatusDrawCallback()
/trunk/main/vcl/win/source/gdi/
H A Dwinlayout.cxx46 #define alloca _alloca macro
348 sal_Unicode* pRewrittenStr = (sal_Unicode*)alloca( mnCharCount * sizeof(sal_Unicode) );
1215 char* pBuffer = (char*)alloca( nBufSize );
2334 long* const pGlyphPos = (long*)alloca( (mnGlyphCount+1) * sizeof(long) );
/trunk/main/vcl/unx/gtk/a11y/
H A Datkwrapper.cxx484 AtkObject **pTargets = (AtkObject **) alloca( nTargetCount * sizeof(AtkObject *) ); in wrapper_ref_relation_set()
/trunk/main/vcl/unx/generic/printergfx/
H A Dglyphset.cxx502 sal_uChar *pGlyphID = (sal_uChar*)alloca (nLen * sizeof(sal_uChar)); in DrawGlyphs()
503 sal_Int32 *pGlyphSetID = (sal_Int32*)alloca (nLen * sizeof(sal_Int32)); in DrawGlyphs()
515 sal_Int32 *pDeltaSubset = (sal_Int32*)alloca (nLen * sizeof(sal_Int32)); in DrawGlyphs()
516 sal_uChar *pGlyphSubset = (sal_uChar*)alloca (nLen * sizeof(sal_uChar)); in DrawGlyphs()
591 sal_uChar *pGlyphID = (sal_uChar*)alloca (nLen * sizeof(sal_uChar)); in ImplDrawText()
592 sal_Int32 *pGlyphSetID = (sal_Int32*)alloca (nLen * sizeof(sal_Int32)); in ImplDrawText()
635 sal_uChar *pGlyphID = (sal_uChar*)alloca (nLen * sizeof(sal_uChar)); in ImplDrawText()
636 sal_Int32 *pGlyphSetID = (sal_Int32*)alloca (nLen * sizeof(sal_Int32)); in ImplDrawText()
648 sal_Int32 *pDeltaSubset = (sal_Int32*)alloca (nLen * sizeof(sal_Int32)); in ImplDrawText()
649 sal_uChar *pGlyphSubset = (sal_uChar*)alloca (nLen * sizeof(sal_uChar)); in ImplDrawText()
H A Dprinterjob.cxx73 pBuffer = (sal_uChar*)alloca (nBlockSize); in AppendPS()
H A Dtext_gfx.cxx236 sal_GlyphId* pTempGlyphIds = (sal_GlyphId*)alloca(sizeof(sal_Int32)*nLen); in DrawGlyphs()
237 sal_Int32* pTempDelta = (sal_Int32*)alloca(sizeof(sal_Int32)*nLen); in DrawGlyphs()
238 sal_Unicode* pTempUnicodes = (sal_Unicode*)alloca(sizeof(sal_Unicode)*nLen); in DrawGlyphs()
350 pEffectiveStr = (sal_Unicode*)alloca(nLen * sizeof(pStr[0])); in DrawText()
359 fontID *pFontMap = (fontID*) alloca(nLen * sizeof(fontID)); in DrawText()
360 sal_Int32 *pCharWidth = (sal_Int32*) alloca(nLen * sizeof(sal_Int32)); in DrawText()
370 sal_Int32* pNewDeltaArray = (sal_Int32*)alloca( sizeof( sal_Int32 )*nLen ); in DrawText()
468 sal_Int32* pDelta = (sal_Int32*)alloca( nLen * sizeof(sal_Int32) ); in drawVerticalizedText()
481 bool* pGsubFlags = (bool*)alloca( nLen * sizeof(bool) ); in drawVerticalizedText()
579 sal_uChar* pBuffer = (sal_uChar*)alloca (nSize* sizeof(sal_uChar)); in LicenseWarning()
/trunk/main/vcl/unx/generic/window/
H A Dsalframe.cxx3248 unsigned char *pPrintable = (unsigned char*)alloca( nLen ); in HandleKeyEvent()
3262 pPrintable = (unsigned char*)alloca( nLen ); in HandleKeyEvent()
/trunk/main/vcl/unx/generic/printer/
H A Djobdata.cxx251 void* pRemain = alloca( bytes - aStream.Tell() ); in constructFromStreamBuffer()
/trunk/main/vcl/unx/generic/dtrans/
H A DX11_selection.cxx1672 Atom* pTypes = (Atom*)alloca( nTypes * sizeof( Atom ) ); in handleSelectionRequest()
3388 Atom* pTypes = (Atom*)alloca( sizeof(Atom)*nTypes ); in startDrag()
3591 Atom* pTypes = (Atom*)alloca( sizeof(Atom)*aConversions.size() ); in transferablesFlavorsChanged()
/trunk/main/vcl/source/helper/
H A Dstrhelper.cxx127 sal_Unicode* pBuffer = (sal_Unicode*)alloca( sizeof(sal_Unicode)*( nLen + 1 ) ); in GetCommandLineToken()
178 char* pBuffer = (char*)alloca( nLen + 1 ); in GetCommandLineToken()
330 sal_Unicode *pBuffer = (sal_Unicode*)alloca( sizeof(sal_Unicode)*(nLen + 1) ); in WhitespaceToSpace()
387 char *pBuffer = (char*)alloca( nLen + 1 ); in WhitespaceToSpace()

Completed in 227 milliseconds

12345