Home
last modified time | relevance | path

Searched refs:SAL_PRIxUINTPTR (Results 1 – 3 of 3) sorted by relevance

/AOO41X/main/sal/inc/sal/
H A Dtypes.h189 #define SAL_PRIxUINTPTR SAL_PRIxUINT32 macro
196 #define SAL_PRIxUINTPTR SAL_PRIxUINT64 macro
/AOO41X/main/sal/qa/sal/
H A Dtest_types.cxx69 testPrintf("abc", "%" SAL_PRIxUINTPTR, static_cast< sal_uIntPtr >(0xabc)); in test()
/AOO41X/main/sal/osl/unx/
H A Dsignal.c608 fprintf( stackout, "0x%" SAL_PRIxUINTPTR ":", in ReportCrash()
611 … fprintf( xmlout, "<errormail:StackInfo pos=\"%d\" ip=\"0x%" SAL_PRIxUINTPTR "\"", in ReportCrash()