Home
last modified time | relevance | path

Searched refs:h_count (Results 1 – 6 of 6) sorted by relevance

/external/tinyalsa_new/src/
Dmixer.c647 unsigned int h_count; in mixer_get_ctl_const() local
652 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() local
681 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()
/external/iptables/iptables/
Diptables-xml.c95 int h_count = 0; in xmlCommentEscape() local
99 h_count++; in xmlCommentEscape()
100 if (h_count >= 2) { in xmlCommentEscape()
101 h_count = 0; in xmlCommentEscape()
/external/python/cpython3/Python/
Dhamt.c2339 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()
/external/python/cpython3/Include/internal/
Dpycore_hamt.h25 Py_ssize_t h_count; member
/external/libvpx/libvpx/vpx_dsp/arm/
Dloopfilter_16_neon.asm35 h_count label
115 bne h_count
/external/libvpx/config/arm-neon/vpx_dsp/arm/
Dloopfilter_16_neon.asm.S44 h_count: label
124 bne h_count