HomeSort by relevance Sort by last modified time
    Searched refs:MBR (Results 1 - 11 of 11) sorted by null

  /device/linaro/bootloader/edk2/DuetPkg/BootSector/
FILE.LST 32 MBR
34 Mbr.asm
Mbr.asm 12 ;* Mbr.asm
107 cmp al, 0ffh ; 0xFF means do legacy MBR boot
221 ; MbrPartitionIndicator - Used to indicate which MBR partition to be boot
223 ; OxFF means boot to legacy MBR. (LBA OFFSET 6)
229 ; Unique MBR signature
241 ; MBR Entry - To be patched
Mbr.S 12 #* Mbr.asm
107 cmpb $0xff, %al # 0xFF means do legacy MBR boot
222 # MbrPartitionIndicator - Used to indicate which MBR partition to be boot
224 # OxFF means boot to legacy MBR. (LBA OFFSET 6)
230 # Unique MBR signature
242 # MBR Entry - To be patched
Gpt.asm 252 ; Unique MBR signature
Gpt.S 255 # Unique MBR signature
  /external/gptfdisk/
current.spec 1 Summary: GPT partitioning and MBR repair software
14 Partitioning software for GPT disks and to repair MBR disks. The gdisk,
17 some problems with MBR disks that can be created by buggy partitioning
31 and the ability to convert MBR disks to GPT format.
68 Summary: A tool for repairing certain types of damage to MBR disks
71 A program that corrects errors that can creep into MBR-partitioned
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DWARFVisitor.h 64 virtual void onValue(const MemoryBufferRef MBR) {}
DWARFEmitter.cpp 190 void onValue(const MemoryBufferRef MBR) override {
191 OS.write(MBR.getBufferStart(), MBR.getBufferSize());
345 virtual void onValue(const MemoryBufferRef MBR) {
346 Length += MBR.getBufferSize();
  /external/libxml2/os400/
make-src.sh 111 BSF="${LIBIFSNAME}/TOOLS.FILE/BNDSRC.MBR"
286 if action_needed "${LIBIFSNAME}/TOOLS.FILE/XMLLINT.MBR" \
289 CMD="${CMD} TOOBJ('${LIBIFSNAME}/TOOLS.FILE/XMLLINT.MBR')"
295 "${LIBIFSNAME}/TOOLS.FILE/XMLLINT.MBR"
341 if action_needed "${LIBIFSNAME}/TOOLS.FILE/XMLCATALOG.MBR" \
344 CMD="${CMD} TOOBJ('${LIBIFSNAME}/TOOLS.FILE/XMLCATALOG.MBR')"
350 "${LIBIFSNAME}/TOOLS.FILE/XMLCATALOG.MBR"
  /external/llvm/unittests/Support/
MemoryBufferTest.cpp 174 MemoryBufferRef MBR(*MB);
176 EXPECT_EQ(MB->getBufferStart(), MBR.getBufferStart());
177 EXPECT_EQ(MB->getBufferIdentifier(), MBR.getBufferIdentifier());
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
MemoryBufferTest.cpp 178 MemoryBufferRef MBR(*MB);
180 EXPECT_EQ(MB->getBufferStart(), MBR.getBufferStart());
181 EXPECT_EQ(MB->getBufferIdentifier(), MBR.getBufferIdentifier());

Completed in 4867 milliseconds