Home
last modified time | relevance | path

Searched refs:SAL_INT_CAST (Results 1 – 10 of 10) sorted by relevance

/trunk/main/sal/osl/unx/
H A Dsignal.c609 SAL_INT_CAST(sal_uIntPtr, stackframes[iFrame]) ); in ReportCrash()
613 SAL_INT_CAST(sal_uIntPtr, stackframes[iFrame]) in ReportCrash()
658 SAL_INT_CAST( in ReportCrash()
H A Dnlsupport.c117 if( SAL_INT_CAST(sal_uInt32, pLanguage->length) < n ) in _compose_locale()
147 ( SAL_INT_CAST(sal_uInt32, pLocale->Variant->length) < n - 6 ) ) in _compose_locale()
H A Dsecurity.c674 if ( nChr < 0 || SAL_INT_CAST(sal_uInt32, nChr) >= sizeof(buffer) in osl_psz_getUserIdent()
675 || SAL_INT_CAST(sal_uInt32, nChr) >= nMax ) in osl_psz_getUserIdent()
H A Dthread.c1024 threadEncoding = SAL_INT_CAST( in osl_getThreadTextEncoding()
1043 (void*) SAL_INT_CAST(sal_uIntPtr, Encoding)); in osl_setThreadTextEncoding()
H A Dprofile.c469 BytesWritten >= 0 && SAL_INT_CAST(unsigned int, BytesWritten) == nLen); in writeProfileImpl()
/trunk/main/jurt/source/pipe/
H A Dcom_sun_star_lib_connections_pipe_PipeConnection.c86 return (oslPipe) SAL_INT_CAST( in getPipe()
216 env, obj_this, fid, SAL_INT_CAST(jlong, (sal_IntPtr) npipe)); in PipeConnection_create()
/trunk/main/sal/rtl/source/
H A Dalloc_arena.c497 if (RTL_ARENA_FREELIST_SIZE == SAL_INT_CAST(size_t, msb)) in rtl_arena_segment_alloc()
732 SAL_INT_CAST(unsigned, highbit(arena->m_hash_size) - 1)); in rtl_arena_destructor()
H A Dstrtmpl.c940 = (SAL_INT_CAST(sal_uInt32, nLen) in IMPL_RTL_STRINGNAME()
H A Dalloc_cache.c1623 unsigned int seconds = (unsigned int)SAL_INT_CAST(sal_uIntPtr, arg); in rtl_cache_wsupdate_all()
/trunk/main/sal/inc/sal/
H A Dtypes.h455 #define SAL_INT_CAST(type, expr) ((type) (expr)) macro

Completed in 67 milliseconds