HomeSort by relevance Sort by last modified time
    Searched refs:MB (Results 276 - 300 of 356) sorted by null

<<1112131415

  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Library/PlatformSecLib/Ia32/
Flat32.asm 375 ; Open up full 8MB SPI decode
  /external/ipsec-tools/src/racoon/
cftoken.l 562 MB { YYD; return(UNITTYPE_MBYTES); }
  /external/protobuf/csharp/src/Google.Protobuf.Test/
CodedInputStreamTest.cs 250 // Allocate and initialize a 1MB blob.
  /external/v8/src/s390/
assembler-s390.cc     [all...]
  /prebuilts/go/darwin-x86/src/cmd/trace/
trace.go 201 // each resulting in approx 100MB of json output (trace viewer can hardly handle more).
  /prebuilts/go/darwin-x86/src/net/http/httputil/
reverseproxy_test.go 529 t.Error("Backend read wrong request body.") // 1MB; omitting details
  /prebuilts/go/darwin-x86/src/regexp/
exec_test.go 63 // At time of writing, re2-exhaustive.txt is 59 MB but compresses to 385 kB,
  /prebuilts/go/linux-x86/src/cmd/trace/
trace.go 201 // each resulting in approx 100MB of json output (trace viewer can hardly handle more).
  /prebuilts/go/linux-x86/src/net/http/httputil/
reverseproxy_test.go 529 t.Error("Backend read wrong request body.") // 1MB; omitting details
  /prebuilts/go/linux-x86/src/regexp/
exec_test.go 63 // At time of writing, re2-exhaustive.txt is 59 MB but compresses to 385 kB,
  /art/compiler/optimizing/
optimizing_compiler.cc 102 static constexpr size_t kArenaAllocatorMemoryReportThreshold = 8 * MB;
    [all...]
  /external/v8/src/arm64/
constants-arm64.h 33 const unsigned kMaxLoadLiteralRange = 1 * MB;
    [all...]
  /external/v8/src/x87/
assembler-x87.h     [all...]
  /prebuilts/go/darwin-x86/src/runtime/
mheap.go 1000 print("scvg", k, ": ", sumreleased>>20, " MB released\n")
1004 print("scvg", k, ": inuse: ", memstats.heap_inuse>>20, ", idle: ", memstats.heap_idle>>20, ", sys: ", memstats.heap_sys>>20, ", released: ", memstats.heap_released>>20, ", consumed: ", (memstats.heap_sys-memstats.heap_released)>>20, " (MB)\n")
    [all...]
  /prebuilts/go/darwin-x86/test/bench/go1/
jsondata_test.go 6 // This was generated by starting with a 2MB JSON file with actual data
9 // The result is 125kB of source instead of 2MB.
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
mheap.go 1000 print("scvg", k, ": ", sumreleased>>20, " MB released\n")
1004 print("scvg", k, ": inuse: ", memstats.heap_inuse>>20, ", idle: ", memstats.heap_idle>>20, ", sys: ", memstats.heap_sys>>20, ", released: ", memstats.heap_released>>20, ", consumed: ", (memstats.heap_sys-memstats.heap_released)>>20, " (MB)\n")
    [all...]
  /prebuilts/go/linux-x86/test/bench/go1/
jsondata_test.go 6 // This was generated by starting with a 2MB JSON file with actual data
9 // The result is 125kB of source instead of 2MB.
    [all...]
  /art/runtime/gc/
heap.cc 116 static constexpr size_t kGSSBumpPointerSpaceCapacity = 32 * MB;
124 static constexpr size_t kDefaultAllocationStackSize = 8 * MB /
145 // 300 MB (0x12c00000) - (default non-moving space capacity).
147 reinterpret_cast<uint8_t*>(300 * MB - Heap::kDefaultNonMovingSpaceCapacity);
    [all...]
  /external/v8/src/heap/
mark-compact.cc 578 const size_t kMaxEvacuatedBytesForReduceMemory = 12 * MB;
580 const size_t kMaxEvacuatedBytesForOptimizeMemory = 6 * MB;
586 const size_t kMaxEvacuatedBytes = 4 * MB;
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
tables.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
tables.go     [all...]
  /external/eigen/blas/testing/
cblat3.f 442 $ MA, MB, MS, N, NA, NARGS, NB, NC, NS
517 MB = N
520 MB = K
524 LDB = MB
534 CALL CMAKE( 'GE', ' ', ' ', MB, NB, B, NMAX, BB,
    [all...]
zblat3.f 444 $ MA, MB, MS, N, NA, NARGS, NB, NC, NS
519 MB = N
522 MB = K
526 LDB = MB
536 CALL ZMAKE( 'GE', ' ', ' ', MB, NB, B, NMAX, BB,
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/ppc64/
asm9.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/internal/obj/ppc64/
asm9.go     [all...]

Completed in 1074 milliseconds

<<1112131415