Home
last modified time | relevance | path

Searched defs:HexStr (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/ring/src/
Ddebug.rs65 pub struct HexStr<'a>(pub &'a [u8]); struct
67 impl core::fmt::Debug for HexStr<'_> { implementation
/aosp_15_r20/external/llvm/lib/Target/NVPTX/
H A DNVPTXMCExpr.cpp43 std::string HexStr(utohexstr(API.getZExtValue())); in printImpl() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
H A DLLLexer.cpp953 StringRef HexStr(TokStart + 3, len); in LexIdentifier() local
/aosp_15_r20/external/llvm/lib/AsmParser/
H A DLLLexer.cpp819 StringRef HexStr(TokStart + 3, len); in LexIdentifier() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/AsmParser/
H A DLLLexer.cpp943 StringRef HexStr(TokStart + 3, len); in LexIdentifier() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DYAMLParser.cpp716 std::string HexStr = utohexstr(*i); in escape() local
741 std::string HexStr = utohexstr(UnicodeScalarValue.first); in escape() local
/aosp_15_r20/external/llvm/lib/Support/
H A DYAMLParser.cpp724 std::string HexStr = utohexstr(*i); in escape() local
746 std::string HexStr = utohexstr(UnicodeScalarValue.first); in escape() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
H A DYAMLParser.cpp723 std::string HexStr = utohexstr(*i); in escape() local
748 std::string HexStr = utohexstr(UnicodeScalarValue.first); in escape() local