Home
last modified time | relevance | path

Searched refs:alloca (Results 101 – 105 of 105) sorted by relevance

12345

/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/external/mingwheaders/
H A Dmingw_atl_headers.patch1065 // Following code is to avoid alloca causing a stack overflow.
/trunk/main/cppu/source/typelib/
H A Dtypelib.cxx398 sal_Bool * pReadWriteAttributes = (sal_Bool *)alloca( pITD->nAllMembers ); in typelib_typedescription_initTables()
/trunk/main/vcl/unx/generic/app/
H A Dsaldisp.cxx426 int* pWeight = (int*)alloca( sizeof(int)*nVisuals ); in BestVisual()
/trunk/main/vcl/unx/generic/fontmanager/
H A Dfontmanager.cxx968 sal_Unicode* pUnicodes = (sal_Unicode*)alloca( pInfo->numOfChars * sizeof(sal_Unicode)); in readAfmMetrics()

Completed in 89 milliseconds

12345