Home
last modified time | relevance | path

Searched refs:pDatum (Results 1 – 2 of 2) sorted by relevance

/trunk/main/tools/source/rc/
H A Dresmgr.cxx1332 sal_uInt64 ResMgr::GetUInt64( void* pDatum ) in GetUInt64() argument
1334 return ((sal_uInt64(*((sal_uInt8*)pDatum + 0)) << 56) | in GetUInt64()
1335 (sal_uInt64(*((sal_uInt8*)pDatum + 1)) << 48) | in GetUInt64()
1336 (sal_uInt64(*((sal_uInt8*)pDatum + 2)) << 40) | in GetUInt64()
1337 (sal_uInt64(*((sal_uInt8*)pDatum + 3)) << 32) | in GetUInt64()
1338 (sal_uInt64(*((sal_uInt8*)pDatum + 4)) << 24) | in GetUInt64()
1339 (sal_uInt64(*((sal_uInt8*)pDatum + 5)) << 16) | in GetUInt64()
1340 (sal_uInt64(*((sal_uInt8*)pDatum + 6)) << 8) | in GetUInt64()
1341 (sal_uInt64(*((sal_uInt8*)pDatum + 7)) << 0) ); in GetUInt64()
/trunk/main/tools/inc/tools/
H A Dresmgr.hxx191 static sal_uInt64 GetUInt64( void* pDatum );

Completed in 26 milliseconds