Searched refs:marg (Results 1 – 8 of 8) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/stringlib/ |
D | transmogrify.h | 190 Py_ssize_t marg, left; in stringlib_center() local 208 marg = width - STRINGLIB_LEN(self); in stringlib_center() 209 left = marg / 2 + (marg & width & 1); in stringlib_center() 211 return pad(self, left, marg - left, fillchar); in stringlib_center()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/stringlib/ |
D | transmogrify.h | 190 Py_ssize_t marg, left; in stringlib_center() local 208 marg = width - STRINGLIB_LEN(self); in stringlib_center() 209 left = marg / 2 + (marg & width & 1); in stringlib_center() 211 return pad(self, left, marg - left, fillchar); in stringlib_center()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
D | stringobject.c | 3248 Py_ssize_t marg, left; in string_center() local 3260 marg = width - PyString_GET_SIZE(self); in string_center() 3261 left = marg / 2 + (marg & width & 1); in string_center() 3263 return pad(self, left, marg - left, fillchar); in string_center()
|
D | unicodeobject.c | 6116 Py_ssize_t marg, left; in unicode_center() local 6128 marg = width - self->length; in unicode_center() 6129 left = marg / 2 + (marg & width & 1); in unicode_center() 6131 return (PyObject*) pad(self, left, marg - left, fillchar); in unicode_center()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
D | stringobject.c | 3227 Py_ssize_t marg, left; in string_center() local 3239 marg = width - PyString_GET_SIZE(self); in string_center() 3240 left = marg / 2 + (marg & width & 1); in string_center() 3242 return pad(self, left, marg - left, fillchar); in string_center()
|
D | unicodeobject.c | 6021 Py_ssize_t marg, left; in unicode_center() local 6033 marg = width - self->length; in unicode_center() 6034 left = marg / 2 + (marg & width & 1); in unicode_center() 6036 return (PyObject*) pad(self, left, marg - left, fillchar); in unicode_center()
|
/device/linaro/bootloader/edk2/EdkShellPkg/ |
D | ShellR64.patch | 2075 - shellenv\marg.c 2100 + shellenv/marg.c 2443 - shellenv\marg.c 2468 + shellenv/marg.c
|
D | ShellR33.patch | 7281 - shellenv\marg.c 7316 + shellenv/marg.c 8086 - shellenv\marg.c 8121 + shellenv/marg.c
|