Searched defs:output_length (Results 1 – 2 of 2) sorted by relevance
981 const int output_length = ryu::to_chars(fd, first); in __floating_to_chars_shortest() local1036 const int output_length = fd.sign + (result.ptr - first); in __floating_to_chars_shortest() local1051 const int output_length = sprintf_ld(buffer, "%.0Lf", value); in __floating_to_chars_shortest() local1059 const int output_length = ryu::d2fixed_buffered_n(value, 0, first); in __floating_to_chars_shortest() local1089 const int output_length = result.ptr - orig_first; in __floating_to_chars_shortest() local1106 const int output_length = result.ptr + 1 - orig_first; in __floating_to_chars_shortest() local1242 int output_length in __floating_to_chars_precision() local1320 int output_length; in __floating_to_chars_precision() local1383 int output_length; in __floating_to_chars_precision() local1439 int output_length in __floating_to_chars_precision() local
51 size_t *output_length, in _gsskrb5cfx_wrap_length_cfx()