Lines Matching full:last
122 Index* last = perm.indices().data(); /* use P as workspace for last */
135 last[i] = -1;
169 if(head[d] != -1) last[head[d]] = i;
179 if(next[k] != -1) last[next[k]] = -1;
235 if(next[i] != -1) last[next[i]] = last[i];
236 if(last[i] != -1) /* remove i from degree list */
238 next[last[i]] = next[i];
336 last[i] = h; /* save hash of i in last[i] */
348 h = last[i]; /* scan hash bucket of node i */
390 if(head[d] != -1) last[head[d]] = i;
392 last[i] = -1;