Home | History | Annotate | Download | only in OrderingMethods

Lines Matching full:bucket

151     IndexType headhash ;  /* head of a hash bucket, if col is at the head of */
972 IndexType head_column ; /* head of hash bucket */
973 IndexType first_col ; /* first column in hash bucket */
1308 /* first column in degree list as head of hash bucket */
1314 /* degree list "hash" is empty, use head as hash bucket */
1524 The hash bucket for columns whose hash function is equal to h is stored
1529 head [h] is the first column in degree bucket h.
1530 Col [head [h]].headhash gives the first column in hash bucket h.
1534 -(head [h] + 2) is the first column in hash bucket h.
1536 For a column c in a hash bucket, Col [c].shared3.prev is NOT a "previous
1539 in the same hash bucket.
1567 IndexType prev_c ; /* column preceding c in hash bucket */
1571 IndexType head_column ; /* first column in hash bucket or degree list */
1572 IndexType first_col ; /* first column in hash bucket */
1590 /* === Get the first column in this hash bucket ===================== */
1602 /* === Consider each column in the hash bucket ====================== */
1611 /* prev_c is the column preceding column c in the hash bucket */
1664 /* remove c from hash bucket */
1669 /* === Empty this hash bucket ======================================= */