HomeSort by relevance Sort by last modified time
    Searched defs:n_zeros (Results 1 - 4 of 4) sorted by null

  /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,
93 *buffer_end -= n_zeros;
94 STRINGLIB_FILL(*buffer_end, '0', n_zeros);
137 Py_ssize_t n_zeros; local
161 n_zeros = MAX(0, l - remaining);
167 count += (use_separator ? thousands_sep_len : 0) + n_zeros + n_chars;
171 fill(&digits_end, &buffer_end, n_chars, n_zeros,
191 n_zeros = MAX(0, l - remaining);
195 count += (use_separator ? thousands_sep_len : 0) + n_zeros + n_chars;
198 fill(&digits_end, &buffer_end, n_chars, n_zeros,
    [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,
93 *buffer_end -= n_zeros;
94 STRINGLIB_FILL(*buffer_end, '0', n_zeros);
137 Py_ssize_t n_zeros; local
161 n_zeros = MAX(0, l - remaining);
167 count += (use_separator ? thousands_sep_len : 0) + n_zeros + n_chars;
171 fill(&digits_end, &buffer_end, n_chars, n_zeros,
191 n_zeros = MAX(0, l - remaining);
195 count += (use_separator ? thousands_sep_len : 0) + n_zeros + n_chars;
198 fill(&digits_end, &buffer_end, n_chars, n_zeros,
    [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,
93 *buffer_end -= n_zeros;
94 STRINGLIB_FILL(*buffer_end, '0', n_zeros);
137 Py_ssize_t n_zeros; local
161 n_zeros = MAX(0, l - remaining);
167 count += (use_separator ? thousands_sep_len : 0) + n_zeros + n_chars;
171 fill(&digits_end, &buffer_end, n_chars, n_zeros,
191 n_zeros = MAX(0, l - remaining);
195 count += (use_separator ? thousands_sep_len : 0) + n_zeros + n_chars;
198 fill(&digits_end, &buffer_end, n_chars, n_zeros,
    [all...]
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 148 milliseconds