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

  /external/valgrind/include/
pub_tool_sparsewa.h 43 // SparseWA: Interface //
49 // trivial to use SparseWA.
51 typedef struct _SparseWA SparseWA; /* opaque */
55 SparseWA* VG_(newSWA) ( void*(*alloc_nofail)(const HChar* cc, SizeT),
60 void VG_(deleteSWA) ( SparseWA* swa );
64 Bool VG_(addToSWA) ( SparseWA* swa, UWord key, UWord val );
68 Bool VG_(delFromSWA) ( SparseWA* swa,
75 Bool VG_(lookupSWA) ( const SparseWA* swa,
80 void VG_(initIterSWA) ( SparseWA* swa );
86 Bool VG_(nextIterSWA)( SparseWA* swa
    [all...]
  /external/valgrind/coregrind/
m_sparsewa.c 39 // SparseWA: Implementation //
118 static void swa_PUSH ( SparseWA* swa, UWord partial_key, Int curr_ix,
132 static void swa_POP ( SparseWA* swa,
149 static LevelN* swa_new_LevelN ( const SparseWA* swa, Int level )
158 static Level0* swa_new_Level0 ( const SparseWA* swa )
169 void VG_(initIterSWA) ( SparseWA* swa )
176 Bool VG_(nextIterSWA)( SparseWA* swa,
234 SparseWA* VG_(newSWA) ( void*(*alloc_nofail)(const HChar* cc, SizeT),
238 SparseWA* swa;
242 swa = alloc_nofail( cc, sizeof(SparseWA) );
    [all...]

Completed in 138 milliseconds