Home
last modified time | relevance | path

Searched refs:STRINGLIB_FILL (Results 1 – 9 of 9) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/stringlib/
Dunicodedefs.h20 #define STRINGLIB_FILL Py_UNICODE_FILL macro
Dstringdefs.h20 #define STRINGLIB_FILL memset macro
Dformatter.h348 STRINGLIB_FILL(p, fill_char, n_lpadding); in fill_padding()
352 STRINGLIB_FILL(p + nchars + n_lpadding, fill_char, n_rpadding); in fill_padding()
569 STRINGLIB_FILL(buf, fill_char, spec->n_lpadding); in fill_number()
587 STRINGLIB_FILL(buf, fill_char, spec->n_spadding); in fill_number()
627 STRINGLIB_FILL(buf, fill_char, spec->n_rpadding); in fill_number()
Dlocaleutil.h94 STRINGLIB_FILL(*buffer_end, '0', n_zeros); in fill()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/stringlib/
Dunicodedefs.h20 #define STRINGLIB_FILL Py_UNICODE_FILL macro
Dstringdefs.h20 #define STRINGLIB_FILL memset macro
Dformatter.h348 STRINGLIB_FILL(p, fill_char, n_lpadding); in fill_padding()
352 STRINGLIB_FILL(p + nchars + n_lpadding, fill_char, n_rpadding); in fill_padding()
569 STRINGLIB_FILL(buf, fill_char, spec->n_lpadding); in fill_number()
587 STRINGLIB_FILL(buf, fill_char, spec->n_spadding); in fill_number()
627 STRINGLIB_FILL(buf, fill_char, spec->n_rpadding); in fill_number()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Objects/stringlib/
Dlocaleutil.h94 STRINGLIB_FILL(*buffer_end, '0', n_zeros); in fill()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Objects/stringlib/
Dlocaleutil.h94 STRINGLIB_FILL(*buffer_end, '0', n_zeros); in fill()