Home
last modified time | relevance | path

Searched defs:AVLInsert (Results 1 – 4 of 4) sorted by relevance

/dports/lang/fpc-source/fpc-3.2.2/packages/univint/src/
H A DAVLTree.pas858 function AVLInsert( tree: AVLTreePtr; data: {const} UnivPtr ): OSErr; external name '_AVLInsert'; in AVLInsert() function
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/poems/
H A Dpoemstree.h199 void Tree::AVLInsert(TreeNode *&tree, TreeNode *newNode, int &reviseBalanceFactor) in AVLInsert() function
/dports/science/lammps/lammps-stable_29Sep2021/lib/poems/
H A Dpoemstree.h210 void Tree::AVLInsert(TreeNode *&tree, TreeNode *newNode, int &reviseBalanceFactor) in AVLInsert() function
/dports/devel/kBuild/kBuild-0.1.9998/src/fastdep/
H A Davl.c101 BOOL AVLInsert(PPAVLNODECORE ppTree, PAVLNODECORE pNode) in AVLInsert() function