Searched refs:minU64 (Results 1 – 1 of 1) sorted by relevance
101 static native long minU64(long x, long y); in minU64() method in CoreMathVerifier1288 args.out = minU64(args.inMaxValue, maxU64(args.inValue, args.inMinValue)); in computeClamp()2347 args.out = minU64(args.inA, args.inB);