Lines Matching defs: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 Sat Sep 27 14:09:57 GMT 2025