OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hhead
(Results
1 - 2
of
2
) sorted by null
/external/eigen/Eigen/src/OrderingMethods/
Amd.h
120
StorageIndex*
hhead
= W + 7*(n+1);
local
136
hhead
[i] = -1; // hash list i is empty
342
next[i] =
hhead
[h]; /* place i in hash bucket */
343
hhead
[h] = i;
357
i =
hhead
[h];
358
hhead
[h] = -1; /* hash bucket will be empty */
/external/zopfli/src/zopfli/
lz77.c
246
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 2205 milliseconds