/trunk/main/vcl/unx/generic/printergfx/ |
H A D | text_gfx.cxx | 236 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 D | glyphset.cxx | 502 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()
|
/trunk/main/bridges/source/cpp_uno/gcc3_linux_s390/ |
H A D | uno2cpp.cxx | 203 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()
|
/trunk/main/bridges/source/cpp_uno/msvc_win64_x86-64/ |
H A D | uno2cpp.cxx | 61 sal_uInt64 *pStack = (sal_uInt64 *)alloca( (nParams + 3) * sizeof(sal_uInt64) ); in cpp_call() 81 alloca( pReturnTypeDescr->nSize ) : pUnoReturn; // direct way in cpp_call() 89 void ** pCppArgs = (void **)alloca( 3 * sizeof(void *) * nParams ); in cpp_call() 105 uno_copyAndConvertData( pCppArgs[nPos] = alloca( 8 ), pUnoArgs[nPos], pParamTypeDescr, in cpp_call() 144 pCppArgs[nPos] = alloca( pParamTypeDescr->nSize ), in cpp_call() 154 pCppArgs[nPos] = alloca( pParamTypeDescr->nSize ), in cpp_call()
|
/trunk/main/bridges/source/cpp_uno/cc5_solaris_sparc64/ |
H A D | uno2cpp.cxx | 136 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 D | cpp2uno.cxx | 146 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()
|
/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_powerpc/ |
H A D | uno2cpp.cxx | 336 (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 ),
|
/trunk/main/bridges/source/cpp_uno/gcc3_linux_powerpc/ |
H A D | uno2cpp.cxx | 336 (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 ),
|
/trunk/main/bridges/source/cpp_uno/gcc3_linux_mips/ |
H A D | uno2cpp.cxx | 249 (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/bridges/source/cpp_uno/gcc3_linux_alpha/ |
H A D | uno2cpp.cxx | 210 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()
|
/trunk/main/bridges/source/cpp_uno/gcc3_linux_s390x/ |
H A D | uno2cpp.cxx | 213 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()
|
/trunk/main/bridges/source/cpp_uno/cc50_solaris_sparc/ |
H A D | uno2cpp.cxx | 67 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()
|
/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_intel/ |
H A D | uno2cpp.cxx | 167 (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()
|
/trunk/main/bridges/source/cpp_uno/gcc3_linux_intel/ |
H A D | uno2cpp.cxx | 162 (char *)alloca( sizeof(sal_Int32) + ((nParams+2) * sizeof(sal_Int64)) ); in cpp_call() 184 ? alloca( pReturnTypeDescr->nSize ) in cpp_call() 198 void ** pCppArgs = (void **)alloca( 3 * sizeof(void *) * nParams ); in cpp_call() 237 *(void **)pCppStack = pCppArgs[nPos] = alloca( pParamTypeDescr->nSize ), in cpp_call() 248 *(void **)pCppStack = pCppArgs[nPos] = alloca( pParamTypeDescr->nSize ), in cpp_call()
|
/trunk/main/bridges/source/cpp_uno/gcc3_netbsd_intel/ |
H A D | uno2cpp.cxx | 148 (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()
|
/trunk/main/bridges/source/cpp_uno/gcc3_solaris_intel/ |
H A D | uno2cpp.cxx | 151 (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()
|
/trunk/main/bridges/source/cpp_uno/gcc3_linux_sparc/ |
H A D | uno2cpp.cxx | 288 (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 D | cpp2uno.cxx | 68 ? 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()
|
/trunk/main/bridges/source/cpp_uno/gcc3_os2_intel/ |
H A D | uno2cpp.cxx | 160 (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()
|
/trunk/main/bridges/source/cpp_uno/gcc3_solaris_sparc/ |
H A D | uno2cpp.cxx | 283 (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()
|
H A D | cpp2uno.cxx | 69 ? alloca( pReturnTypeDescr->nSize ) in cpp2uno_call() 80 void ** pUnoArgs = (void **)alloca( 4 * sizeof(void *) * nParams ); in cpp2uno_call() 107 void * pDest = alloca( sizeof (sal_Int64) ); in cpp2uno_call() 128 pUnoArgs[nPos] = alloca( pParamTypeDescr->nSize ); in cpp2uno_call() 137 uno_copyAndConvertData( pUnoArgs[nPos] = alloca( pParamTypeDescr->nSize ), in cpp2uno_call()
|
/trunk/main/bridges/source/cpp_uno/mingw_intel/ |
H A D | uno2cpp.cxx | 172 (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()
|
/trunk/main/sal/osl/os2/ |
H A D | pipeimpl.cxx | 151 …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()
|
/trunk/main/sal/osl/w32/ |
H A D | pipeimpl.cxx | 156 …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()
|
/trunk/main/bridges/source/cpp_uno/msvc_win32_intel/ |
H A D | uno2cpp.cxx | 154 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()
|