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

12

/freebsd-10-stable/usr.sbin/pc-sysinstall/backend-query/
H A Ddisk-info.sh49 # Now get the disks size in MB
51 MB=$(convert_byte_to_megabyte ${KB})
59 echo "size=${MB}"
H A Ddisk-part.sh48 # Now get the disks size in MB
50 MB=$(convert_byte_to_megabyte ${KB})
51 TOTALSIZE="$MB"
90 # Now get the startblock, blocksize and MB size of this partition
/freebsd-10-stable/contrib/llvm/tools/lli/
H A DRemoteMemoryManager.cpp28 sys::Memory::releaseMappedMemory(I->MB);
64 sys::MemoryBlock MB = sys::Memory::allocateMappedMemory(Size, local
69 assert(!ec && MB.base());
75 Near = MB;
76 return MB;
100 unsigned Size = Section.MB.size();
117 unsigned Size = Section.MB.size();
139 EE->mapSectionAddress(const_cast<void*>(Offsets[i].first.MB.base()), Addr);
141 DEBUG(dbgs() << " Mapping local: " << Offsets[i].first.MB.base()
158 Target->loadCode(RemoteAddr, Section.MB
[all...]
H A DRemoteMemoryManager.h35 : MB(mb), Alignment(a), IsCode(code) {}
37 sys::MemoryBlock MB; member in struct:llvm::RemoteMemoryManager::Allocation
/freebsd-10-stable/contrib/llvm/lib/ExecutionEngine/MCJIT/
H A DSectionMemoryManager.cpp52 sys::MemoryBlock &MB = MemGroup.FreeMem[i]; local
53 if (MB.size() >= RequiredSize) {
54 Addr = (uintptr_t)MB.base();
55 uintptr_t EndOfBlock = Addr + MB.size();
75 sys::MemoryBlock MB = sys::Memory::allocateMappedMemory(RequiredSize, local
86 MemGroup.Near = MB;
88 MemGroup.AllocatedMem.push_back(MB);
89 Addr = (uintptr_t)MB.base();
90 uintptr_t EndOfBlock = Addr + MB.size();
/freebsd-10-stable/usr.sbin/pc-sysinstall/backend-partmanager/
H A Dcreate-part.sh49 MB="${2}"
53 TOTALBLOCKS="`expr $MB \* 2048`"
/freebsd-10-stable/lib/libc/gen/
H A Dgetbsize.c52 #define MB (1024L * 1024L) macro
76 max = MAXB / MB;
77 mul = MB;
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Rewrite/Core/
H A DRewriter.cpp230 StringRef MB = SourceMgr->getBufferData(FID); local
231 I->second.Initialize(MB.begin(), MB.end());
246 StringRef MB = SourceMgr->getBufferData(FID); local
257 while (isWhitespace(MB[i]))
259 indentSpace = MB.substr(lineOffs, i-lineOffs);
323 StringRef MB = SourceMgr->getBufferData(FID); local
324 return ReplaceText(start, origLength, MB.substr(newOffs, newLength));
373 StringRef MB = SourceMgr->getBufferData(FID); local
390 while (isWhitespace(MB[
[all...]
/freebsd-10-stable/contrib/llvm/include/llvm/Transforms/Utils/
H A DSpecialCaseList.h67 static SpecialCaseList *create(const MemoryBuffer *MB, std::string &Error);
104 bool parse(const MemoryBuffer *MB, std::string &Error);
/freebsd-10-stable/sys/geom/vinum/
H A Dgeom_vinum_share.c715 snprintf(desc, sizeof(desc), lj ? "%jd MB" : "%10jd MB",
/freebsd-10-stable/contrib/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp88 sys::MemoryBlock MB = sys::Memory::AllocateRWX(Size, 0, 0); local
89 FunctionMemory.push_back(MB);
90 return (uint8_t*)MB.base();
98 sys::MemoryBlock MB = sys::Memory::AllocateRWX(Size, 0, 0); local
99 DataMemory.push_back(MB);
100 return (uint8_t*)MB.base();
/freebsd-10-stable/contrib/llvm/lib/Support/
H A DLockFileManager.cpp40 OwningPtr<MemoryBuffer> MB;
41 if (MemoryBuffer::getFile(LockFileName, MB))
46 tie(Hostname, PIDStr) = getToken(MB->getBuffer(), " ");
/freebsd-10-stable/contrib/netbsd-tests/bin/df/
H A Dgetmntinfo.c37 #define MB * 1024 KB macro
38 #define GB * 1024 MB
96 #define USED 132ULL MB
/freebsd-10-stable/contrib/llvm/lib/Transforms/Utils/
H A DSpecialCaseList.cpp67 const MemoryBuffer *MB, std::string &Error) {
69 if (!SCL->parse(MB, Error))
81 bool SpecialCaseList::parse(const MemoryBuffer *MB, std::string &Error) { argument
84 SplitString(MB->getBuffer(), Lines, "\n\r");
66 create( const MemoryBuffer *MB, std::string &Error) argument
/freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp93 static bool isRunOfOnes(unsigned Val, unsigned &MB, unsigned &ME);
99 unsigned &SH, unsigned &MB, unsigned &ME);
332 bool PPCDAGToDAGISel::isRunOfOnes(unsigned Val, unsigned &MB, unsigned &ME) { argument
338 MB = countLeadingZeros(Val);
348 MB = countLeadingZeros((Val - 1) ^ Val) + 1;
358 unsigned &MB, unsigned &ME) {
393 return isRunOfOnes(Mask, MB, ME);
440 unsigned MB, ME; local
441 if (isRunOfOnes(InsertMask, MB, ME)) {
461 SDValue Ops[] = { Op0, Op1, getI32Imm(SH), getI32Imm(MB),
356 isRotateAndMask(SDNode *N, unsigned Mask, bool isShiftMask, unsigned &SH, unsigned &MB, unsigned &ME) argument
1100 unsigned Imm, Imm2, SH, MB, ME; local
1138 unsigned MB, ME; local
1159 unsigned Imm, SH, MB, ME; local
1171 unsigned Imm, SH, MB, ME; local
[all...]
H A DPPCFastISel.cpp1629 unsigned MB; local
1631 MB = 24;
1634 MB = 16;
1638 .addReg(SrcReg).addImm(/*SH=*/0).addImm(MB).addImm(/*ME=*/31);
1642 unsigned MB; local
1644 MB = 56;
1646 MB = 48;
1648 MB = 32;
1651 .addReg(SrcReg).addImm(/*SH=*/0).addImm(MB);
2090 unsigned MB local
2101 unsigned MB = MI->getOperand(3).getImm(); local
[all...]
/freebsd-10-stable/contrib/netbsd-tests/kernel/
H A Dt_umountstress.sh45 floppy288|2.88MB 3.5in Extra High Density Floppy:\
130 floppy288|2.88MB 3.5in Extra High Density Floppy:\
H A Dt_umount.sh45 floppy288|2.88MB 3.5in Extra High Density Floppy:\
/freebsd-10-stable/contrib/libarchive/libarchive/test/
H A Dtest_tar_large.c72 #define MB ((int64_t)1024 * KB) macro
73 #define GB ((int64_t)1024 * MB)
209 filedatasize = (size_t)(1 * MB);
H A Dtest_write_format_zip_large.c62 #define MB ((int64_t)1024 * KB) macro
63 #define GB ((int64_t)1024 * MB)
339 nullsize = (size_t)(1 * MB);
/freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/InstPrinter/
H A DPPCInstPrinter.cpp43 unsigned char MB = MI->getOperand(3).getImm(); local
46 if (SH <= 31 && MB == 0 && ME == (31-SH)) {
49 if (SH <= 31 && MB == (32-SH) && ME == 31) {
/freebsd-10-stable/sys/dev/hptmv/
H A Damd64-elf.raid.o.uu34 MB>&Z(````$B)W^@`````08$\)/,6>%IT(&9FD&9FD$@/MD4`2(L$Q0````!(
49 MB$-Z#[;(N`$```#3X&:)@Y````!(QT,(`````$&+5"0,2(E3&$&+A"24````
83 MB>_H`````$C'@Y@`````````2`^W@Y````!(]]A((8.8````2(-["`!U&?:#
117 MB>Y,B>?H#OW__TC'0S@`````2,=#,`````!(B=Y,B?]!_U0D:&9FD$'_Q4$/
139 MB?-(BVY`2(L&#[9(`[C^____T\!F(45:@'XA`70'#[9&(8A%(4B)WDR)Y^@`
208 MB<&)^`G(9HE&6DB+0AAF1"G`9HE&5&9!*<%F1(E.4NL9QD91_V9$B4Y4ZPY,
307 M9I!!@[W@60```'16@+MB#````75-2(M[.$B#?T@`=##H#3(``(7`=2=(BT,X
327 MB?/&1A,`QD82`$B)]^CL_?__2(G>3(GGZ!$```!(BUPD"$R+9"002(/$&,-F
347 MB<]+`WS,"$2)P>@`````_\-$.?-\A.E_````2(UT)"!(B=_H,OW__T&)QD@/
361 MB
[all...]
/freebsd-10-stable/bin/ls/tests/
H A Dls_tests.sh78 MB=$(( 1024 * $KB ))
79 GB=$(( 1024 * $MB ))
95 for filesize in $MB $GB $TB; do
97 dd if=/dev/zero of=${filesize}.file bs=$MB \
98 count=1 oseek=$(( $filesize / $MB )) conv=sparse
554 elif [ $file_size -lt $MB ]; then
558 divisor=$MB
/freebsd-10-stable/contrib/llvm/lib/Target/R600/
H A DR600OptimizeVectorRegisters.cpp320 MachineBasicBlock *MB = MBB; local
325 for (MachineBasicBlock::iterator MII = MB->begin(), MIIE = MB->end();
H A DR600ControlFlowFinalizer.cpp336 for (MachineFunction::iterator MB = MF.begin(), ME = MF.end(); MB != ME;
337 ++MB) {
338 MachineBasicBlock &MBB = *MB;

Completed in 404 milliseconds

12