Home
last modified time | relevance | path

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

/trunk/main/sal/qa/sal/
H A Dtest_types.cxx53 testPrintf("18446744073709551615", "%" SAL_PRIuUINT64, SAL_MAX_UINT64); in TEST()
54 testPrintf("ffffffffffffffff", "%" SAL_PRIxUINT64, SAL_MAX_UINT64); in TEST()
55 testPrintf("FFFFFFFFFFFFFFFF", "%" SAL_PRIXUINT64, SAL_MAX_UINT64); in TEST()
/trunk/main/sal/inc/sal/
H A Dtypes.h235 #define SAL_MAX_UINT64 ((sal_uInt64) SAL_CONST_UINT64(0xFFFFFFFFFFFFFFFF)) macro
242 #define SAL_MAX_SIZE SAL_MAX_UINT64
/trunk/main/idlc/source/
H A Dscanner.ll104 // The following guarantees the invariant val <= SAL_MAX_UINT64 (because
106 // std::numeric_limits<sal_uInt64>::max() == SAL_MAX_UINT64:
H A Dastexpression.cxx476 if (ev->u.fval < 0.0 || ev->u.fval > SAL_MAX_UINT64) in coerce_value()
482 if (ev->u.dval < 0.0 || ev->u.dval > SAL_MAX_UINT64) in coerce_value()
/trunk/main/sw/source/core/docnode/
H A Dretrievedinputstreamdata.cxx59 if ( mnNextKeyValue < SAL_MAX_UINT64 ) in ReserveData()
/trunk/main/testtools/source/bridgetest/
H A Dconstructors.cxx132 && (arguments[7] >>= arg7) && arg7 == SAL_MAX_UINT64 in initialize()
162 && arg21[0] == SAL_MAX_UINT64 in initialize()
H A Dcppobj.cxx921 Sequence< sal_uInt64 > arg21(1); arg21[0] = SAL_MAX_UINT64; in testConstructorsService()
946 SAL_MAX_UINT64, in testConstructorsService()
987 args[7] <<= SAL_MAX_UINT64; in testConstructorsService()
/trunk/main/basic/inc/basic/
H A Dsbxdef.hxx365 #define SbxMAXSALUINT64 SAL_MAX_UINT64
/trunk/main/codemaker/test/cppumaker/
H A Dtest_codemaker_cppumaker.cxx544 SAL_MAX_UINT64, in TEST()
/trunk/main/framework/source/services/
H A Dautorecovery.cxx3545 sal_uInt64 nFreeSpace = SAL_MAX_UINT64; in impl_enoughDiscSpace()

Completed in 50 milliseconds