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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/stringlib/
formatter.h 385 Py_ssize_t n_sign; /* number of digits needed for sign (0/1) */ member in struct:__anon5588
455 spec->n_sign = 0;
480 spec->n_sign = 1;
484 spec->n_sign = 1;
490 spec->n_sign = 1;
496 n_non_digit_non_padding = spec->n_sign + spec->n_prefix + spec->n_decimal +
547 return spec->n_lpadding + spec->n_sign + spec->n_prefix +
572 if (spec->n_sign == 1) {
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/stringlib/
formatter.h 385 Py_ssize_t n_sign; /* number of digits needed for sign (0/1) */ member in struct:__anon5933
455 spec->n_sign = 0;
480 spec->n_sign = 1;
484 spec->n_sign = 1;
490 spec->n_sign = 1;
496 n_non_digit_non_padding = spec->n_sign + spec->n_prefix + spec->n_decimal +
547 return spec->n_lpadding + spec->n_sign + spec->n_prefix +
572 if (spec->n_sign == 1) {
    [all...]
  /external/python/cpython2/Objects/stringlib/
formatter.h 385 Py_ssize_t n_sign; /* number of digits needed for sign (0/1) */ member in struct:__anon30443
455 spec->n_sign = 0;
480 spec->n_sign = 1;
484 spec->n_sign = 1;
490 spec->n_sign = 1;
496 n_non_digit_non_padding = spec->n_sign + spec->n_prefix + spec->n_decimal +
547 return spec->n_lpadding + spec->n_sign + spec->n_prefix +
572 if (spec->n_sign == 1) {
    [all...]

Completed in 110 milliseconds