Searched refs:hexCode (Results 1 – 7 of 7) sorted by relevance
117 uint16_t hexCode; in XFormDisklabel() local124 hexCode = partitions[partNum].GetHexType(); in XFormDisklabel()125 if ((hexCode != 0xa500) && (hexCode != 0xa900)) { in XFormDisklabel()434 unsigned int hexCode = 0; in MakeHybrid() local514 hexCode = GetMBRTypeCode(0xEE); in MakeHybrid()515 hybridMBR.MakeBiggestPart(3, hexCode); in MakeHybrid()
464 uint32_t hexCode; in operator =() local468 sscanf(orig.c_str(), "%x", &hexCode); in operator =()469 *this = hexCode; in operator =()
1583 unsigned int hexCode; in DoMenu() local1635 hexCode = 0x00; in DoMenu()1637 while ((hexCode <= 0) || (hexCode > 255)) { in DoMenu()1641 sscanf(tempStr.c_str(), "%x", &hexCode); in DoMenu()1643 partitions[num].SetType(hexCode); in DoMenu()
351 var hexCode=idx.toString(16);352 …resultsPage = this.resultsPath + '/' + indexSectionNames[this.searchIndex] + '_' + hexCode + this.…
349 var hexCode=idx.toString(16);350 …resultsPage = this.resultsPath + '/' + indexSectionNames[this.searchIndex] + '_' + hexCode + '.htm…
21763 var hexCode=idx.toString(16);21764 - resultsPage = this.resultsPath + '/' + indexSectionNames[this.searchIndex] + '_' + hexCode …21765 + resultsPage = this.resultsPath + '/' + indexSectionNames[this.searchIndex] + '_' + hexCode …