#include <stdio.h>
#include "nt.h"
#include "ntrtl.h"
Go to the source code of this file.
Classes | |
struct | _TREE_NODE |
Typedefs | |
typedef _TREE_NODE | TREE_NODE |
typedef TREE_NODE * | PTREE_NODE |
Functions | |
ULONG | RtlRandom (IN OUT PULONG Seed) |
PTREE_NODE | TreeInsert (IN PTREE_NODE Root, IN PTREE_NODE Node) |
VOID | PrintTree (IN PTREE_NODE Node) |
int _CDECL | main (int argc, char *argv[]) |
Variables | |
TREE_NODE | Buffer [2048] |
|
Definition at line 32 of file tsplay.c. Referenced by main(). |
|
|
|
Definition at line 49 of file tsplay.c. References Buffer, DbgPrint, NULL, PrintTree(), PTREE_NODE, RtlRandom(), Seed, TreeInsert(), and TRUE.
|
|
Definition at line 149 of file tsplay.c. References DbgPrint, NULL, and RtlRealSuccessor().
|
|
Definition at line 72 of file rtl/random.c.
|
|
Definition at line 78 of file tsplay.c. References NULL, RtlDelete(), RtlSplay(), and TRUE.
|
|
|