Home
last modified time | relevance | path

Searched defs:overflowResult (Results 1 – 1 of 1) sorted by relevance

/external/exoplayer/tree/library/common/src/main/java/com/google/android/exoplayer2/util/
DUtil.java726 public static long addWithOverflowDefault(long x, long y, long overflowResult) { in addWithOverflowDefault()
743 public static long subtractWithOverflowDefault(long x, long y, long overflowResult) { in subtractWithOverflowDefault()