Searched refs:hashes_count (Results 1 – 3 of 3) sorted by relevance
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()
865 | HEADER.hashes_count | uint32_t1006 …uint32_t hashes_count; // The total number of unique hash values and hash data offsets in thi…1030 are in the ``BUCKETS`` array. ``hashes_count`` is the number of unique 32 bit1046 …uint32_t hashes [Header.hashes_count]; // Every unique 32 bit hash for the entire table is in thi…1047 …uint32_t offsets[Header.hashes_count]; // An offset that corresponds to each item in the "hashes[…