Searched refs:MAXN (Results 1 – 3 of 3) sorted by relevance
/external/libvncserver/x11vnc/ |
D | util.c | 338 char host[MAXN]; in this_host() 340 if (gethostname(host, MAXN) == 0) { in this_host() 341 host[MAXN-1] = '\0'; in this_host() 711 static char title[(MAXN+10)]; in choose_title() 724 if (strlen(u) > MAXN/4) { in choose_title() 733 strncat(title, th, MAXN - strlen(title)); in choose_title() 748 strncpy(title, th, MAXN - strlen(title)); in choose_title() 751 strncat(title, display, MAXN - strlen(title)); in choose_title() 763 strncat(title, " ", MAXN - strlen(title)); in choose_title() 765 strncat(title, name, MAXN - strlen(title)); in choose_title() [all …]
|
D | params.h | 69 #define MAXN 256 macro
|
/external/opencv/cxcore/src/ |
D | cxutils.cpp | 464 #define MAXN 16 macro 470 double h[MAXN + 3], b[MAXN + 3], c[MAXN + 3], d[MAXN + 3], e[MAXN + 3]; in icvFindPolynomialRoots() 640 #undef MAXN
|