Home
last modified time | relevance | path

Searched defs:SkipList (Results 1 – 1 of 1) sorted by relevance

/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
Dskiplist.h39 struct SkipList { struct
40 struct SkipListNode *head; argument
41 struct SkipListNode *tail; argument
43 struct SkipListNode *hnode[MAX_SKIPLIST_LEVEL]; /* point to the first node of each level */ argument
44 struct SkipListNode *tnode[MAX_SKIPLIST_LEVEL]; /* point to the last node of each level */ argument
56 SkipList. argument