Searched refs:nb_consumed (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libcroco/
H A Dcr-input.c660 gulong nb_consumed = 0; local
668 for (nb_consumed = 0; ((status == CR_OK)
670 && nb_consumed < *a_nb_char));
671 nb_consumed++) {
675 *a_nb_char = nb_consumed;
677 if ((nb_consumed > 0)
702 nb_consumed = 0; local
707 for (nb_consumed = 0;
708 ((*a_nb_chars > 0) && (nb_consumed < *a_nb_chars));
709 nb_consumed
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libcroco/
H A Dcr-input.c660 gulong nb_consumed = 0; local
668 for (nb_consumed = 0; ((status == CR_OK)
670 && nb_consumed < *a_nb_char));
671 nb_consumed++) {
675 *a_nb_char = nb_consumed;
677 if ((nb_consumed > 0)
702 nb_consumed = 0; local
707 for (nb_consumed = 0;
708 ((*a_nb_chars > 0) && (nb_consumed < *a_nb_chars));
709 nb_consumed
[all...]

Completed in 102 milliseconds