Changeset 8245 in vbox for trunk/src/VBox/Runtime/common/table
- Timestamp:
- Apr 21, 2008 5:24:28 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 29978
- Location:
- trunk/src/VBox/Runtime/common/table
- Files:
-
- 16 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/table/avlgcptr.cpp
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- AVL tree, RTGCPTR, unique keys.3 * IPRT - AVL tree, RTGCPTR, unique keys. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/common/table/avlhcphys.cpp
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- AVL tree, RTHCPHYS, unique keys.3 * IPRT - AVL tree, RTHCPHYS, unique keys. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/common/table/avllu32.cpp
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- AVL tree, uint32_t, unique keys.3 * IPRT - AVL tree, uint32_t, unique keys. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/common/table/avlogcphys.cpp
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- AVL tree, RTGCPHYS, unique keys, offset pointers.3 * IPRT - AVL tree, RTGCPHYS, unique keys, offset pointers. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/common/table/avlogcptr.cpp
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- AVL tree, RTGCPTR, unique keys, offset pointers.3 * IPRT - AVL tree, RTGCPTR, unique keys, offset pointers. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/common/table/avlohcphys.cpp
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- AVL tree, RTHCPHYS, unique keys, offset pointers.3 * IPRT - AVL tree, RTHCPHYS, unique keys, offset pointers. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/common/table/avloioport.cpp
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- AVL tree, RTIOPORT, unique keys, offset pointers.3 * IPRT - AVL tree, RTIOPORT, unique keys, offset pointers. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/common/table/avlpv.cpp
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- AVL tree, void *, unique keys.3 * IPRT - AVL tree, void *, unique keys. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/common/table/avlrgcptr.cpp
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- AVL tree, RTGCPTR, range, unique keys.3 * IPRT - AVL tree, RTGCPTR, range, unique keys. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/common/table/avlrogcphys.cpp
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- AVL tree, RTGCPHYS, range, unique keys, offset pointers.3 * IPRT - AVL tree, RTGCPHYS, range, unique keys, offset pointers. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/common/table/avlrogcptr.cpp
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- AVL tree, RTGCPTR, range, unique keys, offset pointers.3 * IPRT - AVL tree, RTGCPTR, range, unique keys, offset pointers. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/common/table/avlroioport.cpp
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- AVL tree, RTIOPORT, range, unique keys, offset pointers.3 * IPRT - AVL tree, RTIOPORT, range, unique keys, offset pointers. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/common/table/avlroogcptr.cpp
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- AVL tree, RTGCPTR, range, unique keys, overlapping ranges, offset pointers.3 * IPRT - AVL tree, RTGCPTR, range, unique keys, overlapping ranges, offset pointers. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/common/table/avlu32.cpp
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- AVL tree, uint32_t, unique keys.3 * IPRT - AVL tree, uint32_t, unique keys. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/common/table/avlul.cpp
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- AVL tree, unsigned long, unique keys.3 * IPRT - AVL tree, unsigned long, unique keys. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/common/table/table.cpp
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- AVL tree, RTHCPHYS, unique keys.3 * IPRT - AVL tree, RTHCPHYS, unique keys. 4 4 */ 5 5
Note:
See TracChangeset
for help on using the changeset viewer.