Home
last modified time | relevance | path

Searched refs:alloca (Results 1 – 25 of 106) sorted by relevance

12345

/aoo41x/main/vcl/unx/generic/printergfx/
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()
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()
/aoo41x/main/bridges/source/cpp_uno/gcc3_linux_s390/
H A Duno2cpp.cxx203 void * dummy = alloca(32); // dummy alloca to force r11 usage for exception handling in callVirtualMethod()
291 (char *)alloca( sizeof(sal_Int32) + ((nParams+2) * sizeof(sal_Int64)) ); in cpp_call()
295 char * pParamType = (char *) alloca(nParams+2); in cpp_call()
315 ? alloca( pReturnTypeDescr->nSize ) in cpp_call()
330 void ** pCppArgs = (void **)alloca( 3 * sizeof(void *) * nParams ); in cpp_call()
402 *(void **)pCppStack = pCppArgs[nPos] = alloca( pParamTypeDescr->nSize ), in cpp_call()
412 *(void **)pCppStack = pCppArgs[nPos] = alloca( pParamTypeDescr->nSize ), in cpp_call()
/aoo41x/main/bridges/source/cpp_uno/cc5_solaris_sparc64/
H A Duno2cpp.cxx136 alloca( in call()
146 ret = retconv ? alloca(rtd->nSize) : returnValue; in call()
152 void ** cppArgs = static_cast< void ** >(alloca(count * sizeof (void *))); in call()
155 alloca(count * sizeof (typelib_TypeDescription *))); in call()
308 cppArgs[i] = alloca(ptd->nSize); in call()
313 cppArgs[i] = alloca(ptd->nSize); in call()
H A Dcpp2uno.cxx146 retin = retconv ? alloca(rtd->nSize) : retout; in call()
148 void ** args = static_cast< void ** >(alloca(count * sizeof (void *))); in call()
149 void ** cppArgs = static_cast< void ** >(alloca(count * sizeof (void *))); in call()
152 alloca(count * sizeof (typelib_TypeDescription *))); in call()
289 args[i] = alloca(ptd->nSize); in call()
292 args[i] = alloca(ptd->nSize); in call()
/aoo41x/main/bridges/source/cpp_uno/gcc3_freebsd_powerpc/
H A Duno2cpp.cxx336 (char *)alloca( sizeof(sal_Int32) + ((nParams+2) * sizeof(sal_Int64)) );
340 char * pParamType = (char *) alloca(nParams+2);
361 ? alloca( pReturnTypeDescr->nSize ): pUnoReturn); // direct way
375 void ** pCppArgs = (void **)alloca( 3 * sizeof(void *) * nParams );
445 *(void **)pCppStack = pCppArgs[nPos] = alloca( pParamTypeDescr->nSize ),
455 *(void **)pCppStack = pCppArgs[nPos] = alloca( pParamTypeDescr->nSize ),
/aoo41x/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()
/aoo41x/main/bridges/source/cpp_uno/gcc3_linux_powerpc/
H A Duno2cpp.cxx336 (char *)alloca( sizeof(sal_Int32) + ((nParams+2) * sizeof(sal_Int64)) );
340 char * pParamType = (char *) alloca(nParams+2);
361 ? alloca( pReturnTypeDescr->nSize ): pUnoReturn); // direct way
375 void ** pCppArgs = (void **)alloca( 3 * sizeof(void *) * nParams );
445 *(void **)pCppStack = pCppArgs[nPos] = alloca( pParamTypeDescr->nSize ),
455 *(void **)pCppStack = pCppArgs[nPos] = alloca( pParamTypeDescr->nSize ),
/aoo41x/main/bridges/source/cpp_uno/gcc3_macosx_powerpc/
H A Duno2cpp.cxx297 (char *)alloca( sizeof(sal_Int32) + ((nParams+2) * sizeof(sal_Int64)) ); in cpp_call()
301 char * pParamType = (char *) alloca(nParams+2); in cpp_call()
322 ? alloca( pReturnTypeDescr->nSize ) in cpp_call()
338 void ** pCppArgs = (void **)alloca( 3 * sizeof(void *) * nParams ); in cpp_call()
409 *(void **)pCppStack = pCppArgs[nPos] = alloca( pParamTypeDescr->nSize ), in cpp_call()
419 *(void **)pCppStack = pCppArgs[nPos] = alloca( pParamTypeDescr->nSize ), in cpp_call()
/aoo41x/main/bridges/source/cpp_uno/gcc3_linux_alpha/
H A Duno2cpp.cxx210 sal_uInt64 * pStack = (sal_uInt64 *)alloca( (nParams+3) * sizeof(sal_Int64) ); in cpp_call()
234 ? alloca( pReturnTypeDescr->nSize ) in cpp_call()
247 void ** pCppArgs = (void **)alloca( 3 * sizeof(void *) * nParams ); in cpp_call()
263 uno_copyAndConvertData( pCppArgs[nPos] = alloca( 8 ), pUnoArgs[nPos], pParamTypeDescr, in cpp_call()
305 pCppArgs[nPos] = alloca( pParamTypeDescr->nSize ), in cpp_call()
315 pCppArgs[nPos] = alloca( pParamTypeDescr->nSize ), in cpp_call()
/aoo41x/main/bridges/source/cpp_uno/gcc3_linux_s390x/
H A Duno2cpp.cxx213 sal_uInt64 * pStack = (sal_uInt64 *)alloca( (nParams+3) * sizeof(sal_Int64) ); in cpp_call()
239 ? alloca( pReturnTypeDescr->nSize ) in cpp_call()
252 void ** pCppArgs = (void **)alloca( 3 * sizeof(void *) * nParams ); in cpp_call()
268 uno_copyAndConvertData( pCppArgs[nPos] = alloca( 8 ), pUnoArgs[nPos], pParamTypeDescr, in cpp_call()
310 pCppArgs[nPos] = alloca( pParamTypeDescr->nSize ), in cpp_call()
320 pCppArgs[nPos] = alloca( pParamTypeDescr->nSize ), in cpp_call()
/aoo41x/main/bridges/source/cpp_uno/cc50_solaris_sparc/
H A Duno2cpp.cxx67 char * pCppStack = (char *)alloca( ((nParams+3) * sizeof(sal_Int64)) ); in cpp_call()
89 ? alloca( pReturnTypeDescr->nSize ) in cpp_call()
101 void ** pCppArgs = (void **)alloca( 3 * sizeof(void *) * nParams ); in cpp_call()
139 *(void **)pCppStack = pCppArgs[nPos] = alloca( pParamTypeDescr->nSize ), in cpp_call()
150 *(void **)pCppStack = pCppArgs[nPos] = alloca( pParamTypeDescr->nSize ), in cpp_call()
/aoo41x/main/bridges/source/cpp_uno/gcc3_freebsd_intel/
H A Duno2cpp.cxx167 (char *)alloca( sizeof(sal_Int32) + ((nParams+2) * sizeof(sal_Int64)) ); in cpp_call()
189 ? alloca( pReturnTypeDescr->nSize ) in cpp_call()
203 void ** pCppArgs = (void **)alloca( 3 * sizeof(void *) * nParams ); in cpp_call()
242 *(void **)pCppStack = pCppArgs[nPos] = alloca( pParamTypeDescr->nSize ), in cpp_call()
253 *(void **)pCppStack = pCppArgs[nPos] = alloca( pParamTypeDescr->nSize ), in cpp_call()
/aoo41x/main/bridges/source/cpp_uno/gcc3_linux_intel/
H A Duno2cpp.cxx158 (char *)alloca( sizeof(sal_Int32) + ((nParams+2) * sizeof(sal_Int64)) ); in cpp_call()
180 ? alloca( pReturnTypeDescr->nSize ) in cpp_call()
194 void ** pCppArgs = (void **)alloca( 3 * sizeof(void *) * nParams ); in cpp_call()
233 *(void **)pCppStack = pCppArgs[nPos] = alloca( pParamTypeDescr->nSize ), in cpp_call()
244 *(void **)pCppStack = pCppArgs[nPos] = alloca( pParamTypeDescr->nSize ), in cpp_call()
/aoo41x/main/bridges/source/cpp_uno/gcc3_netbsd_intel/
H A Duno2cpp.cxx148 (char *)alloca( sizeof(sal_Int32) + ((nParams+2) * sizeof(sal_Int64)) ); in cpp_call()
168 ? alloca( pReturnTypeDescr->nSize ) in cpp_call()
180 void ** pCppArgs = (void **)alloca( 3 * sizeof(void *) * nParams ); in cpp_call()
215 *(void **)pCppStack = pCppArgs[nPos] = alloca( pParamTypeDescr->nSize ), in cpp_call()
225 *(void **)pCppStack = pCppArgs[nPos] = alloca( pParamTypeDescr->nSize ), in cpp_call()
/aoo41x/main/bridges/source/cpp_uno/gcc3_solaris_intel/
H A Duno2cpp.cxx151 (char *)alloca( sizeof(sal_Int32) + ((nParams+2) * sizeof(sal_Int64)) ); in cpp_call()
173 ? alloca( pReturnTypeDescr->nSize ) in cpp_call()
187 void ** pCppArgs = (void **)alloca( 3 * sizeof(void *) * nParams ); in cpp_call()
223 *(void **)pCppStack = pCppArgs[nPos] = alloca( pParamTypeDescr->nSize ), in cpp_call()
234 *(void **)pCppStack = pCppArgs[nPos] = alloca( pParamTypeDescr->nSize ), in cpp_call()
/aoo41x/main/bridges/source/cpp_uno/gcc3_linux_sparc/
H A Duno2cpp.cxx288 (char *)alloca( (nParams+2) * sizeof(sal_Int64) ); in cpp_call()
309 ? alloca( pReturnTypeDescr->nSize ) in cpp_call()
323 void ** pCppArgs = (void **)alloca( 3 * sizeof(void *) * nParams ); in cpp_call()
367 *(void **)pCppStack = pCppArgs[nPos] = alloca( pParamTypeDescr->nSize ), in cpp_call()
378 *(void **)pCppStack = pCppArgs[nPos] = alloca( pParamTypeDescr->nSize ), in cpp_call()
H A Dcpp2uno.cxx68 ? alloca( pReturnTypeDescr->nSize ) in cpp2uno_call()
79 void ** pUnoArgs = (void **)alloca( 4 * sizeof(void *) * nParams ); in cpp2uno_call()
106 void * pDest = alloca( sizeof (sal_Int64) ); in cpp2uno_call()
129 pUnoArgs[nPos] = alloca( pParamTypeDescr->nSize ); in cpp2uno_call()
138 uno_copyAndConvertData( pUnoArgs[nPos] = alloca( pParamTypeDescr->nSize ), in cpp2uno_call()
/aoo41x/main/bridges/source/cpp_uno/gcc3_macosx_intel/
H A Duno2cpp.cxx173 (char *)alloca( sizeof(sal_Int32) + ((nParams+2) * sizeof(sal_Int64)) ); in cpp_call()
196 ? alloca( pReturnTypeDescr->nSize ) in cpp_call()
212 void ** pCppArgs = (void **)alloca( 3 * sizeof(void *) * nParams ); in cpp_call()
250 *(void **)pCppStack = pCppArgs[nPos] = alloca( pParamTypeDescr->nSize ), in cpp_call()
261 *(void **)pCppStack = pCppArgs[nPos] = alloca( pParamTypeDescr->nSize ), in cpp_call()
/aoo41x/main/bridges/source/cpp_uno/gcc3_os2_intel/
H A Duno2cpp.cxx160 (char *)alloca( sizeof(sal_Int32) + ((nParams+2) * sizeof(sal_Int64)) ); in cpp_call()
182 ? alloca( pReturnTypeDescr->nSize ) in cpp_call()
196 void ** pCppArgs = (void **)alloca( 3 * sizeof(void *) * nParams ); in cpp_call()
232 *(void **)pCppStack = pCppArgs[nPos] = alloca( pParamTypeDescr->nSize ), in cpp_call()
243 *(void **)pCppStack = pCppArgs[nPos] = alloca( pParamTypeDescr->nSize ), in cpp_call()
/aoo41x/main/bridges/source/cpp_uno/gcc3_solaris_sparc/
H A Duno2cpp.cxx283 (char *)alloca( (nParams+2) * sizeof(sal_Int64) ); in cpp_call()
304 ? alloca( pReturnTypeDescr->nSize ) in cpp_call()
318 void ** pCppArgs = (void **)alloca( 3 * sizeof(void *) * nParams ); in cpp_call()
362 *(void **)pCppStack = pCppArgs[nPos] = alloca( pParamTypeDescr->nSize ), in cpp_call()
373 *(void **)pCppStack = pCppArgs[nPos] = alloca( pParamTypeDescr->nSize ), in cpp_call()
/aoo41x/main/bridges/source/cpp_uno/mingw_intel/
H A Duno2cpp.cxx172 (char *)alloca( sizeof(sal_Int32) + ((nParams+2) * sizeof(sal_Int64)) ); in cpp_call()
198 ? alloca( pReturnTypeDescr->nSize ) in cpp_call()
219 void ** pCppArgs = (void **)alloca( 3 * sizeof(void *) * nParams ); in cpp_call()
262 *(void **)pCppStack = pCppArgs[nPos] = alloca( pParamTypeDescr->nSize ), in cpp_call()
277 *(void **)pCppStack = pCppArgs[nPos] = alloca( pParamTypeDescr->nSize ), in cpp_call()
/aoo41x/main/bridges/source/cpp_uno/msvc_win32_intel/
H A Duno2cpp.cxx154 char * pCppStack = (char *)alloca( sizeof(sal_Int32) + (nParams * sizeof(sal_Int64)) ); in cpp_call()
176 ? alloca( pReturnTypeDescr->nSize ) in cpp_call()
186 void ** pCppArgs = (void **)alloca( 3 * sizeof(void *) * nParams ); in cpp_call()
226 *(void **)pCppStack = pCppArgs[nPos] = alloca( pParamTypeDescr->nSize ), in cpp_call()
237 *(void **)pCppStack = pCppArgs[nPos] = alloca( pParamTypeDescr->nSize ), in cpp_call()
/aoo41x/main/sal/osl/w32/
H A Dpipeimpl.cxx156 …LPTSTR lpMappingName = (LPTSTR)alloca( _tcslen(lpName) * sizeof(TCHAR) + sizeof(PIPE_NAME_PREFIX_M… in CreatePipeDataMapping()
163 LPTSTR lpMappingFileName = (LPTSTR)alloca( MAX_PATH * sizeof(TCHAR) ); in CreatePipeDataMapping()
171 lpMappingFileName = (LPTSTR)alloca( (nChars + 1 + _tcslen(lpName)) * sizeof(TCHAR) ); in CreatePipeDataMapping()
222 …LPTSTR lpMappingName = (LPTSTR)alloca( _tcslen(lpName) * sizeof(TCHAR) + sizeof(PIPE_NAME_PREFIX_M… in OpenPipeDataMapping()
242 …LPTSTR lpMutexName = (LPTSTR)alloca( _tcslen(lpName) * sizeof(TCHAR) + sizeof(PIPE_NAME_PREFIX_SYN… in CreatePipeDataMutex()
262 …LPTSTR lpSemaphoreName = (LPTSTR)alloca( _tcslen(lpName) * sizeof(TCHAR) + sizeof(PIPE_NAME_PREFIX… in CreatePipeConnectionSemaphore()
/aoo41x/main/sal/osl/os2/
H A Dpipeimpl.cxx151 …LPTSTR lpMappingName = (LPTSTR)alloca( _tcslen(lpName) * sizeof(TCHAR) + sizeof(PIPE_NAME_PREFIX_M… in CreatePipeDataMapping()
158 LPTSTR lpMappingFileName = (LPTSTR)alloca( MAX_PATH * sizeof(TCHAR) ); in CreatePipeDataMapping()
166 lpMappingFileName = (LPTSTR)alloca( (nChars + 1 + _tcslen(lpName)) * sizeof(TCHAR) ); in CreatePipeDataMapping()
217 …LPTSTR lpMappingName = (LPTSTR)alloca( _tcslen(lpName) * sizeof(TCHAR) + sizeof(PIPE_NAME_PREFIX_M… in OpenPipeDataMapping()
237 …LPTSTR lpMutexName = (LPTSTR)alloca( _tcslen(lpName) * sizeof(TCHAR) + sizeof(PIPE_NAME_PREFIX_SYN… in CreatePipeDataMutex()
257 …LPTSTR lpSemaphoreName = (LPTSTR)alloca( _tcslen(lpName) * sizeof(TCHAR) + sizeof(PIPE_NAME_PREFIX… in CreatePipeConnectionSemaphore()

Completed in 192 milliseconds

12345