Home
last modified time | relevance | path

Searched defs:write_hex (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DNativeFormatting.cpp133 void llvm::write_hex(raw_ostream &S, uint64_t N, HexPrintStyle Style, in write_hex() function in llvm
Draw_ostream.cpp142 raw_ostream &raw_ostream::write_hex(unsigned long long N) { in write_hex() function in raw_ostream
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DNativeFormatting.cpp134 void llvm::write_hex(raw_ostream &S, uint64_t N, HexPrintStyle Style, in write_hex() function in llvm
Draw_ostream.cpp137 raw_ostream &raw_ostream::write_hex(unsigned long long N) { in write_hex() function in raw_ostream
/third_party/nghttp2/src/
Dshrpx_log.h140 template <typename T> void write_hex(T n) { in write_hex() function
/third_party/alsa-lib/src/topology/
Ddata.c411 static int write_hex(char *buf, char *str, int width) in write_hex() function