Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/
H A Dfloating_to_chars.cc981 const int output_length = ryu::to_chars(fd, first); in __floating_to_chars_shortest() local
982 __glibcxx_assert(output_length == expected_output_length); in __floating_to_chars_shortest()
983 return {first + output_length, errc{}}; in __floating_to_chars_shortest()
1036 const int output_length = fd.sign + (result.ptr - first); in __floating_to_chars_shortest() local
1037 __glibcxx_assert(output_length == expected_output_length); in __floating_to_chars_shortest()
1051 const int output_length = sprintf_ld(buffer, "%.0Lf", value); in __floating_to_chars_shortest() local
1052 __glibcxx_assert(output_length == expected_output_length); in __floating_to_chars_shortest()
1053 memcpy(first, buffer, output_length); in __floating_to_chars_shortest()
1054 return {first + output_length, errc{}}; in __floating_to_chars_shortest()
1059 const int output_length = ryu::d2fixed_buffered_n(value, 0, first); in __floating_to_chars_shortest() local
[all …]
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/wind/
H A Drfc3492.txt1274 punycode_uint *output_length,
1285 /* the input. The output_length is an in/out argument: the */
1313 punycode_uint *output_length,
1321 /* output_length is an in/out argument: the caller passes in */
1325 /* least output_length values, or it can be a null pointer if the */
1333 /* defined above; if not punycode_success, then output_length, */
1335 /* decoder will never need to write an output_length greater than */
1441 punycode_uint *output_length,
1450 max_out = *output_length;
1536 *output_length = out;
[all …]
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/
H A Dcfx.c51 size_t *output_length, in _gsskrb5cfx_wrap_length_cfx() argument
59 *output_length = sizeof(gss_cfx_wrap_token_desc); in _gsskrb5cfx_wrap_length_cfx()
92 *output_length += krb5_get_wrapped_length(context, in _gsskrb5cfx_wrap_length_cfx()
96 *output_length += input_length + *cksumsize; in _gsskrb5cfx_wrap_length_cfx()
99 assert(*output_length > input_length); in _gsskrb5cfx_wrap_length_cfx()