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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/stringlib/
formatter.h 310 Py_ssize_t *n_total)
314 *n_total = nchars;
316 *n_total = width;
320 *n_total = nchars;
326 *n_lpadding = *n_total - nchars;
328 *n_lpadding = (*n_total - nchars) / 2;
337 *n_rpadding = *n_total - nchars - *n_lpadding;
752 Py_ssize_t n_total; local
887 n_total = calc_number_widths(&spec, n_prefix, sign_char, pnumeric_chars,
891 result = STRINGLIB_NEW(NULL, n_total);
928 Py_ssize_t n_total; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/stringlib/
formatter.h 310 Py_ssize_t *n_total)
314 *n_total = nchars;
316 *n_total = width;
320 *n_total = nchars;
326 *n_lpadding = *n_total - nchars;
328 *n_lpadding = (*n_total - nchars) / 2;
337 *n_rpadding = *n_total - nchars - *n_lpadding;
753 Py_ssize_t n_total; local
888 n_total = calc_number_widths(&spec, n_prefix, sign_char, pnumeric_chars,
892 result = STRINGLIB_NEW(NULL, n_total);
930 Py_ssize_t n_total; local
    [all...]
  /external/python/cpython2/Objects/stringlib/
formatter.h 310 Py_ssize_t *n_total)
314 *n_total = nchars;
316 *n_total = width;
320 *n_total = nchars;
326 *n_lpadding = *n_total - nchars;
328 *n_lpadding = (*n_total - nchars) / 2;
337 *n_rpadding = *n_total - nchars - *n_lpadding;
752 Py_ssize_t n_total; local
895 n_total = calc_number_widths(&spec, n_prefix, sign_char, pnumeric_chars,
899 result = STRINGLIB_NEW(NULL, n_total);
936 Py_ssize_t n_total; local
    [all...]
  /external/valgrind/VEX/priv/
ir_opt.c 6582 static Int n_total = 0; local
    [all...]
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 591 milliseconds