Home
last modified time | relevance | path

Searched refs:hexCode (Results 1 – 7 of 7) sorted by relevance

/external/gptfdisk/
Dgpttext.cc117 uint16_t hexCode; in XFormDisklabel() local
124 hexCode = partitions[partNum].GetHexType(); in XFormDisklabel()
125 if ((hexCode != 0xa500) && (hexCode != 0xa900)) { in XFormDisklabel()
418 unsigned int hexCode = 0; in MakeHybrid() local
498 hexCode = GetMBRTypeCode(0xEE); in MakeHybrid()
499 hybridMBR.MakeBiggestPart(3, hexCode); in MakeHybrid()
Dparttypes.cc396 uint32_t hexCode; in operator =() local
400 sscanf(orig.c_str(), "%x", &hexCode); in operator =()
401 *this = hexCode; in operator =()
Dbasicmbr.cc1583 unsigned int hexCode; in DoMenu() local
1635 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()
/external/tinyxml2/docs/search/
Dsearch.js326 var hexCode=idx.toString(16);
327 …resultsPage = this.resultsPath + '/' + indexSectionNames[this.searchIndex] + '_' + hexCode + '.htm…
/external/oboe/docs/reference/search/
Dsearch.js349 var hexCode=idx.toString(16);
350 …resultsPage = this.resultsPath + '/' + indexSectionNames[this.searchIndex] + '_' + hexCode + '.htm…
/external/angle/third_party/vulkan_memory_allocator/docs/html/search/
Dsearch.js349 var hexCode=idx.toString(16);
350 …resultsPage = this.resultsPath + '/' + indexSectionNames[this.searchIndex] + '_' + hexCode + '.htm…
/external/fonttools/Lib/fontTools/ufoLib/
DglifLib.py801 hexCode = "%04X" % code
802 etree.SubElement(element, "unicode", dict(hex=hexCode))