HomeSort by relevance Sort by last modified time
    Searched refs:WordSet (Results 1 - 3 of 3) sorted by null

  /external/valgrind/main/helgrind/
hg_wordset.h 41 //--- WordSet ---//
47 typedef UInt WordSet; /* opaque, small int index */
65 /* Element-level operations on WordSets. Note that the WordSet
69 WordSet HG_(emptyWS) ( WordSetU* );
70 WordSet HG_(addToWS) ( WordSetU*, WordSet, UWord );
71 WordSet HG_(delFromWS) ( WordSetU*, WordSet, UWord );
72 WordSet HG_(unionWS) ( WordSetU*, WordSet, WordSet )
    [all...]
hg_wordset.c 127 //--- WordSet ---//
147 WordFM* vec2ix; /* WordVec-to-WordSet mapping tree */
148 WordVec** ix2vec; /* WordSet-to-WordVec mapping array */
151 WordSet empty; /* cached, for speed */
256 static WordVec* do_ix2vec ( WordSetU* wsu, WordSet ws )
276 static WordSet add_or_dealloc_WordVec( WordSetU* wsu, WordVec* wv_new )
281 /* Really WordSet, but need something that can safely be casted to
282 a Word* in the lookupFM. Making it WordSet (which is 32 bits)
295 return (WordSet)ix_old;
305 return (WordSet)(wsu->ix2vec_used - 1)
    [all...]
hg_lock_n_thread.h 51 typedef WordSet WordSetID;
84 WordSetID locksetA; /* WordSet of Lock* currently held by thread */

Completed in 49 milliseconds