Lines Matching refs:empty
26 unsigned int empty;31 empty = NONE;39 if (empty == NONE)40 empty = i;43 if (empty != NONE) {44 h->t[empty].hv = hv;45 h->t[empty].p = h->t[i].p;47 return empty;59 /* Found an empty position. */60 if (empty != NONE) 61 i = empty;
Indexes created Mon Oct 13 16:09:52 GMT 2025