Searched refs:h_count (Results 1 – 6 of 6) sorted by relevance
647 unsigned int h_count; in mixer_get_ctl_const() local652 h_count = mixer_grp_get_count(mixer->h_grp); in mixer_get_ctl_const()654 if (id < h_count) in mixer_get_ctl_const()659 if ((id - h_count) < v_count) in mixer_get_ctl_const()660 return mixer->v_grp->ctl + (id - h_count); in mixer_get_ctl_const()676 unsigned int h_count; in mixer_get_ctl() local681 h_count = mixer_grp_get_count(mixer->h_grp); in mixer_get_ctl()683 if (id < h_count) in mixer_get_ctl()688 if ((id - h_count) < v_count) in mixer_get_ctl()689 return mixer->v_grp->ctl + (id - h_count); in mixer_get_ctl()
95 int h_count = 0; in xmlCommentEscape() local99 h_count++; in xmlCommentEscape()100 if (h_count >= 2) { in xmlCommentEscape()101 h_count = 0; in xmlCommentEscape()
2339 new_o->h_count = added_leaf ? o->h_count + 1 : o->h_count; in _PyHamt_Assoc()2377 new_o->h_count = o->h_count - 1; in _PyHamt_Without()2378 assert(new_o->h_count >= 0); in _PyHamt_Without()2389 if (o->h_count == 0) { in hamt_find()2426 if (v->h_count != w->h_count) { in _PyHamt_Eq()2469 return o->h_count; in _PyHamt_Len()2480 o->h_count = 0; in hamt_alloc()2508 o->h_count = 0; in _PyHamt_New()2526 if (_hamt_dump_format(&writer, "HAMT(len=%zd):\n", self->h_count)) { in hamt_dump()2593 return it->hi_obj->h_count; in hamt_baseiter_tp_len()
25 Py_ssize_t h_count; member
35 h_count label115 bne h_count
44 h_count: label124 bne h_count