Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | hash_table: Rename insert_with_hash to insert_pre_hashed | Jason Ekstrand | 2015-01-15 | 1 | -2/+2 |
* | util/hash_table: Pull the details of the FNV-1a into helpers | Jason Ekstrand | 2015-01-15 | 1 | -0/+19 |
* | util/hash_table: Rework the API to know about hashing | Jason Ekstrand | 2014-12-14 | 1 | -4/+15 |
* | util: include c99_compat.h in hash_table.h to get 'inline' definition | Brian Paul | 2014-08-04 | 1 | -0/+1 |
* | util: Gather some common macros | Jason Ekstrand | 2014-08-04 | 1 | -2/+2 |
* | util: Move the open-addressing linear-probing hash_table to src/util. | Kenneth Graunke | 2014-08-04 | 1 | -0/+106 |