/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 | 4047 ev_ssize_t n_chars = eos-s-2; local [all...] |