Lines Matching defs:last
118 Index* last = perm.indices().data(); /* use P as workspace for last */
131 last[i] = -1;
173 if(head[d] != -1) last[head[d]] = i;
187 if(next[k] != -1) last[next[k]] = -1;
243 if(next[i] != -1) last[next[i]] = last[i];
244 if(last[i] != -1) /* remove i from degree list */
246 next[last[i]] = next[i];
344 last[i] = h; /* save hash of i in last[i] */
356 h = last[i]; /* scan hash bucket of node i */
398 if(head[d] != -1) last[head[d]] = i;
400 last[i] = -1;