Lines Matching refs:h_count
205 and has a length field (h_count).
2329 new_o->h_count = added_leaf ? o->h_count + 1 : o->h_count;
2367 new_o->h_count = o->h_count - 1;
2368 assert(new_o->h_count >= 0);
2379 if (o->h_count == 0) {
2416 if (v->h_count != w->h_count) {
2459 return o->h_count;
2470 o->h_count = 0;
2498 o->h_count = 0;
2516 if (_hamt_dump_format(&writer, "HAMT(len=%zd):\n", self->h_count)) {
2583 return it->hi_obj->h_count;