Home
last modified time | relevance | path

Searched refs:nummax (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dwrite_entry.c721 size_t namelen, boolmax, nummax, strmax, numlen; in _nc_write_object() local
761 nummax = 0; in _nc_write_object()
764 nummax = i + 1; in _nc_write_object()
796 LITTLE_ENDIAN(buf + 6, nummax); in _nc_write_object()
825 numlen = convert_numbers(buf, tp->Numbers, nummax); in _nc_write_object()
826 if (Write(buf, numlen, nummax) != nummax) { in _nc_write_object()
/freebsd/sys/dev/netmap/
H A Dnetmap_mem2.c119 u_int nummax; /* maximum number of objects */ member
545 .nummax = 10000, /* XXX very large */
552 .nummax = 1024,
559 .nummax = 1000000, /* one million! */
601 .nummax = 100,
608 .nummax = 1024,
615 .nummax = 1000000, /* one million! */
1361 if (objtotal < p->nummin || objtotal > p->nummax) { in netmap_config_obj_allocator()
1363 objtotal, p->nummin, p->nummax); in netmap_config_obj_allocator()