Home
last modified time | relevance | path

Searched refs:n_src (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Modules/_decimal/libmpdec/
Dio.c989 const char *src, mpd_ssize_t n_src, /* integer part and length */ in _mpd_add_sep_dot() argument
1016 if (*g == 0 || *g == CHAR_MAX || consume > n_src) { in _mpd_add_sep_dot()
1017 consume = n_src; in _mpd_add_sep_dot()
1019 n_src -= consume; in _mpd_add_sep_dot()
1024 _mbstr_copy_ascii(dest, src+n_src, consume); in _mpd_add_sep_dot()
1027 if (n_src == 0) { in _mpd_add_sep_dot()
1034 n_src = spec->min_width - (dest->nchars + n_sign); in _mpd_add_sep_dot()
1055 if (pad && n_src > 1) n_src -= 1; in _mpd_add_sep_dot()
/third_party/gstreamer/gstreamer/tests/check/generic/
Dsinks.c303 gint n_src = 1, n_sink = 2; in GST_START_TEST() local
305 while (n_src + n_sink > 0) { in GST_START_TEST()
310 fail_unless (n_src == 1, "already got one message from the src"); in GST_START_TEST()
311 n_src--; in GST_START_TEST()
331 GST_OBJECT_NAME (GST_MESSAGE_SRC (m)), n_src, n_sink); in GST_START_TEST()