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 63 WordSet, WordBag) now operate on unsigned words (UWord), whereas
172 //--- WordBag (unboxed words only) ---//
176 typedef struct _WordBag WordBag; /* opaque */
178 /* Allocate and initialise a WordBag */
179 WordBag* VG_(newBag) ( void* (*alloc_nofail)( const HChar* cc, SizeT ),
184 void VG_(deleteBag) ( WordBag* );
187 void VG_(addToBag)( WordBag*, UWord );
190 UWord VG_(elemBag) ( WordBag*, UWord );
193 Bool VG_(delFromBag)( WordBag*, UWord );
196 Bool VG_(isEmptyBag)( WordBag* );
    [all...]
  /external/valgrind/main/coregrind/
m_wordfm.c 843 //--- WordBag (unboxed words only) ---//
852 WordBag* VG_(newBag) ( void* (*alloc_nofail)( const 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 76 milliseconds