Searched refs:hashes_count (Results 1 – 6 of 6) sorted by relevance
53 uint32_t hashes_count; // The total number of unique hash values and hash member61 bucket_count(0), hashes_count(0), header_data_len(sizeof(T)), in Header()68 sizeof(bucket_count) + sizeof(hashes_count) + in GetByteSize()84 s.Printf("header.hashes_count = 0x%8.8x %u\n", hashes_count, in Dump()85 hashes_count); in Dump()94 sizeof(bucket_count) + sizeof(hashes_count) + in Read()125 hashes_count = data.GetU32(&offset); in Read()171 &offset, m_header.hashes_count * sizeof(uint32_t)); in MemoryTable()173 &offset, m_header.hashes_count * sizeof(uint32_t)); in MemoryTable()194 if (m_hash_values && hash_idx < m_header.hashes_count) in GetHashValue()[all …]
85 uint32_t hashes_count; // The total number of unique hash values member96 hashes_count(0), header_data_len(data_len) {} in TableHeader()
62 Header.hashes_count = num; in ComputeBucketCount()123 Asm->EmitInt32(Header.hashes_count); in EmitHeader()
467 const uint32_t hash_count = m_header.hashes_count; in AppendAllDIEsThatMatchingRegex()498 const uint32_t hash_count = m_header.hashes_count; in AppendAllDIEsInRange()
873 | HEADER.hashes_count | uint32_t1014 …uint32_t hashes_count; // The total number of unique hash values and hash data offsets in thi…1038 are in the ``BUCKETS`` array. ``hashes_count`` is the number of unique 32 bit1054 …uint32_t hashes [Header.hashes_count]; // Every unique 32 bit hash for the entire table is in thi…1055 …uint32_t offsets[Header.hashes_count]; // An offset that corresponds to each item in the "hashes[…
1480 | HEADER.hashes_count | uint32_t1621 …uint32_t hashes_count; // The total number of unique hash values and hash data offsets in thi…1645 are in the ``BUCKETS`` array. ``hashes_count`` is the number of unique 32 bit1661 …uint32_t hashes [Header.hashes_count]; // Every unique 32 bit hash for the entire table is in thi…1662 …uint32_t offsets[Header.hashes_count]; // An offset that corresponds to each item in the "hashes[…