Home
last modified time | relevance | path

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

/external/autotest/client/site_tests/platform_TLSDateActual/
Dplatform_TLSDateActual.py118 (_, nmethods) = recvbytes(sock, 2)
119 _ = recvbytes(sock, nmethods)
/external/eigen/bench/
Dsparse_cholesky.cpp174 c.nmethods = 1; in main()
/external/openssh/
Dchannels.c1380 u_int have, need, i, found, nmethods, addrlen, af; in channel_decode_socks5() local
1392 nmethods = p[1]; in channel_decode_socks5()
1393 if (have < nmethods + 2) in channel_decode_socks5()
1396 for (found = 0, i = 2; i < nmethods + 2; i++) { in channel_decode_socks5()
1407 if ((r = sshbuf_consume(input, nmethods + 2)) != 0) { in channel_decode_socks5()