Searched refs:MB (Results 1 - 25 of 32) sorted by relevance

12

/external/openssl/crypto/des/times/
H A Daix.cc9 TransfRate PCI : 132 MB/s
10 Memory : 96 MB
/external/v8/test/cctest/
H A Dtest-platform-win32.cc16 VirtualMemory* vm = new VirtualMemory(1 * MB);
H A Dtest-platform-linux.cc70 VirtualMemory* vm = new VirtualMemory(1 * MB);
H A Dtest-platform-nullos.cc70 VirtualMemory* vm = new VirtualMemory(1 * MB);
H A Dtest-mark-compact.cc78 Heap::ConfigureHeap(2*256*KB, 4*MB);
105 Heap::ConfigureHeap(2*256*KB, 4*MB);
H A Dtest-alloc.cc184 const int code_range_size = 16*MB;
H A Dtest-serialize.cc561 for (int size = 1000; size < 5 * MB; size += size >> 1) {
/external/tremolo/Tremolo/
H A Dasm_arm.h67 #define MB() asm volatile ("" : : : "memory") macro
83 MB();
102 MB();
121 MB();
H A Dmdct.c123 MB();
139 MB();
147 MB();
164 MB();
174 MB();
182 MB();
190 MB();
H A Dmisc.h142 #define MB() macro
/external/v8/src/
H A Dregexp-stack.h86 static const size_t kMaximumStackSize = 64 * MB;
H A Dzone.cc38 int Zone::zone_excess_limit_ = 256 * MB;
H A Dzone.h83 static const int kMaximumSegmentSize = 1 * MB;
H A Dglobals.h122 const int MB = KB * KB; member in namespace:v8::internal
H A Dheap.cc65 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;
1671 // max_semispace_size_ == 8 MB
[all...]
H A Dscanner.cc61 static const int kCapacityGrowthLimit = 1 * MB;
H A Dobjects.h766 // range of 2^27 bytes (128MB).
1639 static const int kMaxSize = 512 * MB;
2340 static const int kMaxSize = 512 * MB;
4062 static const int kMaxSize = 512 * MB;
4114 static const int kMaxSize = 512 * MB;
/external/qemu/tcg/ppc/
H A Dtcg-target.c384 #define MB(b) ((b)<<6) macro
534 | MB (32 - (CPU_TLB_BITS + CPU_TLB_ENTRY_BITS))
549 | MB ((32 - s_bits) & 31)
721 | MB (32 - (CPU_TLB_ENTRY_BITS + CPU_TLB_BITS))
736 | MB ((32 - opc) & 31)
773 | MB (24)
781 | MB (16)
1316 | MB (0)
1330 | MB (args[2])
/external/opencore/codecs_v2/video/m4v_h263/enc/src/
H A Dvlc_encode.cpp893 // MacroBlock *MB=video->outputMB;
983 // MacroBlock *MB=video->outputMB;
1026 if (CBP == 0 && intra == 0) /* Determine if Skipped MB */
1139 // MacroBlock *MB=video->outputMB;
1257 // MacroBlock *MB=video->outputMB;
1300 if (CBP == 0 && intra == 0) /* Determine if Skipped MB */
1790 MacroBlock *MB = video->outputMB; local
1815 dataBlock = MB->block[i];
1906 dataBlock = MB->block[i];
2016 MacroBlock *MB local
[all...]
/external/qemu/tcg/ppc64/
H A Dtcg-target.c381 #define MB(b) ((b)<<6) macro
551 | MB (32 - (CPU_TLB_BITS + CPU_TLB_ENTRY_BITS))
561 | MB ((32 - s_bits) & 31)
1232 | MB (0)
1246 | MB (args[2])
/external/openssl/crypto/bn/asm/
H A Dpa-risc2.s288 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
1215 LDD,MB -128(%sp),%r3
1301 LDD,MB -128(%sp),%r3
1510 LDD,MB -128(%sp),%r3
1603 LDD,MB -128(%sp),%r3
H A Dpa-risc2W.s278 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
1202 LDD,MB -128(%sp),%r3
1288 LDD,MB -128(%sp),%r3
1497 LDD,MB -128(%sp),%r3
1590 LDD,MB -128(%sp),%r3
/external/v8/src/mips/
H A Dassembler-mips.cc1073 } else if (buffer_size_ < 1*MB) {
1076 desc.buffer_size = buffer_size_ + 1*MB;
/external/v8/src/ia32/
H A Dassembler-ia32.h809 static const int kMaximalBufferSize = 512*MB;
/external/ipsec-tools/src/racoon/
H A Dcftoken.l562 MB { YYD; return(UNITTYPE_MBYTES); }

Completed in 210 milliseconds

12