OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SparseWA
(Results
1 - 3
of
3
) sorted by null
/external/valgrind/main/include/
pub_tool_sparsewa.h
41
//
SparseWA
: Interface //
47
// trivial to use
SparseWA
.
49
typedef struct _SparseWA
SparseWA
; /* opaque */
52
SparseWA
* VG_(newSWA) ( void*(*alloc_nofail)(HChar* cc, SizeT),
57
void VG_(deleteSWA) (
SparseWA
* swa );
61
Bool VG_(addToSWA) (
SparseWA
* swa, UWord key, UWord val );
68
Bool VG_(delFromSWA) (
SparseWA
* swa,
76
Bool VG_(lookupSWA) (
SparseWA
* swa,
81
void VG_(initIterSWA) (
SparseWA
* swa );
87
Bool VG_(nextIterSWA)(
SparseWA
* swa
[
all
...]
/external/valgrind/main/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 (
SparseWA
* swa, Int level )
158
static Level0* swa_new_Level0 (
SparseWA
* swa )
169
void VG_(initIterSWA) (
SparseWA
* swa )
176
Bool VG_(nextIterSWA)(
SparseWA
* swa,
234
SparseWA
* VG_(newSWA) ( void*(*alloc_nofail)(HChar* cc, SizeT),
238
SparseWA
* swa;
242
swa = alloc_nofail( cc, sizeof(
SparseWA
) );
[
all
...]
/external/valgrind/main/helgrind/
libhb_core.c
[
all
...]
Completed in 56 milliseconds