Home
last modified time | relevance | path

Searched refs:convert_hex (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/libc/src/stdio/printf_core/
H A Dptr_converter.h31 return convert_hex(writer, hex_conv); in convert_pointer()
H A Dconverter.cpp46 return convert_hex(writer, to_conv); in convert()
H A Dhex_converter.h22 int convert_hex(Writer *writer, const FormatSection &to_conv) { in convert_hex() function