Home
last modified time | relevance | path

Searched refs:HexValue (Results 1 - 11 of 11) sorted by relevance

/third_party/node/deps/v8/src/base/
H A Dstrings.h34 inline int HexValue(uc32 c) { in HexValue() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DFormat.h165 uint64_t HexValue; member in llvm::FormattedNumber
176 : HexValue(HV), DecValue(DV), Width(W), Hex(H), Upper(U), in FormattedNumber()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DFormat.h156 uint64_t HexValue; member in llvm::FormattedNumber
167 : HexValue(HV), DecValue(DV), Width(W), Hex(H), Upper(U), in FormattedNumber()
/third_party/node/deps/v8/src/strings/
H A Duri.cc68 int high = base::HexValue(character1); in TwoDigitHex()
71 int low = base::HexValue(character2); in TwoDigitHex()
/third_party/node/deps/v8/src/parsing/
H A Dscanner.cc125 int d = base::HexValue(c0_); in ScanHexNumber()
144 int d = base::HexValue(c0_); in ScanUnlimitedLengthHexNumber()
155 d = base::HexValue(c0_); in ScanUnlimitedLengthHexNumber()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H A Draw_ostream.cpp350 llvm::write_hex(*this, FN.HexValue, Style, FN.Width); in operator <<()
/third_party/node/deps/v8/src/json/
H A Djson-parser.cc354 int digit = base::HexValue(NextCharacter()); in ScanUnicodeCharacter()
1102 value = value * 16 + base::HexValue(*++cursor); in DecodeString()
/third_party/node/deps/v8/src/regexp/
H A Dregexp-parser.cc1377 int d = base::HexValue(c); in ParseHexEscape()
1706 int d = base::HexValue(current()); in ParseUnlimitedLengthHexNumber()
1716 d = base::HexValue(current()); in ParseUnlimitedLengthHexNumber()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64InstPrinter.cpp1502 typename std::make_unsigned<T>::type HexValue = Value; in printImmSVE() local
1505 O << '#' << formatHex((uint64_t)HexValue); in printImmSVE()
1512 *CommentStream << '=' << formatDec(HexValue) << '\n'; in printImmSVE()
/third_party/vk-gl-cts/external/amber/src/src/
H A Dtokenizer_test.cc264 TEST_F(TokenizerTest, HexValue) { in TEST_F()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A Draw_ostream.cpp390 llvm::write_hex(*this, FN.HexValue, Style, FN.Width); in operator <<()

Completed in 15 milliseconds