Home | History | Annotate | Download | only in common

Lines Matching refs:tableHash

336     int32_t tableHash;
343 tableHash = elements[theIndex].hashcode;
344 if (tableHash == hashcode) { /* quick check */
348 } else if (!IS_EMPTY_OR_DELETED(tableHash)) {
353 } else if (tableHash == HASH_EMPTY) { /* empty, end o' the line */
370 } else if (tableHash != HASH_EMPTY) {