VirtualBox

Changeset 449 in vbox for trunk/src


Ignore:
Timestamp:
Jan 30, 2007 11:03:57 PM (18 years ago)
Author:
vboxsync
Message:

RTAvlrGCPtr*

Location:
trunk/src/VBox/Runtime
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/Makefile

    r405 r449  
    128128        table/avloioport.cpp \
    129129        table/avlpv.cpp \
     130        table/avlrgcptr.cpp \
    130131        table/avlrogcphys.cpp \
    131132        table/avlrogcptr.cpp \
  • trunk/src/VBox/Runtime/table/avlrgcptr.cpp

    r411 r449  
    11/* $Id$ */
    22/** @file
    3  * InnoTek Portable Runtime - AVL tree, RTGCPTR, range, unique keys, offset pointers.
     3 * InnoTek Portable Runtime - AVL tree, RTGCPTR, range, unique keys.
    44 */
    55
     
    3131 * AVL configuration.
    3232 */
    33 #define KAVL_FN(a)                  RTAvlroGCPtr##a
     33#define KAVL_FN(a)                  RTAvlrGCPtr##a
    3434#define KAVL_MAX_STACK              27  /* Up to 2^24 nodes. */
    3535#define KAVL_CHECK_FOR_EQUAL_INSERT 1   /* No duplicate keys! */
    36 #define KAVLNODECORE                AVLROGCPTRNODECORE
    37 #define PKAVLNODECORE               PAVLROGCPTRNODECORE
    38 #define PPKAVLNODECORE              PPAVLROGCPTRNODECORE
     36#define KAVLNODECORE                AVLRGCPTRNODECORE
     37#define PKAVLNODECORE               PAVLRGCPTRNODECORE
     38#define PPKAVLNODECORE              PPAVLRGCPTRNODECORE
    3939#define KAVLKEY                     RTGCPTR
    4040#define PKAVLKEY                    PRTGCPTR
    41 #define KAVLENUMDATA                AVLROGCPTRENUMDATA
    42 #define PKAVLENUMDATA               PAVLROGCPTRENUMDATA
    43 #define PKAVLCALLBACK               PAVLROGCPTRCALLBACK
    44 #define KAVL_OFFSET                 1
     41#define KAVLENUMDATA                AVLRGCPTRENUMDATA
     42#define PKAVLENUMDATA               PAVLRGCPTRENUMDATA
     43#define PKAVLCALLBACK               PAVLRGCPTRCALLBACK
    4544#define KAVL_RANGE                  1
    4645
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette