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

  /external/compiler-rt/test/asan/TestCases/Windows/
shadow_mapping_failure.cc 6 char bigchunk[1 << 30]; variable
10 scanf("%s", bigchunk);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
fileio.c 46 #define BIGCHUNK (512 * 32)
48 #define BIGCHUNK (512 * 1024)
525 /* Keep doubling until we reach BIGCHUNK;
526 then keep adding BIGCHUNK. */
527 if (currentsize <= BIGCHUNK)
530 return currentsize + BIGCHUNK;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
bz2module.c 228 #define BIGCHUNK (512 * 32)
230 #define BIGCHUNK (512 * 1024)
238 /* Keep doubling until we reach BIGCHUNK;
239 then keep adding BIGCHUNK. */
240 if (currentsize <= BIGCHUNK)
243 return currentsize + BIGCHUNK;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
fileobject.c 990 #define BIGCHUNK (512 * 32)
992 #define BIGCHUNK (512 * 1024)
1024 /* Keep doubling until we reach BIGCHUNK;
1025 then keep adding BIGCHUNK. */
1026 if (currentsize <= BIGCHUNK)
1029 return currentsize + BIGCHUNK;
    [all...]
  /external/valgrind/helgrind/
libhb_core.c 681 VG_(printf)("XXXXX bigchunk: abandoning %d bytes\n",
    [all...]

Completed in 308 milliseconds