HomeSort by relevance Sort by last modified time
    Searched full:vec2ix (Results 1 - 1 of 1) sorted by null

  /external/valgrind/main/helgrind/
hg_wordset.c 143 really. vec2ix is the inverse mapping, mapping WordVec* to the
148 vec2ix. The entry of the dead WVs in ix2vec are used to maintain a
154 WordFM* vec2ix; /* WordVec-to-WordSet mapping tree */ member in struct:_WordSetU
310 vec2ix and ix2vec mappings and return its index.
321 have = VG_(lookupFM)( wsu->vec2ix,
339 VG_(addToFM)( wsu->vec2ix, (Word)wv_new, ws );
347 VG_(addToFM)( wsu->vec2ix, (Word)wv_new, (Word)wsu->ix2vec_used );
369 wsu->vec2ix = VG_(newFM)( alloc_nofail, cc,
388 tl_assert(wsu->vec2ix);
389 VG_(deleteFM)( wsu->vec2ix, delete_WV_for_FM, NULL/*val-finalizer*/ )
    [all...]

Completed in 90 milliseconds