Lines Matching full:hashes_count
865 | HEADER.hashes_count | uint32_t
1006 uint32_t hashes_count; // The total number of unique hash values and hash data offsets in this table
1030 are in the ``BUCKETS`` array. ``hashes_count`` is the number of unique 32 bit
1046 uint32_t hashes [Header.hashes_count]; // Every unique 32 bit hash for the entire table is in this table
1047 uint32_t offsets[Header.hashes_count]; // An offset that corresponds to each item in the "hashes[]" array above