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

  /external/valgrind/main/helgrind/
hg_wordset.h 41 //--- WordSet ---//
47 typedef UInt WordSet; /* opaque, small int index */
59 WordSet are included in the WordSetU number of elements. */
66 /* Element-level operations on WordSets. Note that the WordSet
70 WordSet HG_(emptyWS) ( WordSetU* );
71 WordSet HG_(addToWS) ( WordSetU*, WordSet, UWord );
72 WordSet HG_(delFromWS) ( WordSetU*, WordSet, UWord );
73 WordSet HG_(unionWS) ( WordSetU*, WordSet, WordSet )
    [all...]
hg_wordset.c 130 //--- WordSet ---//
154 WordFM* vec2ix; /* WordVec-to-WordSet mapping tree */
155 WordVec** ix2vec; /* WordSet-to-WordVec mapping array */
159 WordSet empty; /* cached, for speed */
272 static WordVec* do_ix2vec ( WordSetU* wsu, WordSet ws )
290 static WordVec* do_ix2vec_with_dead ( WordSetU* wsu, WordSet ws )
312 static WordSet add_or_dealloc_WordVec( WordSetU* wsu, WordVec* wv_new )
317 /* Really WordSet, but need something that can safely be casted to
318 a Word* in the lookupFM. Making it WordSet (which is 32 bits)
331 return (WordSet)ix_old
    [all...]
hg_lock_n_thread.h 51 typedef WordSet WordSetID;
89 WordSetID locksetA; /* WordSet of Lock* currently held by thread */
hg_main.c     [all...]
libhb_core.c     [all...]

Completed in 731 milliseconds