Home
last modified time | relevance | path

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

/external/ltp/tools/pounder21/src/memxfer5b/
Dmemxfer5b.c51 int nmethods = sizeof(methods) / sizeof(methods[0]); variable
124 for (i = 0; i < nmethods; i++) in main()
173 if (method < 0 || method >= nmethods) in main()
/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.c1242 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()