Home
last modified time | relevance | path

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

/external/pdfium/third_party/bigint/
DBigInteger.cc132 unsigned long BigInteger::toUnsignedLong () const { return convertToUnsignedPrimitive<unsigned lon… in toUnsignedLong() function in BigInteger
DBigUnsigned.cc21 unsigned long BigUnsigned::toUnsignedLong () const { return convertToPrimitive <unsigned long… in toUnsignedLong() function in BigUnsigned
/external/exoplayer/tree/library/common/src/main/java/com/google/android/exoplayer2/util/
DUtil.java1276 public static long toUnsignedLong(int x) { in toUnsignedLong() method in Util