Searched refs:nummax (Results 1 – 4 of 4) sorted by relevance
| /dragonfly/contrib/ncurses/ncurses/tinfo/ |
| HD | write_entry.c | 704 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()
|
| /dragonfly/games/mille/ |
| HD | comp.c | 48 unsigned int i, count200, badcount, nummin, nummax, diff; in calcmove() local 170 nummax = -1; in calcmove() 360 nummax = i; in calcmove() 381 Card_no = nummax; in calcmove() 385 nummax = nummin; in calcmove()
|
| /dragonfly/sys/net/netmap/ |
| HD | netmap_mem2.c | 80 .nummax = 10000, /* XXX very large */ 87 .nummax = 1024, 94 .nummax = 1000000, /* one million! */ 117 .nummax = 10, 124 .nummax = 1024, 131 .nummax = 1000000, /* one million! */ 505 if (objtotal < p->nummin || objtotal > p->nummax) { in netmap_config_obj_allocator() 507 objtotal, p->nummin, p->nummax); in netmap_config_obj_allocator()
|
| HD | netmap_mem2.h | 138 u_int nummax; /* maximum number of objects */ member
|