Lines Matching defs:toget
2000 int toget = 0;
2010 toget = missing;
2011 else toget = maxtargets;
2012 if(toget == 0) {
2039 /* select 'toget' items from the total of 'missing' items */
2040 log_assert(toget <= missing);
2047 /* randomly select this item with probability toget/missing */
2048 if(!iter_ns_probability(qstate->env->rnd, toget, missing)) {
2049 /* do not select this one, next; select toget number
2111 toget--;
2112 if(toget == 0)