lastid            112 libutil/idset.c 	idset->min = idset->max = idset->lastid = END_OF_ID;
lastid            175 libutil/idset.c 	return idset->lastid = idset->min;
lastid            192 libutil/idset.c 	if (idset->lastid >= idset->max)
lastid            195 libutil/idset.c 	index0 = idset->lastid / LONG_BIT;
lastid            196 libutil/idset.c 	index1 = idset->lastid % LONG_BIT;
lastid            199 libutil/idset.c 			return idset->lastid = index0 * LONG_BIT + i;
lastid            208 libutil/idset.c 			return idset->lastid = index0 * LONG_BIT + i;
lastid             31 libutil/idset.h 	unsigned int lastid;		/**< used by idset_first() and idset_next() */