Searched defs:SkipListNode (Results 1 – 1 of 1) sorted by relevance
30 struct SkipListNode { struct32 struct SkipListNode *forward[MAX_SKIPLIST_LEVEL]; /* level next */ argument33 struct SkipListNode *pre[MAX_SKIPLIST_LEVEL]; argument41 struct SkipListNode *head; argument