Lines Matching refs:sal_uInt32

41 #define STORE_MAGIC_DATAPAGE sal_uInt32(0x94190310)
56 static const sal_uInt32 theTypeId = STORE_MAGIC_DATAPAGE;
120 virtual storeError guard (sal_uInt32 nAddr);
121 virtual storeError verify (sal_uInt32 nAddr) const;
129 #define STORE_MAGIC_INDIRECTPAGE sal_uInt32(0x89191107)
142 sal_uInt32 m_pData[1];
146 static const sal_uInt32 theTypeId = STORE_MAGIC_INDIRECTPAGE;
169 return sal_uInt16(capacity(rDescr) / sizeof(sal_uInt32)); in capacityCount()
173 return sal_uInt16(capacity() / sizeof(sal_uInt32)); in capacityCount()
191 sal_uInt32 nCRC32 = 0; in guard()
192 nCRC32 = rtl_crc32 (nCRC32, &m_aGuard.m_nMagic, sizeof(sal_uInt32)); in guard()
201 sal_uInt32 nCRC32 = 0; in verify()
202 nCRC32 = rtl_crc32 (nCRC32, &m_aGuard.m_nMagic, sizeof(sal_uInt32)); in verify()
231 sal_uInt32 nAddr,
234 virtual storeError guard (sal_uInt32 nAddr);
235 virtual storeError verify (sal_uInt32 nAddr) const;
309 sal_uInt32 m_nAttrib;
314 …static const size_t theSize = sizeof(G) + sizeof(K) + sizeof(sal_uInt32) + sizeof(sal_Char[STORE_M…
338 sal_uInt32 nCRC32 = 0; in guard()
339 nCRC32 = rtl_crc32 (nCRC32, &m_aGuard.m_nMagic, sizeof(sal_uInt32)); in guard()
348 sal_uInt32 nCRC32 = 0; in verify()
349 nCRC32 = rtl_crc32 (nCRC32, &m_aGuard.m_nMagic, sizeof(sal_uInt32)); in verify()
399 sal_uInt32 m_pDirect[STORE_LIMIT_DATAPAGE_DIRECT];
400 sal_uInt32 m_pSingle[STORE_LIMIT_DATAPAGE_SINGLE];
401 sal_uInt32 m_pDouble[STORE_LIMIT_DATAPAGE_DOUBLE];
402 sal_uInt32 m_pTriple[STORE_LIMIT_DATAPAGE_TRIPLE];
426 sal_uInt32 m_nDataLen;
430 static const size_t theSize = sizeof(G) + sizeof(LinkTable) + sizeof(sal_uInt32);
451 sal_uInt32 nCRC32 = 0; in guard()
452 nCRC32 = rtl_crc32 (nCRC32, &m_aGuard.m_nMagic, sizeof(sal_uInt32)); in guard()
461 sal_uInt32 nCRC32 = 0; in verify()
462 nCRC32 = rtl_crc32 (nCRC32, &m_aGuard.m_nMagic, sizeof(sal_uInt32)); in verify()
476 sal_uInt32 directLink (sal_uInt16 nIndex) const in directLink()
483 void directLink (sal_uInt16 nIndex, sal_uInt32 nAddr) in directLink()
495 sal_uInt32 singleLink (sal_uInt16 nIndex) const in singleLink()
502 void singleLink (sal_uInt16 nIndex, sal_uInt32 nAddr) in singleLink()
514 sal_uInt32 doubleLink (sal_uInt16 nIndex) const in doubleLink()
521 void doubleLink (sal_uInt16 nIndex, sal_uInt32 nAddr) in doubleLink()
533 sal_uInt32 tripleLink (sal_uInt16 nIndex) const in tripleLink()
540 void tripleLink (sal_uInt16 nIndex, sal_uInt32 nAddr) in tripleLink()
552 #define STORE_MAGIC_DIRECTORYPAGE sal_uInt32(0x62190120)
571 static const sal_uInt32 theTypeId = STORE_MAGIC_DIRECTORYPAGE;
640 sal_uInt32 m_nPage;
646 ChunkDescriptor (sal_uInt32 nPosition, sal_uInt16 nCapacity) in ChunkDescriptor()
670 ChunkScope scope (sal_uInt32 nPosition) const in scope()
672 sal_uInt32 nCapacity = capacity(); in scope()
702 virtual storeError guard (sal_uInt32 nAddr);
703 virtual storeError verify (sal_uInt32 nAddr) const;
707 sal_uInt32 attrib (void) const in attrib()
711 void attrib (sal_uInt32 nAttrib) in attrib()
731 sal_uInt32 path (void) const in path()
735 sal_uInt32 nPath = store::ntohl(rPage.m_aNameBlock.m_aKey.m_nHigh); in path()
749 sal_uInt32 dataLength (void) const in dataLength()
753 void dataLength (sal_uInt32 nLength) in dataLength()
761 sal_uInt32 directLink (sal_uInt16 nIndex) const in directLink()
765 void directLink (sal_uInt16 nIndex, sal_uInt32 nAddr) in directLink()
773 sal_uInt32 singleLink (sal_uInt16 nIndex) const in singleLink()
777 void singleLink (sal_uInt16 nIndex, sal_uInt32 nAddr) in singleLink()
785 sal_uInt32 doubleLink (sal_uInt16 nIndex) const in doubleLink()
789 void doubleLink (sal_uInt16 nIndex, sal_uInt32 nAddr) in doubleLink()
797 sal_uInt32 tripleLink (sal_uInt16 nIndex) const in tripleLink()
801 void tripleLink (sal_uInt16 nIndex, sal_uInt32 nAddr) in tripleLink()
810 sal_uInt32 nPage,
817 sal_uInt32 nPage,
824 sal_uInt32 nPage,
846 sal_uInt32 nPage,