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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Python/
marshal.c 1141 /* REASONABLE_FILE_LIMIT is by defn something big enough for Tkinter.pyc. */
1142 #define REASONABLE_FILE_LIMIT (1L << 18)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Python/
marshal.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
marshal.c 1141 /* REASONABLE_FILE_LIMIT is by defn something big enough for Tkinter.pyc. */
1142 #define REASONABLE_FILE_LIMIT (1L << 18)
    [all...]
  /external/python/cpython2/Python/
marshal.c 1140 /* REASONABLE_FILE_LIMIT is by defn something big enough for Tkinter.pyc. */
1141 #define REASONABLE_FILE_LIMIT (1L << 18)
1145 if (filesize > 0 && filesize <= REASONABLE_FILE_LIMIT) {
1157 * REASONABLE_FILE_LIMIT or malloc failed -- read a byte at a time.
1161 #undef REASONABLE_FILE_LIMIT
    [all...]
  /external/python/cpython3/Python/
marshal.c     [all...]

Completed in 339 milliseconds