Searched refs:nmethods (Results 1 – 3 of 3) sorted by relevance
/external/autotest/client/site_tests/platform_TLSDateActual/ |
D | platform_TLSDateActual.py | 118 (_, nmethods) = recvbytes(sock, 2) 119 _ = recvbytes(sock, nmethods)
|
/external/eigen/bench/ |
D | sparse_cholesky.cpp | 174 c.nmethods = 1; in main()
|
/external/openssh/ |
D | channels.c | 1242 u_int have, need, i, found, nmethods, addrlen, af; in channel_decode_socks5() local 1253 nmethods = p[1]; in channel_decode_socks5() 1254 if (have < nmethods + 2) in channel_decode_socks5() 1257 for (found = 0, i = 2; i < nmethods + 2; i++) { in channel_decode_socks5() 1268 buffer_consume(&c->input, nmethods + 2); in channel_decode_socks5()
|