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.c739 size_t namelen, boolmax, nummax, strmax, numlen; in _nc_write_object() local
779 nummax = 0; in _nc_write_object()
782 nummax = i + 1; in _nc_write_object()
814 LITTLE_ENDIAN(buf + 6, nummax); in _nc_write_object()
843 numlen = convert_numbers(buf, tp->Numbers, nummax); in _nc_write_object()
844 if (Write(buf, numlen, nummax) != nummax) { in _nc_write_object()
/freebsd/sys/dev/netmap/
H A Dnetmap_mem2.c121 u_int nummax; /* maximum number of objects */ member
547 .nummax = 10000, /* XXX very large */
554 .nummax = 1024,
561 .nummax = 1000000, /* one million! */
603 .nummax = 100,
610 .nummax = 1024,
617 .nummax = 1000000, /* one million! */
1367 if (objtotal < p->nummin || objtotal > p->nummax) { in netmap_config_obj_allocator()
1369 objtotal, p->nummin, p->nummax); in netmap_config_obj_allocator()