Lines Matching refs:nn
88 unsigned nn, count = s->num_buckets;92 for (nn = 0; nn < s->max_buckets; nn++) {93 void* item = s->buckets[nn];162 unsigned nn, newSize;164 for (nn = 0; nn < s->max_buckets; nn++) {165 if (s->buckets[nn] == AREFSET_DELETED) {166 s->buckets[nn] = NULL;