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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
timemodule.c 398 size_t fmtlen, buflen; local
498 fmtlen = strlen(fmt);
509 if (buflen > 0 || i >= 256 * fmtlen) {
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
timemodule.c 398 size_t fmtlen, buflen; local
498 fmtlen = strlen(fmt);
509 if (buflen > 0 || i >= 256 * fmtlen) {
    [all...]
  /external/python/cpython2/Modules/
timemodule.c 468 size_t fmtlen, buflen; local
570 fmtlen = strlen(fmt);
581 if (buflen > 0 || i >= 256 * fmtlen) {
    [all...]
  /external/python/cpython3/Modules/
timemodule.c 713 size_t fmtlen, buflen; local
802 fmtlen = time_strlen(fmt);
827 if (buflen > 0 || i >= 256 * fmtlen) {
    [all...]

Completed in 552 milliseconds