HomeSort by relevance Sort by last modified time
    Searched refs:MAXN (Results 1 - 3 of 3) sorted by null

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

Completed in 59 milliseconds