Home
last modified time | relevance | path

Searched refs:SAL_CONST_UINT64 (Results 1 – 8 of 8) sorted by relevance

/trunk/main/sal/inc/sal/
H A Dtypes.h105 #define SAL_CONST_UINT64(x) x##ui64 macro
119 #define SAL_CONST_UINT64(x) x##ul macro
131 #define SAL_CONST_UINT64(x) x##ull macro
235 #define SAL_MAX_UINT64 ((sal_uInt64) SAL_CONST_UINT64(0xFFFFFFFFFFFFFFFF))
/trunk/main/tools/source/datetime/
H A Ddatetime.cxx399 rLower = sal_uInt32( aTime % SAL_CONST_UINT64( 0x100000000 ) ); in GetWin32FileDateTime()
400 rUpper = sal_uInt32( aTime / SAL_CONST_UINT64( 0x100000000 ) ); in GetWin32FileDateTime()
409 sal_uInt64( rUpper ) * SAL_CONST_UINT64( 0x100000000 ) + in CreateFromWin32FileDateTime()
/trunk/main/testtools/source/bridgetest/
H A Dbridgetest.cxx389 SAL_CONST_UINT64(0xFEDCBA9876543210), 17.0815f, 3.1415926359, in performTest()
652 sal_uInt64 _arUHyper[] = { 0, 1, SAL_CONST_UINT64(0xFFFFFFFFFFFFFFFF) }; in performTest()
675 SAL_CONST_UINT64(0xFEDCBA9876543210), 17.0815f, 3.1415926359, in performTest()
681 SAL_CONST_UINT64(0xFEDCBA9876543210), 17.0815f, 3.1415926359, in performTest()
687 SAL_CONST_UINT64(0xFEDCBA9876543210), 17.0815f, 3.1415926359, in performTest()
/trunk/main/stoc/test/
H A Dtestconv.cxx662 OSL_ASSERT( *(const sal_uInt64 *)aRet.getValue() == SAL_CONST_UINT64(0x7fffffffffffffff) ); in test_Conversion()
663 aRet <<= SAL_CONST_UINT64(0xffffffffffffffff); in test_Conversion()
665 OSL_ASSERT( *(const sal_uInt64 *)aRet.getValue() == SAL_CONST_UINT64(0xffffffffffffffff) ); in test_Conversion()
H A Dtestiadapter.cxx761 SAL_CONST_UINT64(0xfedcba9876543210), in performTest()
/trunk/main/idlc/source/
H A Dscanner.ll119 if (val < SAL_CONST_UINT64(0x8000000000000000)) {
121 } else if (val == SAL_CONST_UINT64(0x8000000000000000)) {
/trunk/main/extensions/source/ole/
H A Dunoconversionutilities.hxx504 if (var.decVal.Lo64 > SAL_CONST_UINT64(0x8000000000000000) in variantToAny()
513 value |= SAL_CONST_UINT64(0x8000000000000000); in variantToAny()
934 if (value & SAL_CONST_UINT64(0x8000000000000000)) in anyToVariant()
/trunk/main/sc/source/core/tool/
H A Dinterpr1.cxx1179 static const sal_uInt64 max_val = SAL_CONST_UINT64( 281474976710656 ); in ScBitArithmeticOps()

Completed in 119 milliseconds