Searched defs:hhead (Results 1 - 2 of 2) sorted by relevance

/external/eigen/Eigen/src/OrderingMethods/
H A DAmd.h117 Index* hhead = W + 7*(n+1); local
133 hhead[i] = -1; // hash list i is empty
330 next[i] = hhead[h]; /* place i in hash bucket */
331 hhead[h] = i;
345 i = hhead[h];
346 hhead[h] = -1; /* hash bucket will be empty */
/external/zopfli/src/zopfli/
H A Dlz77.c246 int* hhead = h->head; local
278 pp = hhead[hval]; /* During the whole loop, p == hprev[pp]. */
333 if (hhead != h->head2 && bestlength >= h->same[hpos] &&
336 hhead = h->head2;

Completed in 154 milliseconds