Searched defs:mbr (Results 1 - 3 of 3) sorted by relevance

/external/grub/stage2/
H A Ddisk_io.c445 char mbr[512]; local
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;
485 if (! rawwrite (saved_drive, 0, mbr))
507 char mbr[512]; local
527 &ext_offset, mbr))
533 PC_SLICE_TYPE (mbr, entr
[all...]
H A Dbuiltins.c1068 char mbr[SECTOR_SIZE];
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)
2793 char mbr[512];
2857 if (! rawread (current_drive, 0, 0, SECTOR_SIZE, mbr))
2871 PC_SLICE_FLAG (mbr, entry) = 0;
2872 PC_SLICE_HEAD (mbr, entry) = start_dh;
2873 PC_SLICE_SEC (mbr, entr
1053 char mbr[SECTOR_SIZE]; local
2755 char mbr[512]; local
2874 char mbr[512]; local
[all...]
/external/libvpx/libvpx/vp8/common/
H A Dpostproc.c338 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 * pos
404 int mbr, mbc; local
[all...]

Completed in 88 milliseconds