Searched refs:zeropad (Results 1 – 2 of 2) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
D | unicodeobject.c | 632 makefmt(char *fmt, int longflag, int size_tflag, int zeropad, int width, int precision, char c) in makefmt() argument 636 if (zeropad) in makefmt() 665 int zeropad; in PyUnicode_FromFormatV() local 858 zeropad = (*f == '0'); in PyUnicode_FromFormatV() 886 makefmt(fmt, longflag, size_tflag, zeropad, width, precision, 'd'); in PyUnicode_FromFormatV() 896 makefmt(fmt, longflag, size_tflag, zeropad, width, precision, 'u'); in PyUnicode_FromFormatV() 906 makefmt(fmt, 0, 0, zeropad, width, precision, 'i'); in PyUnicode_FromFormatV() 911 makefmt(fmt, 0, 0, zeropad, width, precision, 'x'); in PyUnicode_FromFormatV()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
D | unicodeobject.c | 672 makefmt(char *fmt, int longflag, int size_tflag, int zeropad, int width, int precision, char c) in makefmt() argument 676 if (zeropad) in makefmt() 710 int zeropad; in PyUnicode_FromFormatV() local 924 zeropad = (*f == '0'); in PyUnicode_FromFormatV() 952 makefmt(fmt, longflag, size_tflag, zeropad, width, precision, 'd'); in PyUnicode_FromFormatV() 962 makefmt(fmt, longflag, size_tflag, zeropad, width, precision, 'u'); in PyUnicode_FromFormatV() 972 makefmt(fmt, 0, 0, zeropad, width, precision, 'i'); in PyUnicode_FromFormatV() 977 makefmt(fmt, 0, 0, zeropad, width, precision, 'x'); in PyUnicode_FromFormatV()
|