HomeSort by relevance Sort by last modified time
    Searched refs:n_chars (Results 1 - 6 of 6) sorted by null

  /external/python/cpython3/Objects/stringlib/
localeutil.h 50 Py_ssize_t n_chars, Py_ssize_t n_zeros, STRINGLIB_CHAR* thousands_sep,
63 *buffer_end -= n_chars;
64 *digits_end -= n_chars;
65 memcpy(*buffer_end, *digits_end, n_chars * sizeof(STRINGLIB_CHAR));
122 Py_ssize_t n_chars; local
138 n_chars = Py_MAX(0, Py_MIN(remaining, l));
140 /* Use n_zero zero's and n_chars chars */
143 count += (use_separator ? thousands_sep_len : 0) + n_zeros + n_chars;
147 STRINGLIB(fill)(&digits_end, &buffer_end, n_chars, n_zeros,
154 remaining -= n_chars;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Objects/stringlib/
localeutil.h 67 Py_ssize_t n_chars, Py_ssize_t n_zeros, const char* thousands_sep,
89 *buffer_end -= n_chars;
90 *digits_end -= n_chars;
91 memcpy(*buffer_end, *digits_end, n_chars * sizeof(STRINGLIB_CHAR));
145 Py_ssize_t n_chars; local
162 n_chars = MAX(0, MIN(remaining, l));
164 /* Use n_zero zero's and n_chars chars */
167 count += (use_separator ? thousands_sep_len : 0) + n_zeros + n_chars;
171 fill(&digits_end, &buffer_end, n_chars, n_zeros,
178 remaining -= n_chars;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Objects/stringlib/
localeutil.h 67 Py_ssize_t n_chars, Py_ssize_t n_zeros, const char* thousands_sep,
89 *buffer_end -= n_chars;
90 *digits_end -= n_chars;
91 memcpy(*buffer_end, *digits_end, n_chars * sizeof(STRINGLIB_CHAR));
145 Py_ssize_t n_chars; local
162 n_chars = MAX(0, MIN(remaining, l));
164 /* Use n_zero zero's and n_chars chars */
167 count += (use_separator ? thousands_sep_len : 0) + n_zeros + n_chars;
171 fill(&digits_end, &buffer_end, n_chars, n_zeros,
178 remaining -= n_chars;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/stringlib/
localeutil.h 67 Py_ssize_t n_chars, Py_ssize_t n_zeros, const char* thousands_sep,
89 *buffer_end -= n_chars;
90 *digits_end -= n_chars;
91 memcpy(*buffer_end, *digits_end, n_chars * sizeof(STRINGLIB_CHAR));
145 Py_ssize_t n_chars; local
162 n_chars = MAX(0, MIN(remaining, l));
164 /* Use n_zero zero's and n_chars chars */
167 count += (use_separator ? thousands_sep_len : 0) + n_zeros + n_chars;
171 fill(&digits_end, &buffer_end, n_chars, n_zeros,
178 remaining -= n_chars;
    [all...]
  /external/python/cpython2/Objects/stringlib/
localeutil.h 52 Py_ssize_t n_chars, Py_ssize_t n_zeros, const char* thousands_sep,
74 *buffer_end -= n_chars;
75 *digits_end -= n_chars;
76 memcpy(*buffer_end, *digits_end, n_chars * sizeof(STRINGLIB_CHAR));
130 Py_ssize_t n_chars; local
147 n_chars = MAX(0, MIN(remaining, l));
149 /* Use n_zero zero's and n_chars chars */
152 count += (use_separator ? thousands_sep_len : 0) + n_zeros + n_chars;
156 fill(&digits_end, &buffer_end, n_chars, n_zeros,
163 remaining -= n_chars;
    [all...]
  /external/libevent/
http.c 4542 ev_ssize_t n_chars = eos-s-2; local
    [all...]

Completed in 304 milliseconds