Home
last modified time | relevance | path

Searched defs:to_conv (Results 1 – 18 of 18) sorted by relevance

/aosp_15_r20/external/llvm-libc/src/stdio/printf_core/
H A Dfloat_dec_converter.h103 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 Dconverter.cpp30 int convert(Writer *writer, const FormatSection &to_conv) { in convert()
H A Dwrite_int_converter.h23 const FormatSection &to_conv) { in convert_write_int()
H A Dptr_converter.h21 LIBC_INLINE int convert_pointer(Writer *writer, const FormatSection &to_conv) { in convert_pointer()
H A Dchar_converter.h20 LIBC_INLINE int convert_char(Writer *writer, const FormatSection &to_conv) { in convert_char()
H A Dstring_converter.h23 LIBC_INLINE int convert_string(Writer *writer, const FormatSection &to_conv) { in convert_string()
H A Dstrerror_converter.h22 LIBC_INLINE int convert_strerror(Writer *writer, const FormatSection &to_conv) { in convert_strerror()
H A Dfloat_inf_nan_converter.h26 LIBC_INLINE int convert_inf_nan(Writer *writer, const FormatSection &to_conv) { in convert_inf_nan()
H A Dint_converter.h68 LIBC_INLINE int convert_int(Writer *writer, const FormatSection &to_conv) { in convert_int()
H A Dfixed_converter.h65 LIBC_INLINE int convert_fixed(Writer *writer, const FormatSection &to_conv) { in convert_fixed()
H A Dfloat_hex_converter.h28 const FormatSection &to_conv) { in convert_float_hex_exp()
/aosp_15_r20/external/llvm-libc/src/stdio/scanf_core/
H A Dconverter_utils.h33 const FormatSection &to_conv) { in write_int_with_length()
82 const FormatSection &to_conv) { in write_float_with_length()
H A Dcurrent_pos_converter.h23 const FormatSection &to_conv) { in convert_current_pos()
H A Dptr_converter.cpp21 int convert_pointer(Reader *reader, const FormatSection &to_conv) { in convert_pointer()
H A Dstring_converter.cpp22 int convert_string(Reader *reader, const FormatSection &to_conv) { in convert_string()
H A Dconverter.cpp29 int convert(Reader *reader, const FormatSection &to_conv) { in convert()
H A Dfloat_converter.cpp26 int convert_float(Reader *reader, const FormatSection &to_conv) { in convert_float()
H A Dint_converter.cpp48 int convert_int(Reader *reader, const FormatSection &to_conv) { in convert_int()