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

  /bootable/diskinstaller/
installer_img_layout.conf 2 scheme mbr
android_img_system_layout.conf 2 scheme mbr
android_img_data_layout.conf 2 scheme mbr
config.mk 1 # note: requires x86 because we assume grub is the mbr bootloader.
  /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...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
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...]
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...]
  /build/target/board/vbox_x86/
disk_layout.conf 13 scheme mbr
  /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/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...]
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...]
  /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). */

Completed in 670 milliseconds