Home
last modified time | relevance | path

Searched refs:input_length (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/lgpl3/gmp/dist/tests/cxx/
H A Dt-istream.cc144 size_t input_length = strlen (data[i].input); in check_mpz() local
146 ? input_length : data[i].want_pos); in check_mpz()
147 want_eof = (want_pos == streampos(input_length)); in check_mpz()
310 size_t input_length = strlen (data[i].input); in check_mpq() local
312 ? input_length : data[i].want_pos); in check_mpq()
313 want_eof = (want_pos == streampos(input_length)); in check_mpq()
483 size_t input_length = strlen (data[i].input); in check_mpf() local
485 ? input_length : data[i].want_pos); in check_mpf()
486 want_eof = (want_pos == streampos(input_length)); in check_mpf()
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/wind/
H A Drfc3492.txt1271 punycode_uint input_length,
1284 /* needed.) The input_length is the number of code points in */
1297 /* holds input_length boolean values, where nonzero suggests that */
1311 punycode_uint input_length,
1320 /* input_length is the number of code points in the input. The */
1336 /* input_length, because of how the encoding is defined. */
1438 punycode_uint input_length,
1463 for (j = 0; j < input_length; ++j) {
1483 while (h < input_length) {
1487 for (m = maxint, j = 0; j < input_length; ++j) {
[all …]
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/
H A Darcfour.c838 size_t input_length, in max_wrap_length_arcfour() argument
852 if (input_length < len) in max_wrap_length_arcfour()
855 *max_input_size = input_length - len; in max_wrap_length_arcfour()
862 len = 8 + input_length + blocksize + extrasize; in max_wrap_length_arcfour()
866 total_len -= input_length; /* token length */ in max_wrap_length_arcfour()
867 if (total_len < input_length) { in max_wrap_length_arcfour()
868 *max_input_size = (input_length - total_len); in max_wrap_length_arcfour()
H A Dcfx.c50 size_t input_length, in _gsskrb5cfx_wrap_length_cfx() argument
74 input_length += sizeof(gss_cfx_wrap_token_desc); in _gsskrb5cfx_wrap_length_cfx()
86 *padlength = padsize - (input_length % padsize); in _gsskrb5cfx_wrap_length_cfx()
89 input_length += *padlength; in _gsskrb5cfx_wrap_length_cfx()
93 crypto, input_length); 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()
/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A Dscript.cc217 Lex(const char* input_string, size_t input_length, int parsing_token) in Lex() argument
218 : input_string_(input_string), input_length_(input_length), in Lex()
/netbsd-src/external/gpl3/binutils/dist/gold/
H A Dscript.cc217 Lex(const char* input_string, size_t input_length, int parsing_token) in Lex() argument
218 : input_string_(input_string), input_length_(input_length), in Lex()