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

  /external/ltp/testcases/kernel/mem/mtest01/
mtest01.c 83 unsigned long long original_maxbytes, maxbytes = 0; local
108 maxbytes = atoll(optarg);
111 if (maxbytes != 0)
185 /* set maxbytes to the extra amount we want to allocate */
186 maxbytes = D - C;
188 maxpercent, maxbytes / 1024);
190 original_maxbytes = maxbytes;
202 while (pid != 0 && maxbytes > FIVE_HUNDRED_MB) {
206 maxbytes -= FIVE_HUNDRED_MB;
215 if (maxbytes > FIVE_HUNDRED_MB
    [all...]
  /external/ltp/testcases/kernel/fs/proc/
proc01.c 66 static long long maxbytes; variable
415 if ((maxbytes > 0) && (file_total_read > maxbytes)) {
453 maxbytes = atoi(opt_maxmbytesstr) * 1024 * 1024;
  /toolchain/binutils/binutils-2.27/bfd/
bfdio.c 185 bfd_size_type maxbytes = arelt_size (abfd); local
187 if (abfd->where + size > maxbytes)
189 if (abfd->where >= maxbytes)
191 size = maxbytes - abfd->where;
  /packages/apps/Messaging/build/gcheckstyle/
google-style-checker_deploy.jar 

Completed in 461 milliseconds