Searched defs:to_conv (Results 1 – 18 of 18) sorted by relevance
/aosp_15_r20/external/llvm-libc/src/stdio/printf_core/ |
H A D | float_dec_converter.h | 103 LIBC_INLINE PaddingWriter(const FormatSection &to_conv, char init_sign_char) in PaddingWriter() 474 const FormatSection &to_conv, in convert_float_decimal_typed() 583 const FormatSection &to_conv, in convert_float_dec_exp_typed() 745 const FormatSection &to_conv, in convert_float_dec_auto_typed() 1111 const FormatSection &to_conv) { in convert_float_decimal() 1132 const FormatSection &to_conv) { in convert_float_dec_exp() 1153 const FormatSection &to_conv) { in convert_float_dec_auto()
|
H A D | converter.cpp | 30 int convert(Writer *writer, const FormatSection &to_conv) { in convert()
|
H A D | write_int_converter.h | 23 const FormatSection &to_conv) { in convert_write_int()
|
H A D | ptr_converter.h | 21 LIBC_INLINE int convert_pointer(Writer *writer, const FormatSection &to_conv) { in convert_pointer()
|
H A D | char_converter.h | 20 LIBC_INLINE int convert_char(Writer *writer, const FormatSection &to_conv) { in convert_char()
|
H A D | string_converter.h | 23 LIBC_INLINE int convert_string(Writer *writer, const FormatSection &to_conv) { in convert_string()
|
H A D | strerror_converter.h | 22 LIBC_INLINE int convert_strerror(Writer *writer, const FormatSection &to_conv) { in convert_strerror()
|
H A D | float_inf_nan_converter.h | 26 LIBC_INLINE int convert_inf_nan(Writer *writer, const FormatSection &to_conv) { in convert_inf_nan()
|
H A D | int_converter.h | 68 LIBC_INLINE int convert_int(Writer *writer, const FormatSection &to_conv) { in convert_int()
|
H A D | fixed_converter.h | 65 LIBC_INLINE int convert_fixed(Writer *writer, const FormatSection &to_conv) { in convert_fixed()
|
H A D | float_hex_converter.h | 28 const FormatSection &to_conv) { in convert_float_hex_exp()
|
/aosp_15_r20/external/llvm-libc/src/stdio/scanf_core/ |
H A D | converter_utils.h | 33 const FormatSection &to_conv) { in write_int_with_length() 82 const FormatSection &to_conv) { in write_float_with_length()
|
H A D | current_pos_converter.h | 23 const FormatSection &to_conv) { in convert_current_pos()
|
H A D | ptr_converter.cpp | 21 int convert_pointer(Reader *reader, const FormatSection &to_conv) { in convert_pointer()
|
H A D | string_converter.cpp | 22 int convert_string(Reader *reader, const FormatSection &to_conv) { in convert_string()
|
H A D | converter.cpp | 29 int convert(Reader *reader, const FormatSection &to_conv) { in convert()
|
H A D | float_converter.cpp | 26 int convert_float(Reader *reader, const FormatSection &to_conv) { in convert_float()
|
H A D | int_converter.cpp | 48 int convert_int(Reader *reader, const FormatSection &to_conv) { in convert_int()
|