OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:hhead
(Results
1 - 1
of
1
) sorted by null
/external/eigen/Eigen/src/OrderingMethods/
Amd.h
121
Index*
hhead
= W + 7*(n+1);
local
137
hhead
[i] = -1; // hash list i is empty
334
next[i] =
hhead
[h]; /* place i in hash bucket */
335
hhead
[h] = i;
349
i =
hhead
[h];
350
hhead
[h] = -1; /* hash bucket will be empty */
Completed in 39 milliseconds