HomeSort by relevance Sort by last modified time
    Searched refs:maxbytes (Results 1 - 11 of 11) 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.25/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 372 maxbytes := len(s) // length of b
374 b := make([]byte, maxbytes)
387 if nbytes+rl > maxbytes {
389 maxbytes = maxbytes*2 + utf8.UTFMax
390 nb := make([]byte, maxbytes)
394 nbytes += utf8.EncodeRune(b[nbytes:maxbytes], r)
  /prebuilts/go/darwin-x86/src/strings/
strings.go 386 maxbytes := len(s) // length of b
398 b = make([]byte, maxbytes)
406 if nbytes+wid > maxbytes {
408 maxbytes = maxbytes*2 + utf8.UTFMax
409 nb := make([]byte, maxbytes)
413 nbytes += utf8.EncodeRune(b[nbytes:maxbytes], r)
  /prebuilts/go/linux-x86/src/bytes/
bytes.go 372 maxbytes := len(s) // length of b
374 b := make([]byte, maxbytes)
387 if nbytes+rl > maxbytes {
389 maxbytes = maxbytes*2 + utf8.UTFMax
390 nb := make([]byte, maxbytes)
394 nbytes += utf8.EncodeRune(b[nbytes:maxbytes], r)
  /prebuilts/go/linux-x86/src/strings/
strings.go 386 maxbytes := len(s) // length of b
398 b = make([]byte, maxbytes)
406 if nbytes+wid > maxbytes {
408 maxbytes = maxbytes*2 + utf8.UTFMax
409 nb := make([]byte, maxbytes)
413 nbytes += utf8.EncodeRune(b[nbytes:maxbytes], r)
  /external/libmtp/src/
ptp.c     [all...]
ptp.h     [all...]
libmtp.c     [all...]
  /packages/apps/Messaging/build/gcheckstyle/
google-style-checker_deploy.jar 

Completed in 290 milliseconds