/bootable/diskinstaller/ |
installer_img_layout.conf | 2 scheme mbr
|
android_img_data_layout.conf | 2 scheme mbr
|
android_img_system_layout.conf | 2 scheme mbr
|
/system/core/gpttool/ |
gpttool.c | 79 u8 mbr[512]; member in struct:ptable 95 void init_mbr(u8 *mbr, u32 blocks) 97 mbr[0x1be] = 0x00; // nonbootable 98 mbr[0x1bf] = 0xFF; // bogus CHS 99 mbr[0x1c0] = 0xFF; 100 mbr[0x1c1] = 0xFF; 102 mbr[0x1c2] = 0xEE; // GPT partition 103 mbr[0x1c3] = 0xFF; // bogus CHS 104 mbr[0x1c4] = 0xFF; 105 mbr[0x1c5] = 0xFF [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/multisect/ |
multisect4.asm | 2 ; Memory below 0800h is reserved for the BIOS and the MBR
|
/build/target/board/vbox_x86/ |
disk_layout.conf | 13 scheme mbr
|
/ndk/sources/host-tools/make-3.81/tests/scripts/variables/ |
automatic | 87 mbr.b: mbr.src 90 mbr.src: ; @:', 92 'mbr');
|
/external/grub/stage2/ |
disk_io.c | 373 embed a Stage 1.5 into a partition instead of a MBR, use system 445 char mbr[512]; local 460 /* Read the MBR in the scratch space. */ 461 if (! rawread (saved_drive, 0, 0, SECTOR_SIZE, mbr)) 466 if (IS_PC_SLICE_TYPE_EXTENDED (PC_SLICE_TYPE (mbr, part))) 473 if (PC_SLICE_FLAG (mbr, part) != PC_SLICE_FLAG_BOOTABLE) 479 PC_SLICE_FLAG (mbr, i) = 0; 482 PC_SLICE_FLAG (mbr, part) = PC_SLICE_FLAG_BOOTABLE; 484 /* Write back the MBR. */ 485 if (! rawwrite (saved_drive, 0, mbr)) 507 char mbr[512]; local [all...] |
size_test | 43 # Stage 1.5 can be installed in the sectors immediately after MBR in the
|
builtins.c | 1032 /* Embed a Stage 1.5 in the first cylinder after MBR or in the 1066 /* Embed it after the MBR. */ 1068 char mbr[SECTOR_SIZE]; 1076 /* No floppy has MBR. */ 1083 /* Read the MBR of CURRENT_DRIVE. */ 1084 if (! rawread (current_drive, PC_MBR_SECTOR, 0, SECTOR_SIZE, mbr)) 1088 if (! PC_MBR_CHECK_SIG (mbr)) 1096 if (PC_SLICE_TYPE (mbr, i) && PC_SLICE_START (mbr, i) - 1 < size) 1112 /* The space after the MBR is used by EZ-BIOS which we must 1053 char mbr[SECTOR_SIZE]; local 2755 char mbr[512]; local 2874 char mbr[512]; local [all...] |
pc_slice.h | 24 * These define the basic PC MBR sector characteristics
|
/system/core/libdiskconfig/ |
config_mbr.c | 36 * the mbr if these are 0 */ 89 struct pc_boot_record *mbr = (void *)PC_MBR_DISK_OFFSET; local 90 /* grab the offset in mbr where to write this partition entry. */ 91 item->offset = (loff_t)((uint32_t)((uint8_t *)(&mbr->ptable[pnum]))); 138 * entry in the MBR). 267 /* fill in the rest of the MBR with empty parts (if needed). */
|
diskconfig.c | 183 } else if (!strcmp(tmp, "mbr")) { 469 printf("MBR");
|
/system/core/include/diskconfig/ |
diskconfig.h | 62 /* 16 byte pc partition descriptor that sits in MBR and EPBR. 122 /* For MBR partition schemes */
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/ |
chvr_filter.cpp | 36 int br, bc, incr, mbr, mbc; local 63 for (mbr = 0; mbr < pp_h; mbr += 2) 67 brwidth = mbr * pp_w; 84 for (br = mbr + 1; br < mbr + 3; br++) /* br is the row counter in blocks */ 248 for (br = mbr; br < mbr + 2; br++) /* br is the row counter in blocks */ 405 for (br = mbr; br < mbr + 2; br++ [all...] |
chv_filter.cpp | 188 int br, bc, mbr, mbc; local 201 for (mbr = 0; mbr < pp_h; mbr += 2) /* row of blocks */ 203 brwidth = mbr * pp_w; /* number of blocks above current block row */ 211 for (br = mbr + 1; br < mbr + 3; br++) /* 2x2 blocks */ 329 for (br = mbr; br < mbr + 2; br++) 447 }/*mbr*/ 465 int br, bc, mbr, mbc; local [all...] |
/external/libvpx/libvpx/vp8/common/ |
postproc.c | 338 int mbr, mbc; local 349 for (mbr = 0; mbr < cm->mb_rows; mbr++) 372 source->y_buffer + 16 * mbr * source->y_stride, 373 post->y_buffer + 16 * mbr * post->y_stride, source->y_stride, 377 source->u_buffer + 8 * mbr * source->uv_stride, 378 post->u_buffer + 8 * mbr * post->uv_stride, source->uv_stride, 381 source->v_buffer + 8 * mbr * source->uv_stride, 382 post->v_buffer + 8 * mbr * post->uv_stride, source->uv_stride 404 int mbr, mbc; local [all...] |
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/ |
ptw32_MCS_lock.c | 127 (PTW32_INTERLOCKED_SIZE)0)) /* MBR fence */ 197 PTW32_INTERLOCKED_EXCHANGE_ADD_SIZE((PTW32_INTERLOCKED_SIZEPTR)&node->next, (PTW32_INTERLOCKED_SIZE)0); /* MBR fence */ 215 PTW32_INTERLOCKED_EXCHANGE_ADD_SIZE((PTW32_INTERLOCKED_SIZEPTR)&node->next, (PTW32_INTERLOCKED_SIZE)0); /* MBR fence */
|
pthread_once.c | 50 (PTW32_INTERLOCKED_LONG)0)) /* MBR fence */
|
/external/lzma/CPP/7zip/ |
Guid.txt | 140 DB Mbr
|
/external/grub/docs/ |
internals.texi | 21 * MBR:: The structure of Master Boot Record 298 a MBR (@pxref{MBR}) is only 512 bytes but it also contains a partition 300 make a boot loader code enough small to be fit in a MBR. 306 We embed Stage 1 in a MBR or in the boot sector of a partition, and 309 and in the sectors right after a MBR, because Stage 1.5 is enough small 310 and the sectors right after a MBR is normally an unused region. The size 375 @node MBR
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
edd.h | 47 #define EDD_MBR_SIG_OFFSET 0x1B8 /* offset of signature in the MBR */ 50 #define EDD_MBR_SIG_NR_BUF 0x1ea /* addr of number of MBR signtaures at EDD_MBR_SIG_BUF
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
edd.h | 47 #define EDD_MBR_SIG_OFFSET 0x1B8 /* offset of signature in the MBR */ 50 #define EDD_MBR_SIG_NR_BUF 0x1ea /* addr of number of MBR signtaures at EDD_MBR_SIG_BUF
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
edd.h | 47 #define EDD_MBR_SIG_OFFSET 0x1B8 /* offset of signature in the MBR */ 50 #define EDD_MBR_SIG_NR_BUF 0x1ea /* addr of number of MBR signtaures at EDD_MBR_SIG_BUF
|
/external/grub/ |
NEWS | 178 * Preserve the possible magic number used by Windows NT in a MBR. 245 * The command "embed" embeds a Stage 1.5 in the sectors after a MBR. 477 * Stage1 now compatible with both a hard disk MBR and the DOS BIOS
|