Home | History | Annotate | Download | only in util

Lines Matching defs:findUniqueValueFromBranch

891     private static long findUniqueValueFromBranch(byte[] bytes, int pos, int length,
895 uniqueValue=findUniqueValueFromBranch(bytes, jumpByDelta(bytes, pos), length>>1, uniqueValue);
938 uniqueValue=findUniqueValueFromBranch(bytes, pos, node+1, uniqueValue);