Searched refs:CACHE_TABLE_HEADER_SIZE (Results 1 – 2 of 2) sorted by relevance
1841 int length = CACHE_TABLE_HEADER_SIZE + INITIAL_CACHE_NUMBER * ENTRY_SIZE; in CreateCacheTable()1876 ASSERT((static_cast<size_t>(CACHE_TABLE_HEADER_SIZE) + in FindCachedResult()1878 uint32_t index = CACHE_TABLE_HEADER_SIZE + entry * ENTRY_SIZE; in FindCachedResult()1937 ASSERT((static_cast<size_t>(CACHE_TABLE_HEADER_SIZE) + in AddResultInCache()1939 uint32_t index = CACHE_TABLE_HEADER_SIZE + entry * ENTRY_SIZE; in AddResultInCache()1948 ASSERT((static_cast<size_t>(CACHE_TABLE_HEADER_SIZE) + in AddResultInCache()1950 uint32_t index2 = CACHE_TABLE_HEADER_SIZE + entry2 * ENTRY_SIZE; in AddResultInCache()1961 index2 = CACHE_TABLE_HEADER_SIZE + entry2 * ENTRY_SIZE; in AddResultInCache()1982 int length = CACHE_TABLE_HEADER_SIZE + DEFAULT_CACHE_NUMBER * ENTRY_SIZE; in GrowRegexpCache()1991 ASSERT((static_cast<size_t>(CACHE_TABLE_HEADER_SIZE) + in SetEntry()[all …]
230 static constexpr int CACHE_TABLE_HEADER_SIZE = 6; variable