Home
last modified time | relevance | path

Searched refs:GetHex (Results 1 – 12 of 12) sorted by relevance

/external/lzma/CPP/7zip/UI/Common/
DPropIDUtils.cpp216 static inline unsigned GetHex(unsigned v) in GetHex() function
225 res += (char)GetHex(v >> 4); in AddHexToString()
226 res += (char)GetHex(v & 0xF); in AddHexToString()
660 s += (char)GetHex((b >> 4) & 0xF); in ConvertNtReparseToString()
661 s += (char)GetHex(b & 0xF); in ConvertNtReparseToString()
DHashCalc.cpp313 static inline char GetHex(unsigned v) in GetHex() function
343 dest[0] = GetHex((b >> 4) & 0xF); in AddHashHexToString()
344 dest[1] = GetHex(b & 0xF); in AddHashHexToString()
/external/lzma/CPP/7zip/Archive/7z/
D7zHandler.cpp84 static inline char GetHex(unsigned value) in GetHex() function
94 s[--len] = GetHex((unsigned)id & 0xF); id >>= 4; in ConvertMethodIdToString_Back()
95 s[--len] = GetHex((unsigned)id & 0xF); id >>= 4; in ConvertMethodIdToString_Back()
/external/lzma/CPP/7zip/UI/Console/
DMain.cpp229 static inline char GetHex(unsigned val) in GetHex() function
715 so << GetHex((b >> 4) & 0xF); in Main2()
716 so << GetHex(b & 0xF); in Main2()
DList.cpp506 static inline char GetHex(Byte value) in GetHex() function
516 dest[0] = GetHex((Byte)((b >> 4) & 0xF)); in HexToString()
517 dest[1] = GetHex((Byte)(b & 0xF)); in HexToString()
/external/lzma/CPP/7zip/Archive/
DXzHandler.cpp198 static inline char GetHex(unsigned value) in GetHex() function
205 s += GetHex(value >> 4); in AddHexToString()
206 s += GetHex(value & 0xF); in AddHexToString()
/external/abseil-cpp/absl/debugging/
Dsymbolize_elf.inc900 static const char *GetHex(const char *start, const char *end,
918 static const char *GetHex(const char *start, const char *end,
921 const char *p = GetHex(start, end, &hex);
976 cursor = GetHex(cursor, eol, &start_address);
985 cursor = GetHex(cursor, eol, &end_address);
1011 cursor = GetHex(cursor, eol, &offset);
/external/webrtc/third_party/abseil-cpp/absl/debugging/
Dsymbolize_elf.inc900 static const char *GetHex(const char *start, const char *end,
918 static const char *GetHex(const char *start, const char *end,
921 const char *p = GetHex(start, end, &hex);
976 cursor = GetHex(cursor, eol, &start_address);
985 cursor = GetHex(cursor, eol, &end_address);
1011 cursor = GetHex(cursor, eol, &offset);
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/debugging/
Dsymbolize_elf.inc914 static const char *GetHex(const char *start, const char *end,
932 static const char *GetHex(const char *start, const char *end,
935 const char *p = GetHex(start, end, &hex);
990 cursor = GetHex(cursor, eol, &start_address);
999 cursor = GetHex(cursor, eol, &end_address);
1025 cursor = GetHex(cursor, eol, &offset);
/external/libtextclassifier/abseil-cpp/absl/debugging/
Dsymbolize_elf.inc914 static const char *GetHex(const char *start, const char *end,
932 static const char *GetHex(const char *start, const char *end,
935 const char *p = GetHex(start, end, &hex);
990 cursor = GetHex(cursor, eol, &start_address);
999 cursor = GetHex(cursor, eol, &end_address);
1025 cursor = GetHex(cursor, eol, &offset);
/external/angle/third_party/abseil-cpp/absl/debugging/
Dsymbolize_elf.inc924 static const char *GetHex(const char *start, const char *end,
942 static const char *GetHex(const char *start, const char *end,
945 const char *p = GetHex(start, end, &hex);
1000 cursor = GetHex(cursor, eol, &start_address);
1009 cursor = GetHex(cursor, eol, &end_address);
1035 cursor = GetHex(cursor, eol, &offset);
/external/openscreen/third_party/abseil/src/absl/debugging/
Dsymbolize_elf.inc914 static const char *GetHex(const char *start, const char *end,
932 static const char *GetHex(const char *start, const char *end,
935 const char *p = GetHex(start, end, &hex);
990 cursor = GetHex(cursor, eol, &start_address);
999 cursor = GetHex(cursor, eol, &end_address);
1025 cursor = GetHex(cursor, eol, &offset);