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()418 unsigned int hexCode = 0; in MakeHybrid() local498 hexCode = GetMBRTypeCode(0xEE); in MakeHybrid()499 hybridMBR.MakeBiggestPart(3, hexCode); in MakeHybrid()
396 uint32_t hexCode; in operator =() local400 sscanf(orig.c_str(), "%x", &hexCode); in operator =()401 *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()
326 var hexCode=idx.toString(16);327 …resultsPage = this.resultsPath + '/' + indexSectionNames[this.searchIndex] + '_' + hexCode + '.htm…
349 var hexCode=idx.toString(16);350 …resultsPage = this.resultsPath + '/' + indexSectionNames[this.searchIndex] + '_' + hexCode + '.htm…
801 hexCode = "%04X" % code802 etree.SubElement(element, "unicode", dict(hex=hexCode))