HomeSort by: relevance | last modified time | path
    Searched defs:HexValue (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
SnippetFile.cpp 66 const StringRef HexValue = Parts[1].trim();
68 /* each hex digit is 4 bits */ HexValue.size() * 4, HexValue, 16);
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
Format.h 165 uint64_t HexValue;
176 : HexValue(HV), DecValue(DV), Width(W), Hex(H), Upper(U),
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64InstPrinter.cpp 1553 std::make_unsigned_t<T> HexValue = Value;
1556 O << '#' << formatHex((uint64_t)HexValue);
1563 *CommentStream << '=' << formatDec(HexValue) << '\n';
  /src/external/bsd/ntp/dist/util/
tg2.c 600 int HexValue;
1602 HexValue = isdigit(AsciiValue) ? AsciiValue - '0' : (AsciiValue - 'A')+10;
1606 printf("\n(%c->%X)", AsciiValue, HexValue);
1616 if ((HexValue & arg) != 0)
1657 if ((HexValue & arg) != 0)
1697 if ((HexValue & arg) != 0)
1730 if ((HexValue & arg) != 0)

Completed in 37 milliseconds