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 398 size_t fmtlen, buflen; local
498 fmtlen = strlen(fmt);
509 if (buflen > 0 || i >= 256 * fmtlen) {
  /external/python/cpython3/Modules/
timemodule.c 572 size_t fmtlen, buflen; local
656 fmtlen = time_strlen(fmt);
681 if (buflen > 0 || i >= 256 * fmtlen) {
    [all...]

Completed in 398 milliseconds