Lines Matching defs:count
285 // count-1, so need to add one to distinguish from unused. The probe sequence
292 int count; // number of occupied slots in hash
360 // Don't bump error count for warnings
406 static struct zlist *zlist_initx(struct zlist *p, size_t size, size_t count)
408 p->base = p->avail = xzalloc(count * size);
409 p->limit = p->base + size * count;
629 m->count = 0;
689 if (m->count == m->limit) {
698 m->count++;
1895 // Then: return the count of expressions in list
2560 if (v->flags & ZF_MAP || v->map->count)
3891 push_int_val(0); // arg count
4246 if (IS_MAP(v)) k = v->map->count - v->map->deleted;