Home | History | Annotate | Download | only in MagickCore

Lines Matching refs:high

253   const size_t high)
261 bisect=low+(high-low)/2;
267 if ((bisect+1) > high)
270 node->right=LinkSplayTreeNodes(nodes,bisect+1,high);