Searched defs:nmax (Results 1 – 8 of 8) sorted by relevance
/external/valgrind/coregrind/m_gdbserver/ |
D | server.h | 141 #define strncmp(s1,s2,nmax) VG_(strncmp) ((s1),(s2),nmax) argument 144 #define strncpy(s1,s2,nmax) VG_(strncpy) ((s1),(s2),nmax) argument
|
/external/libvncserver/x11vnc/ |
D | util.c | 108 int nmax(int n, int m) { in nmax() function
|
D | unixpw.c | 1667 int x, y, i, rc, nmax = 100; local
|
D | connections.c | 1735 int nmax = 0; in check_ipv6_listen() local 1846 int nmax = 0; in check_unix_sock() local
|
D | sslhelper.c | 2619 int nfds, nmax = openssl_sock; in check_openssl() local 2676 int nfds, nmax = https_sock; in check_https() local
|
/external/aac/libSBRenc/src/ |
D | fram_gen.cpp | 1598 INT i, r, a, n, p, b, aL, aR, ntot, nmax, nR; in calcCtrlSignal() local
|
/external/wpa_supplicant_8/src/utils/ |
D | eloop.c | 204 int nmax = eloop.count + 1 + 50; in eloop_sock_table_add_sock() local
|
/external/v8/src/ |
D | runtime.cc | 9641 { const int nmax = 80; in PrintTransition() local
|