Home
last modified time | relevance | path

Searched refs:n_zeros (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Objects/stringlib/
H A Dlocaleutil.h48 Py_ssize_t n_chars, Py_ssize_t n_zeros, in InsertThousandsGrouping_fill()
76 if (n_zeros) { in InsertThousandsGrouping_fill()
77 *buffer_pos -= n_zeros; in InsertThousandsGrouping_fill()
80 unicode_fill(kind, data, '0', *buffer_pos, n_zeros); in InsertThousandsGrouping_fill()
46 InsertThousandsGrouping_fill(_PyUnicodeWriter *writer, Py_ssize_t *buffer_pos, PyObject *digits, Py_ssize_t *digits_pos, Py_ssize_t n_chars, Py_ssize_t n_zeros, PyObject *thousands_sep, Py_ssize_t thousands_sep_len, Py_UCS4 *maxchar) InsertThousandsGrouping_fill() argument
/third_party/ffmpeg/libavcodec/
H A Dsonic.c361 int n_zeros = 0, step = 256, dominant = 0; in intlist_read() local
379 while (n_zeros < entries) in intlist_read()
389 n_zeros += steplet; in intlist_read()
405 n_zeros += actual_run; in intlist_read()
407 n_zeros++; in intlist_read()
420 n_zeros = 0; in intlist_read()
421 for (i = 0; n_zeros < entries; i++) in intlist_read()
440 n_zeros++; in intlist_read()
451 // av_log(NULL, AV_LOG_INFO, "zeros: %d pos: %d\n", n_zeros, pos); in intlist_read()
/third_party/python/Objects/
H A Dunicodeobject.c9530 Py_ssize_t n_zeros; in _PyUnicode_InsertThousandsGrouping() local
9567 n_zeros = Py_MAX(0, len - remaining); in _PyUnicode_InsertThousandsGrouping()
9573 count += (use_separator ? thousands_sep_len : 0) + n_zeros + n_chars; in _PyUnicode_InsertThousandsGrouping()
9578 n_chars, n_zeros, in _PyUnicode_InsertThousandsGrouping()
9598 n_zeros = Py_MAX(0, len - remaining); in _PyUnicode_InsertThousandsGrouping()
9602 count += (use_separator ? thousands_sep_len : 0) + n_zeros + n_chars; in _PyUnicode_InsertThousandsGrouping()
9607 n_chars, n_zeros, in _PyUnicode_InsertThousandsGrouping()

Completed in 21 milliseconds