HomeSort by relevance Sort by last modified time
    Searched refs:MB (Results 26 - 50 of 152) sorted by null

12 3 4 5 6 7

  /external/llvm/lib/IRReader/
IRReader.cpp 109 std::unique_ptr<MemoryBuffer> MB(unwrap(MemBuf));
110 *OutM = wrap(ParseIR(MB.get(), Diag, *unwrap(ContextRef)));
  /frameworks/base/libs/hwui/
RenderBufferCache.cpp 43 RenderBufferCache::RenderBufferCache(): mSize(0), mMaxSize(MB(DEFAULT_RENDER_BUFFER_CACHE_SIZE)) {
47 setMaxSize(MB(atof(property)));
Properties.h 243 #define MB(s) s * 1024 * 1024
LayerCache.cpp 34 LayerCache::LayerCache(): mSize(0), mMaxSize(MB(DEFAULT_LAYER_CACHE_SIZE)) {
38 setMaxSize(MB(atof(property)));
  /frameworks/compile/mclinker/
mcld-device-build.mk 3 # The three inline options together reduce libbcc.so almost 1MB.
  /art/runtime/
globals.h 32 static constexpr size_t MB = KB * KB;
parsed_options_test.cc 66 EXPECT_EQ(1 * MB, parsed->stack_size_);
thread_pool.h 40 static const size_t kDefaultStackSize = 1 * MB;
  /bionic/benchmarks/
stdio_benchmark.cpp 22 #define MB 1024*KB
string_benchmark.cpp 22 #define MB 1024*KB
  /external/chromium_org/v8/src/
regexp-stack.h 81 static const size_t kMaximumStackSize = 64 * MB;
zone.h 81 static const int kMaximumSegmentSize = 1 * MB;
87 static const int kExcessLimit = 256 * MB;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DataUsageDetailView.java 41 private static final double MB = 1024 * KB;
42 private static final double GB = 1024 * MB;
119 if (b > 100 * MB) {
123 val = b / MB;
124 suffix = "MB";
  /external/llvm/tools/llvm-rtdyld/
llvm-rtdyld.cpp 115 sys::MemoryBlock MB = sys::Memory::AllocateRWX(Size, nullptr, nullptr);
116 FunctionMemory.push_back(MB);
117 return (uint8_t*)MB.base();
125 sys::MemoryBlock MB = sys::Memory::AllocateRWX(Size, nullptr, nullptr);
126 DataMemory.push_back(MB);
127 return (uint8_t*)MB.base();
  /build/target/board/generic_x86_64/
BoardConfig.mk 44 BOARD_SYSTEMIMAGE_PARTITION_SIZE := 943718400 # 900MB
  /external/clang/test/Layout/
ms-x86-pack-and-align.cpp 409 struct MB : virtual MA {
415 // CHECK-NEXT: 0 | struct MB
416 // CHECK-NEXT: 0 | (MB vbtable pointer)
423 // CHECK-X64-NEXT: 0 | struct MB
424 // CHECK-X64-NEXT: 0 | (MB vbtable pointer)
564 sizeof(MB)+
  /external/llvm/lib/Support/
LockFileManager.cpp 42 std::unique_ptr<MemoryBuffer> MB = std::move(MBOrErr.get());
46 std::tie(Hostname, PIDStr) = getToken(MB->getBuffer(), " ");
  /external/llvm/unittests/Support/
SpecialCaseListTest.cpp 21 std::unique_ptr<MemoryBuffer> MB(MemoryBuffer::getMemBuffer(List));
22 return SpecialCaseList::create(MB.get(), Error);
  /external/valgrind/main/massif/tests/
big-alloc.post.exp 8 MB
29 0 +----------------------------------------------------------------------->MB
  /external/tremolo/Tremolo/
mdct.c 123 MB();
139 MB();
147 MB();
164 MB();
174 MB();
182 MB();
190 MB();
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 101 static bool isRunOfOnes(unsigned Val, unsigned &MB, unsigned &ME);
107 unsigned &SH, unsigned &MB, unsigned &ME);
346 bool PPCDAGToDAGISel::isRunOfOnes(unsigned Val, unsigned &MB, unsigned &ME) {
352 MB = countLeadingZeros(Val);
362 MB = countLeadingZeros((Val - 1) ^ Val) + 1;
372 unsigned &MB, unsigned &ME) {
407 return isRunOfOnes(Mask, MB, ME);
454 unsigned MB, ME;
455 if (isRunOfOnes(InsertMask, MB, ME)) {
482 SDValue Ops[] = { Op0, Op1, getI32Imm(SH), getI32Imm(MB),
    [all...]
  /external/llvm/lib/Target/PowerPC/InstPrinter/
PPCInstPrinter.cpp 44 unsigned char MB = MI->getOperand(3).getImm();
47 if (SH <= 31 && MB == 0 && ME == (31-SH)) {
50 if (SH <= 31 && MB == (32-SH) && ME == 31) {
  /external/chromium_org/third_party/re2/benchlog/
mktable 50 my $val = $data{$sys}->{$key}->{'MB/s'};
89 printf JGR "yaxis min 0 max $y size 1 label : speed (MB/s)\n";
132 if(/([\d.]+) MB\/s/){
133 $row{"MB/s"} = $1;
  /external/regex-re2/benchlog/
mktable 50 my $val = $data{$sys}->{$key}->{'MB/s'};
89 printf JGR "yaxis min 0 max $y size 1 label : speed (MB/s)\n";
132 if(/([\d.]+) MB\/s/){
133 $row{"MB/s"} = $1;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/properties/
feedPublish.eclipse.properties 78 winxp-2GHz-512MB,win32,win,x86,UNKNOWN

Completed in 2487 milliseconds

12 3 4 5 6 7