Home
last modified time | relevance | path

Searched defs:nmax (Results 1 – 8 of 8) sorted by relevance

/external/valgrind/coregrind/m_gdbserver/
Dserver.h141 #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/
Dutil.c108 int nmax(int n, int m) { in nmax() function
Dunixpw.c1667 int x, y, i, rc, nmax = 100; local
Dconnections.c1735 int nmax = 0; in check_ipv6_listen() local
1846 int nmax = 0; in check_unix_sock() local
Dsslhelper.c2619 int nfds, nmax = openssl_sock; in check_openssl() local
2676 int nfds, nmax = https_sock; in check_https() local
/external/aac/libSBRenc/src/
Dfram_gen.cpp1598 INT i, r, a, n, p, b, aL, aR, ntot, nmax, nR; in calcCtrlSignal() local
/external/wpa_supplicant_8/src/utils/
Deloop.c204 int nmax = eloop.count + 1 + 50; in eloop_sock_table_add_sock() local
/external/v8/src/
Druntime.cc9641 { const int nmax = 80; in PrintTransition() local