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

  /external/python/cpython2/Modules/
zlibmodule.c 55 /* The output buffer will be increased in chunks of DEFAULTALLOC bytes. */
56 #define DEFAULTALLOC (16*1024)
208 Py_ssize_t ibuflen, obuflen = DEFAULTALLOC;
293 Py_ssize_t r_strlen=DEFAULTALLOC;
487 Py_ssize_t ibuflen, obuflen = DEFAULTALLOC;
590 Py_ssize_t ibuflen, obuflen = DEFAULTALLOC, hard_limit;
688 Py_ssize_t length = DEFAULTALLOC;
865 Py_ssize_t length = DEFAULTALLOC;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
zlibmodule.c 54 /* The output buffer will be increased in chunks of DEFAULTALLOC bytes. */
55 #define DEFAULTALLOC (16*1024)
221 Py_ssize_t r_strlen=DEFAULTALLOC;
415 Py_ssize_t length = DEFAULTALLOC;
528 Py_ssize_t old_length, length = DEFAULTALLOC;
626 int err, length = DEFAULTALLOC;
816 int err, length = DEFAULTALLOC;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
zlibmodule.c 54 /* The output buffer will be increased in chunks of DEFAULTALLOC bytes. */
55 #define DEFAULTALLOC (16*1024)
215 Py_ssize_t r_strlen=DEFAULTALLOC;
409 Py_ssize_t length = DEFAULTALLOC;
479 Py_ssize_t old_length, length = DEFAULTALLOC;
600 int err, length = DEFAULTALLOC;
790 int err, length = DEFAULTALLOC;
    [all...]
  /external/python/cpython2/Lib/test/
test_zlib.py 367 DEFAULTALLOC = 16 * 1024
368 self.assertGreater(len(data), DEFAULTALLOC)

Completed in 786 milliseconds