#include <stdio.h>#include "nt.h"#include "ntrtl.h"#include "triangle.h"Go to the source code of this file.
Classes | |
| struct | _TREE_NODE |
Defines | |
| #define | DbgPrint DbgPrint |
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 52 of file ttri.c. References Buffer, DbgPrint, NULL, PrintTree(), PTREE_NODE, RtlRandom(), Seed, TreeInsert(), TriInitializeSplayLinks, and TRUE.
|
|
|
Referenced by main(). |
|
|
Definition at line 72 of file rtl/random.c. References RTL_PAGED_CODE, RtlpRandomConstantVector, Seed, and UniformMacro. Referenced by AnotherPrefix(), main(), MmCreateProcessAddressSpace(), and RtlpDphShouldAllocateInPageHeap().
|
|
||||||||||||
|
Referenced by main(). |
|
|
|
1.3.7