HomeSort by relevance Sort by last modified time
    Searched refs:hexCode (Results 1 - 7 of 7) sorted by null

  /external/gptfdisk/
parttypes.cc 268 uint32_t hexCode;
272 sscanf(orig.c_str(), "%x", &hexCode);
273 *this = hexCode;
277 } // if/else hexCode or GUID
gpttext.cc 117 uint16_t hexCode;
124 hexCode = partitions[partNum].GetHexType();
125 if ((hexCode != 0xa500) && (hexCode != 0xa900)) {
400 unsigned int hexCode = 0;
480 hexCode = GetMBRTypeCode(0xEE);
481 hybridMBR.MakeBiggestPart(3, hexCode);
    [all...]
basicmbr.cc     [all...]
  /external/libjpeg-turbo/doc/html/search/
search.js 344 var hexCode;
347 hexCode="0"+code.toString(16);
351 hexCode=code.toString(16);
360 resultsPage = this.resultsPath + '/' + indexSectionNames[this.searchIndex] + '_' + hexCode + '.html';
  /external/tinyxml2/docs/search/
search.js 326 var hexCode=idx.toString(16);
327 resultsPage = this.resultsPath + '/' + indexSectionNames[this.searchIndex] + '_' + hexCode + '.html';
  /external/fonttools/Lib/fontTools/ufoLib/
glifLib.py 695 hexCode = "%04X" % code
696 etree.SubElement(element, "unicode", dict(hex=hexCode))
    [all...]
  /external/kotlinc/lib/
kotlin-imports-dumper-compiler-plugin.jar 

Completed in 1613 milliseconds