Lines Matching refs:nRes
49 short nRes = p->Compare( pFind ); in Find() local
50 if( !nRes ) in Find()
52 else p = ( nRes < 0 ) ? p->pLeft : p->pRight; in Find()
65 short nRes = 0; in Locate() local
82 nRes = pCur->Compare( pFind ); in Locate()
83 if( nRes == 0 ) in Locate()
85 else pCur = ( nRes < 0 ) ? pCur->pLeft : pCur->pRight; in Locate()
89 return( nRes ); in Locate()
104 short nRes = Compare( pNew ); in Adjust() local
105 if( nRes > 0 ) in Adjust()
118 nRes = pCur->Compare( pNew ); in Adjust()
119 if( nRes > 0 ) in Adjust()
229 short nRes = bPtrs ? short( pCur == pDel ) : short(pCur->Compare( pDel )); in Rem() local
230 if( !nRes ) in Rem()
267 if( nRes < 0 ) in Rem()
303 short nRes = (*pRoot)->Locate( pIns, &pPivot, &pParent, &pPrev ); in Insert() local
304 if( !nRes ) in Insert()
309 if( nRes < 0 ) in Insert()