HomeSort by relevance Sort by last modified time
    Searched refs:maxbytes (Results 1 - 10 of 10) 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;
  /prebuilts/go/darwin-x86/src/bytes/
bytes.go 422 maxbytes := len(s) // length of b
424 b := make([]byte, maxbytes)
437 if nbytes+rl > maxbytes {
439 maxbytes = maxbytes*2 + utf8.UTFMax
440 nb := make([]byte, maxbytes)
444 nbytes += utf8.EncodeRune(b[nbytes:maxbytes], r)
  /prebuilts/go/linux-x86/src/bytes/
bytes.go 422 maxbytes := len(s) // length of b
424 b := make([]byte, maxbytes)
437 if nbytes+rl > maxbytes {
439 maxbytes = maxbytes*2 + utf8.UTFMax
440 nb := make([]byte, maxbytes)
444 nbytes += utf8.EncodeRune(b[nbytes:maxbytes], r)
  /external/scapy/scapy/
fields.py     [all...]
  /external/libmtp/src/
ptp.c     [all...]
ptp.h     [all...]
libmtp.c     [all...]
  /packages/apps/Messaging/build/gcheckstyle/
google-style-checker_deploy.jar 

Completed in 641 milliseconds