Lines Matching refs:theSize
60 static const size_t theSize = 0; member
61 static const sal_uInt16 thePageSize = base::theSize + self::theSize;
150 static const size_t theSize = sizeof(G); member
151 static const sal_uInt16 thePageSize = base::theSize + self::theSize;
314 …static const size_t theSize = sizeof(G) + sizeof(K) + sizeof(sal_uInt32) + sizeof(sal_Char[STORE_M… member
340 nCRC32 = rtl_crc32 (nCRC32, &m_aKey, theSize - sizeof(G)); in guard()
350 nCRC32 = rtl_crc32 (nCRC32, &m_aKey, theSize - sizeof(G)); in verify()
430 static const size_t theSize = sizeof(G) + sizeof(LinkTable) + sizeof(sal_uInt32); member
453 nCRC32 = rtl_crc32 (nCRC32, &m_aTable, theSize - sizeof(G)); in guard()
463 nCRC32 = rtl_crc32 (nCRC32, &m_aTable, theSize - sizeof(G)); in verify()
575 static const size_t theSize = NameBlock::theSize + DataBlock::theSize; member
576 static const sal_uInt16 thePageSize = base::theSize + self::theSize;