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

1 2 3 4 5 67 8 91011>>

  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ia32/
Thunk16.asm 78 ; by user code. It will be shadowed to somewhere in memory below 1MB.
151 ; It will be shadowed to somewhere in memory below 1MB.
  /external/llvm/lib/Target/AMDGPU/
R600ControlFlowFinalizer.cpp 503 for (MachineFunction::iterator MB = MF.begin(), ME = MF.end(); MB != ME;
504 ++MB) {
505 MachineBasicBlock &MBB = *MB;
  /external/llvm/lib/Target/Hexagon/
HexagonEarlyIfConv.cpp 96 PrintMB(const MachineBasicBlock *B) : MB(B) {}
97 const MachineBasicBlock *MB;
100 if (!P.MB)
102 return OS << '#' << P.MB->getNumber();
    [all...]
  /external/lz4/programs/
lz4io.c 77 #define MB *(1 <<20)
93 #define LEGACY_BLOCKSIZE (8 MB)
173 static const size_t blockSizeTable[] = { 64 KB, 256 KB, 1 MB, 4 MB };
364 DISPLAYUPDATE(2, "\rRead : %i MB ==> %.2f%% ", (int)(filesize>>20), (double)compressedfilesize/filesize*100);
381 DISPLAYLEVEL(4,"Done in %.2f s ==> %.2f MB/s\n", seconds, (double)filesize / seconds / 1024 / 1024);
483 DISPLAYUPDATE(2, "\rRead : %u MB ==> %.2f%% ",
510 DISPLAYUPDATE(2, "\rRead : %u MB ==> %.2f%% ", (unsigned)(filesize>>20), (double)compressedfilesize/filesize*100);
826 DISPLAYUPDATE(2, "\rDecompressed : %u MB ", (unsigned)(filesize>>20));
    [all...]
  /external/v8/src/heap/
incremental-marking.h 124 static const intptr_t kActivationThreshold = 8 * MB;
memory-reducer.cc 21 const size_t MemoryReducer::kCommittedMemoryDelta = 10 * MB;
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
timings.go 30 unit string // unit of size measure (count, MB, lines, funcs, ...)
52 // the unit of measurement (e.g., MB, lines, no. of funcs, etc.).
  /prebuilts/go/darwin-x86/src/go/doc/testdata/
benchmark.go 66 // If this is called, the benchmark will report ns/op and MB/s.
197 mb := ""
199 mb = fmt.Sprintf("\t%7.2f MB/s", mbs)
212 return fmt.Sprintf("%8d\t%s%s", r.N, ns, mb)
  /prebuilts/go/darwin-x86/src/runtime/
mem_linux.go 82 // 4KB page to 2MB, bloating the process's RSS by as much as
101 // number of VMAs under control. With hugePageSize = 2MB, even
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
timings.go 30 unit string // unit of size measure (count, MB, lines, funcs, ...)
52 // the unit of measurement (e.g., MB, lines, no. of funcs, etc.).
  /prebuilts/go/linux-x86/src/go/doc/testdata/
benchmark.go 66 // If this is called, the benchmark will report ns/op and MB/s.
197 mb := ""
199 mb = fmt.Sprintf("\t%7.2f MB/s", mbs)
212 return fmt.Sprintf("%8d\t%s%s", r.N, ns, mb)
  /prebuilts/go/linux-x86/src/runtime/
mem_linux.go 82 // 4KB page to 2MB, bloating the process's RSS by as much as
101 // number of VMAs under control. With hugePageSize = 2MB, even
  /external/llvm/utils/FileCheck/
FileCheck.cpp 665 CanonicalizeInputFile(std::unique_ptr<MemoryBuffer> MB,
668 NewFile.reserve(MB->getBufferSize());
670 for (const char *Ptr = MB->getBufferStart(), *End = MB->getBufferEnd();
692 MemoryBuffer::getMemBufferCopy(NewFile.str(), MB->getBufferIdentifier()));
    [all...]
  /external/llvm/lib/Target/PowerPC/AsmParser/
PPCAsmParser.cpp     [all...]
  /art/cmdline/
cmdline_parser_test.cc 219 EXPECT_SINGLE_PARSE_VALUE(MemoryKiB(1234*MB), "-Xms1234m", M::MemoryInitialSize);
476 MemoryKiB(16 * MB), "-Xjitmaxsize:16M", M::JITCodeCacheMaxCapacity);
  /build/soong/cmd/javac_wrapper/
javac_wrapper.go 119 // buffer size to 2MB.
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/X64/
Thunk16.S 69 # by user code. It will be shadowed to somewhere in memory below 1MB.
166 # It will be shadowed to somewhere in memory below 1MB.
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/X64/
Thunk16.S 72 # by user code. It will be shadowed to somewhere in memory below 1MB.
163 # It will be shadowed to somewhere in memory below 1MB.
  /external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.cpp 178 MemoryBufferRef MB = CompiledObjBuffer->getMemBufferRef();
179 ObjCache->notifyObjectCompiled(M, MB);
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
vlc_encode.cpp 893 // MacroBlock *MB=video->outputMB;
983 // MacroBlock *MB=video->outputMB;
1026 if (CBP == 0 && intra == 0) /* Determine if Skipped MB */
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/objdump/
objdump_test.go 89 // binaries would be about 1 MB each, and we don't want to
  /prebuilts/go/darwin-x86/src/mime/multipart/
formdata.go 35 maxValueBytes := int64(10 << 20) // 10 MB is a lot of text.
  /prebuilts/go/darwin-x86/src/net/
writev_test.go 216 // Arrange to reuse the same 1 MB buffer so that we don't allocate much.
  /prebuilts/go/linux-x86/src/cmd/objdump/
objdump_test.go 89 // binaries would be about 1 MB each, and we don't want to
  /prebuilts/go/linux-x86/src/mime/multipart/
formdata.go 35 maxValueBytes := int64(10 << 20) // 10 MB is a lot of text.

Completed in 1783 milliseconds

1 2 3 4 5 67 8 91011>>