Home
last modified time | relevance | path

Searched refs:AvlTree (Results 1 – 1 of 1) sorted by relevance

/external/valgrind/coregrind/
Dm_oset.c92 typedef OSet AvlTree; typedef
168 void* slow_key_of_node(const AvlTree* t, const AvlNode* n) in slow_key_of_node()
197 inline Word slow_cmp(const AvlTree* t, const void* k, const AvlNode* n) in slow_cmp()
244 static void stackClear(AvlTree* t) in stackClear()
256 static inline void stackPush(AvlTree* t, AvlNode* n, Int i) in stackPush()
266 static inline Bool stackPop(AvlTree* t, AvlNode** n, Int* i) in stackPop()
288 AvlTree* VG_(OSetGen_Create)(PtrdiffT keyOff, OSetCmp_t cmp, in VG_()
292 AvlTree* t; in VG_()
302 t = alloc_fn(cc, sizeof(AvlTree)); in VG_()
317 AvlTree* VG_(OSetGen_Create_With_Pool)(PtrdiffT keyOff, OSetCmp_t cmp, in VG_()
[all …]