Home
last modified time | relevance | path

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

/external/eigen/bench/
Dsparse_cholesky.cpp174 c.nmethods = 1; in main()
/external/openssh/
Dchannels.c1137 u_int have, need, i, found, nmethods, addrlen, af; in channel_decode_socks5() local
1148 nmethods = p[1]; in channel_decode_socks5()
1149 if (have < nmethods + 2) in channel_decode_socks5()
1152 for (found = 0, i = 2; i < nmethods + 2; i++) { in channel_decode_socks5()
1163 buffer_consume(&c->input, nmethods + 2); in channel_decode_socks5()