OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:vec2ix
(Results
1 - 1
of
1
) sorted by null
/external/valgrind/main/helgrind/
hg_wordset.c
140
really.
vec2ix
is the inverse mapping, mapping WordVec* to the
147
WordFM*
vec2ix
; /* WordVec-to-WordSet mapping tree */
member in struct:_WordSetU
274
vec2ix
and ix2vec mappings and return its index.
285
have = VG_(lookupFM)( wsu->
vec2ix
,
301
VG_(addToFM)( wsu->
vec2ix
, (Word)wv_new, (Word)wsu->ix2vec_used );
323
wsu->
vec2ix
= VG_(newFM)( alloc_nofail, cc,
341
tl_assert(wsu->
vec2ix
);
342
VG_(deleteFM)( wsu->
vec2ix
, delete_WV_for_FM, NULL/*val-finalizer*/ );
Completed in 98 milliseconds