Changeset 9f29243 in mainline
- Timestamp:
- 2006-05-15T15:32:59Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e09b75c
- Parents:
- ddd043ce
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
generic/src/adt/hash_table.c
rddd043ce r9f29243 107 107 ASSERT(chain < h->entries); 108 108 109 /*110 * The hash table is not redundant.111 * Check if the keys are not in place already.112 */113 109 for (cur = h->entry[chain].next; cur != &h->entry[chain]; cur = cur->next) { 114 110 if (h->op->compare(key, h->max_keys, cur)) {
Note:
See TracChangeset
for help on using the changeset viewer.