HomeSort by relevance Sort by last modified time
    Searched refs:MB (Results 1 - 25 of 35) sorted by null

1 2

  /external/openssl/crypto/des/times/
aix.cc 9 TransfRate PCI : 132 MB/s
10 Memory : 96 MB
  /external/v8/test/cctest/
test-platform-win32.cc 16 VirtualMemory* vm = new VirtualMemory(1 * MB);
test-platform-linux.cc 70 VirtualMemory* vm = new VirtualMemory(1 * MB);
test-platform-nullos.cc 70 VirtualMemory* vm = new VirtualMemory(1 * MB);
test-mark-compact.cc 78 Heap::ConfigureHeap(2*256*KB, 4*MB);
105 Heap::ConfigureHeap(2*256*KB, 4*MB);
test-alloc.cc 184 const int code_range_size = 16*MB;
test-serialize.cc 561 for (int size = 1000; size < 5 * MB; size += size >> 1) {
  /external/tremolo/Tremolo/
asm_arm.h 67 #define MB() asm volatile ("" : : : "memory")
83 MB();
102 MB();
121 MB();
mdct.c 123 MB();
139 MB();
147 MB();
164 MB();
174 MB();
182 MB();
190 MB();
misc.h 142 #define MB()
  /external/v8/src/
regexp-stack.h 86 static const size_t kMaximumStackSize = 64 * MB;
zone.cc 38 int Zone::zone_excess_limit_ = 256 * MB;
zone.h 83 static const int kMaximumSegmentSize = 1 * MB;
globals.h 122 const int MB = KB * KB;
heap.cc 65 static const int kMinimumPromotionLimit = 2*MB;
66 static const int kMinimumAllocationLimit = 8*MB;
79 int Heap::max_semispace_size_ = 2*MB;
80 int Heap::max_old_generation_size_ = 192*MB;
84 int Heap::max_semispace_size_ = 16*MB;
86 int Heap::initial_semispace_size_ = 1*MB;
87 size_t Heap::code_range_size_ = 512*MB;
89 int Heap::max_semispace_size_ = 8*MB;
90 int Heap::max_old_generation_size_ = 512*MB;
    [all...]
scanner.cc 61 static const int kCapacityGrowthLimit = 1 * MB;
    [all...]
heap.h     [all...]
  /packages/apps/Phone/src/com/android/phone/
DataUsageListener.java 215 long MB = 1024 * KB;
216 long GB = 1024 * MB;
222 } else if (data < MB) {
225 ret = (data / MB) + " MB";
  /cts/tests/tests/telephony/src/android/telephony/cts/
SmsMessageTest.java 38 private static final String MB = DMB;
431 assertEquals(MB, sms.getEmailBody());
  /cts/tests/tests/telephony/src/android/telephony/gsm/cts/
SmsMessageTest.java 39 private static final String MB = DMB;
428 assertEquals(MB, sms.getEmailBody());
  /frameworks/base/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...]
  /external/openssl/crypto/bn/asm/
pa-risc2.s 288 LDD,MB -128(%sp),%r3 ; restore r3
447 LDD,MB -128(%sp),%r3 ; restore r3
571 LDD,MB -128(%sp),%r3
910 LDW,MB -192(%r30),%r3 ;offset 0xaec
    [all...]
pa-risc2W.s 278 LDD,MB -128(%sp),%r3 ; restore r3
436 LDD,MB -128(%sp),%r3 ; restore r3
560 LDD,MB -128(%sp),%r3
880 LDD,MB -352(%r30),%r3
    [all...]
  /external/v8/src/mips/
assembler-mips.cc 1073 } else if (buffer_size_ < 1*MB) {
1076 desc.buffer_size = buffer_size_ + 1*MB;
  /external/chromium/sdch/open-vcdiff/vsprojects/
vcdiff_test.bat 414 rem windows, each window having a size of 64MB.

Completed in 2765 milliseconds

1 2