Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/ncurses/ncurses/tinfo/
H A Dwrite_entry.c704 size_t namelen, boolmax, nummax, strmax, numlen; in _nc_write_object() local
744 nummax = 0; in _nc_write_object()
747 nummax = i + 1; in _nc_write_object()
778 LITTLE_ENDIAN(buf + 6, nummax); in _nc_write_object()
807 numlen = convert_numbers(buf, tp->Numbers, nummax); in _nc_write_object()
808 if (Write(buf, numlen, nummax) != nummax) { in _nc_write_object()
/freebsd-13.1/sys/dev/netmap/
H A Dnetmap_mem2.c121 u_int nummax; /* maximum number of objects */ member
543 .nummax = 10000, /* XXX very large */
550 .nummax = 1024,
557 .nummax = 1000000, /* one million! */
597 .nummax = 100,
604 .nummax = 1024,
611 .nummax = 1000000, /* one million! */
1347 if (objtotal < p->nummin || objtotal > p->nummax) { in netmap_config_obj_allocator()
1349 objtotal, p->nummin, p->nummax); in netmap_config_obj_allocator()