Searched refs:nCompareKey (Results 1 – 1 of 1) sorted by relevance
45 sal_uIntPtr nCompareKey; in ImplGetIndex() local56 nCompareKey = (sal_uIntPtr)pNodes[nMid*2]; in ImplGetIndex()57 if ( nKey < nCompareKey ) in ImplGetIndex()61 if ( nKey > nCompareKey ) in ImplGetIndex()75 if ( nKey < nCompareKey ) in ImplGetIndex()79 if ( nKey > nCompareKey ) in ImplGetIndex()90 if ( nKey > nCompareKey ) in ImplGetIndex()126 while ( nKey > nCompareKey ) in Insert()131 nCompareKey = (sal_uIntPtr)(*pNodes); in Insert()134 nCompareKey = 0; in Insert()[all …]
Completed in 7 milliseconds