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

  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Trim/
Trim.py 139 def TrimPreprocessedFile(Source, Target, ConvertHex, TrimLong):
187 if ConvertHex:
543 make_option("-c", "--convert-hex", dest="ConvertHex", action="store_true",
566 Parser.set_defaults(ConvertHex=False)
614 TrimPreprocessedFile(InputFile, CommandOptions.OutputFile, CommandOptions.ConvertHex, CommandOptions.TrimLong)
  /external/pdfium/xfa/fgas/crt/
cfgas_formatstring.cpp 94 int32_t ConvertHex(int32_t iKeyValue, wchar_t ch) {
126 iKeyValue = ConvertHex(iKeyValue, ch);
163 iKeyValue = ConvertHex(iKeyValue, ch);
    [all...]

Completed in 113 milliseconds