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

  /external/valgrind/main/include/
pub_tool_wordfm.h 61 WordSet, WordBag) now operate on unsigned words (UWord), whereas
170 //--- WordBag (unboxed words only) ---//
174 typedef struct _WordBag WordBag; /* opaque */
176 /* Allocate and initialise a WordBag */
177 WordBag* VG_(newBag) ( void* (*alloc_nofail)( HChar* cc, SizeT ),
182 void VG_(deleteBag) ( WordBag* );
185 void VG_(addToBag)( WordBag*, UWord );
188 UWord VG_(elemBag) ( WordBag*, UWord );
191 Bool VG_(delFromBag)( WordBag*, UWord );
194 Bool VG_(isEmptyBag)( WordBag* );
    [all...]
  /external/valgrind/main/coregrind/
m_wordfm.c 843 //--- WordBag (unboxed words only) ---//
852 WordBag* VG_(newBag) ( void* (*alloc_nofail)( HChar*, SizeT ),
856 WordBag* bag = alloc_nofail(cc, sizeof(WordBag));
861 void VG_(deleteBag) ( WordBag* bag )
865 VG_(memset)(bag, 0, sizeof(WordBag));
869 void VG_(addToBag)( WordBag* bag, UWord w )
881 UWord VG_(elemBag) ( WordBag* bag, UWord w )
893 UWord VG_(sizeUniqueBag) ( WordBag* bag )
909 UWord VG_(sizeTotalBag)( WordBag* bag
    [all...]
  /external/valgrind/main/helgrind/
hg_lock_n_thread.h 141 WordBag* heldBy; /* bag of threads that hold this lock */
hg_lock_n_thread.c 52 static Bool is_sane_Bag_of_Threads ( WordBag* bag )
libhb_core.c     [all...]

Completed in 31 milliseconds