Lines Matching defs:empty
27 unsigned int empty;32 empty = NONE;40 if (empty == NONE)41 empty = i;46 if (empty != NONE) {47 h->t[empty].hv = hv;48 h->t[empty].p = h->t[i].p;50 return empty;63 /* Found an empty position. */64 if (empty != NONE) 65 i = empty;
Indexes created Sat Sep 27 22:09:54 GMT 2025