Searched refs:hybrid (Results 1 - 8 of 8) sorted by relevance
/third_party/gptfdisk/ |
H A D | basicmbr.h | 38 enum MBRValidity {invalid, gpt, hybrid, mbr}; enumerator 91 void SetHybrid(void) {state = hybrid;} // Set hybrid flag in SetHybrid()
|
H A D | fixparts.cc | 55 case hybrid: case gpt: in main()
|
H A D | mbr.cc | 100 if (typeFlag == 0) { // No non-hybrid partitions found in OptimizeEESize() 107 // Used to help keep GPT & hybrid MBR partitions in sync.... 119 if (state == hybrid) in DeleteByLocation() 124 } // if (hybrid & GPT partition < 2TiB) in DeleteByLocation() 146 // don't convert extended, hybrid protective, or null (non-existent) in AsGPT()
|
H A D | basicmbr.cc | 258 // to flag as hybrid in ReadMBRData() 263 state = hybrid; in ReadMBRData() 265 cerr << "Warning! MBR Logical partitions found on a hybrid MBR disk! This is an\n" in ReadMBRData() 268 } // if (hybrid detection code) in ReadMBRData() 519 if ((state == gpt) || (state == hybrid)) { in DisplayMBRData() 531 partitions[i].ShowData((state == gpt) || (state == hybrid)); in DisplayMBRData() 547 case hybrid: in ShowState() 548 cout << " MBR: hybrid\n"; in ShowState() 963 // Returns 1 if the 0xEE partition in the protective/hybrid MBR is marked as 994 // used by the hybrid MB [all...] |
H A D | gpt.cc | 407 << "fresh protective or hybrid MBR is recommended.\n"; in Verify() 689 // Search for hybrid MBR entries that have no corresponding GPT partition. 1251 << "fresh protective or hybrid MBR is recommended.\n"; in SaveGPTData() 1642 if ((state == gpt_invalid) && ((mbrState == mbr) || (mbrState == hybrid))) { in UseWhichPartitions() 1673 if ((state == gpt_valid) && (mbrState == hybrid)) { in UseWhichPartitions() 1676 cout << "Found valid GPT with hybrid MBR; using GPT.\n"; in UseWhichPartitions() 1690 << "Caution: Found protective or hybrid MBR and corrupt GPT. Using GPT, but disk\n" in UseWhichPartitions() 1721 // don't waste CPU time trying to convert extended, hybrid protective, or in XFormPartitions() 2089 if (protectiveMBR.GetValidity() == hybrid) { in MoveSecondHeaderToEnd()
|
H A D | gpttext.cc | 89 if ((mbrState == mbr) || (mbrState == hybrid)) { in UseWhichPartitions() 450 // Create a hybrid MBR -- an ugly, funky thing that helps GPT work with 471 // hybrid MBR.... in MakeHybrid() 473 << "added to the hybrid MBR, in sequence: "; in MakeHybrid() 511 if (numConverted > 0) { // User opted to create a hybrid MBR.... in MakeHybrid() 542 cout << "\nNo partitions converted; original protective/hybrid MBR is unmodified!\n"; in MakeHybrid() 826 cout << "h\tmake hybrid MBR\n"; in ShowRecoveryCommands() 971 cout << "h\trecompute CHS values in protective/hybrid MBR\n"; in ShowExpertCommands()
|
/third_party/ffmpeg/tests/fate/ |
H A D | opus.mak | 41 fate-opus-hybrid: $(FATE_OPUS_HYBRID-yes)
|
/third_party/ffmpeg/libavcodec/ |
H A D | wavpack.c | 84 int hybrid, hybrid_bitrate; member 241 if (ctx->hybrid && !channel) { in wv_get_value() 322 if (s->hybrid) in wv_get_value_integer() 1146 s->hybrid = s->frame_flags & WV_HYBRID_MODE; in wavpack_decode_block() 1331 if (s->hybrid && bpp == 4 && s->post_shift < 8 && s->shift > 8) { in wavpack_decode_block() 1472 if (s->hybrid && !got_hybrid) { in wavpack_decode_block()
|
Completed in 11 milliseconds