Changeset 40053 in vbox for trunk/include/iprt
- Timestamp:
- Feb 9, 2012 3:36:48 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 76180
- Location:
- trunk/include/iprt
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/avl.h
r36573 r40053 287 287 RTDECL(bool) RTAvllU32Insert(PPAVLLU32NODECORE ppTree, PAVLLU32NODECORE pNode); 288 288 RTDECL(PAVLLU32NODECORE) RTAvllU32Remove(PPAVLLU32NODECORE ppTree, AVLLU32KEY Key); 289 RTDECL(PAVLLU32NODECORE) RTAvllU32RemoveNode(PPAVLLU32NODECORE ppTree, PAVLLU32NODECORE pNode); 289 290 RTDECL(PAVLLU32NODECORE) RTAvllU32Get(PPAVLLU32NODECORE ppTree, AVLLU32KEY Key); 290 291 RTDECL(PAVLLU32NODECORE) RTAvllU32GetBestFit(PPAVLLU32NODECORE ppTree, AVLLU32KEY Key, bool fAbove); -
trunk/include/iprt/mangling.h
r40029 r40053 101 101 # define RTAvllU32Remove RT_MANGLER(RTAvllU32Remove) 102 102 # define RTAvllU32RemoveBestFit RT_MANGLER(RTAvllU32RemoveBestFit) 103 # define RTAvllU32RemoveNode RT_MANGLER(RTAvllU32RemoveNode) 103 104 # define RTAvloGCPhysDestroy RT_MANGLER(RTAvloGCPhysDestroy) 104 105 # define RTAvloGCPhysDoWithAll RT_MANGLER(RTAvloGCPhysDoWithAll) … … 1270 1271 # define RTStrGetCpInternal RT_MANGLER(RTStrGetCpInternal) 1271 1272 # define RTStrGetCpNExInternal RT_MANGLER(RTStrGetCpNExInternal) 1273 # define RTStrHash1 RT_MANGLER(RTStrHash1) 1274 # define RTStrHash1ExN RT_MANGLER(RTStrHash1ExN) 1275 # define RTStrHash1ExNV RT_MANGLER(RTStrHash1ExNV) 1276 # define RTStrHash1N RT_MANGLER(RTStrHash1N) 1272 1277 # define RTStrICmp RT_MANGLER(RTStrICmp) 1273 1278 # define RTStrIStr RT_MANGLER(RTStrIStr)
Note:
See TracChangeset
for help on using the changeset viewer.