Searched refs:maxU8 (Results 1 – 1 of 1) sorted by relevance
87 static native byte maxU8(byte x, byte y); in maxU8() method in CoreMathVerifier1253 args.out = minU8(args.inMaxValue, maxU8(args.inValue, args.inMinValue)); in computeClamp()2274 args.out = maxU8(args.inA, args.inB);