MAX_PRIV
start = (*last_used == MIN_PRIV ? MAX_PRIV : *last_used - 1);
loop_twice = (start < MAX_PRIV ? TRUE : FALSE);
start = MAX_PRIV;