Home
last modified time | relevance | path

Searched refs:pCppStackStart (Results 1 – 15 of 15) sorted by relevance

/trunk/main/bridges/source/cpp_uno/mingw_intel/
H A Duno2cpp.cxx174 char * pCppStackStart = pCppStack; in cpp_call() local
298 OSL_ENSURE( !( (pCppStack - pCppStackStart ) & 3), "UNALIGNED STACK !!! (Please DO panic)" ); in cpp_call()
302 (sal_Int32 *)pCppStackStart, (pCppStack - pCppStackStart) / sizeof(sal_Int32) ); in cpp_call()
369 free( pCppStackStart ); in cpp_call()
/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_intel/
H A Duno2cpp.cxx168 char * pCppStackStart = pCppStack; in cpp_call() local
273 OSL_ENSURE( !( (pCppStack - pCppStackStart ) & 3), "UNALIGNED STACK !!! (Please DO panic)" ); in cpp_call()
277 (sal_Int32 *)pCppStackStart, (pCppStack - pCppStackStart) / sizeof(sal_Int32) ); in cpp_call()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_intel/
H A Duno2cpp.cxx163 char * pCppStackStart = pCppStack; in cpp_call() local
268 OSL_ENSURE( !( (pCppStack - pCppStackStart ) & 3), "UNALIGNED STACK !!! (Please DO panic)" ); in cpp_call()
272 (sal_Int32 *)pCppStackStart, (pCppStack - pCppStackStart) / sizeof(sal_Int32) ); in cpp_call()
/trunk/main/bridges/source/cpp_uno/gcc3_netbsd_intel/
H A Duno2cpp.cxx149 char * pCppStackStart = pCppStack; in cpp_call() local
244 OSL_ENSURE( !( (pCppStack - pCppStackStart ) & 3), "UNALIGNED STACK !!! (Please DO panic)" ); in cpp_call()
248 (sal_Int32 *)pCppStackStart, (pCppStack - pCppStackStart) / sizeof(sal_Int32) ); in cpp_call()
/trunk/main/bridges/source/cpp_uno/gcc3_solaris_intel/
H A Duno2cpp.cxx152 char * pCppStackStart = pCppStack; in cpp_call() local
254 OSL_ENSURE( !( (pCppStack - pCppStackStart ) & 3), "UNALIGNED STACK !!! (Please DO panic)" ); in cpp_call()
258 (sal_Int32 *)pCppStackStart, (pCppStack - pCppStackStart) / sizeof(sal_Int32) ); in cpp_call()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_sparc/
H A Duno2cpp.cxx289 char * pCppStackStart = pCppStack; in cpp_call() local
398 int nStackLongs = (pCppStack - pCppStackStart)/sizeof(sal_Int32); in cpp_call()
399 OSL_ENSURE( !( (pCppStack - pCppStackStart ) & 3), "UNALIGNED STACK !!! (Please DO panic" ); in cpp_call()
409 (sal_Int32 *)pCppStackStart, in cpp_call()
/trunk/main/bridges/source/cpp_uno/gcc3_os2_intel/
H A Duno2cpp.cxx161 char * pCppStackStart = pCppStack; in cpp_call() local
263 OSL_ENSURE( !( (pCppStack - pCppStackStart ) & 3), "UNALIGNED STACK !!! (Please DO panic)" ); in cpp_call()
267 (sal_Int32 *)pCppStackStart, (pCppStack - pCppStackStart) / sizeof(sal_Int32) ); in cpp_call()
/trunk/main/bridges/source/cpp_uno/gcc3_solaris_sparc/
H A Duno2cpp.cxx284 char * pCppStackStart = pCppStack; in cpp_call() local
393 int nStackLongs = (pCppStack - pCppStackStart)/sizeof(sal_Int32); in cpp_call()
394 OSL_ENSURE( !( (pCppStack - pCppStackStart ) & 3), "UNALIGNED STACK !!! (Please DO panic" ); in cpp_call()
404 (sal_Int32 *)pCppStackStart, in cpp_call()
/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_powerpc/
H A Duno2cpp.cxx337 char * pCppStackStart = pCppStack; local
481 OSL_ENSURE( !( (pCppStack - pCppStackStart ) & 3), "UNALIGNED STACK !!! (Please DO panic)" );
485 (sal_Int32 *)pCppStackStart, (pCppStack - pCppStackStart) / sizeof(sal_Int32) );
/trunk/main/bridges/source/cpp_uno/gcc3_linux_powerpc/
H A Duno2cpp.cxx337 char * pCppStackStart = pCppStack; local
481 OSL_ENSURE( !( (pCppStack - pCppStackStart ) & 3), "UNALIGNED STACK !!! (Please DO panic)" );
485 (sal_Int32 *)pCppStackStart, (pCppStack - pCppStackStart) / sizeof(sal_Int32) );
/trunk/main/bridges/source/cpp_uno/gcc3_linux_mips/
H A Duno2cpp.cxx250 char * pCppStackStart = pCppStack; in cpp_call() local
399 OSL_ENSURE( !( (pCppStack - pCppStackStart ) & 3), "UNALIGNED STACK !!! (Please DO panic)" ); in cpp_call()
403 (sal_Int32 *)pCppStackStart, (pCppStack - pCppStackStart) / sizeof(sal_Int32) ); in cpp_call()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_s390/
H A Duno2cpp.cxx292 char * pCppStackStart = pCppStack; in cpp_call() local
437 OSL_ENSURE( !( (pCppStack - pCppStackStart ) & 3), "UNALIGNED STACK !!! (Please DO panic)" ); in cpp_call()
441 (sal_Int32 *)pCppStackStart, (pCppStack - pCppStackStart) / sizeof(sal_Int32) ); in cpp_call()
/trunk/main/bridges/source/cpp_uno/cc50_solaris_sparc/
H A Duno2cpp.cxx68 char * pCppStackStart = pCppStack; in cpp_call() local
188 int nStackLongs = (pCppStack - pCppStackStart)/sizeof(sal_Int32); in cpp_call()
198 (sal_Int32 *)pCppStackStart, in cpp_call()
/trunk/main/bridges/source/cpp_uno/cc50_solaris_intel/
H A Duno2cpp.cxx67 char * pCppStackStart = pCppStack; in cpp_call() local
198 int nStackLongs = (pCppStack - pCppStackStart)/sizeof(sal_Int32); in cpp_call()
207 (sal_Int32 *)pCppStackStart, in cpp_call()
/trunk/main/bridges/source/cpp_uno/msvc_win32_intel/
H A Duno2cpp.cxx155 char * pCppStackStart = pCppStack; in cpp_call() local
262 (sal_Int32 *)pCppStackStart, in cpp_call()
263 (pCppStack - pCppStackStart) / sizeof(sal_Int32) ); in cpp_call()

Completed in 554 milliseconds