divideUnsigned static method

int divideUnsigned(
  1. int j,
  2. int j1
)

from: static public long divideUnsigned(long j, long j1)

Implementation

static core$_.int divideUnsigned(
  core$_.int j,
  core$_.int j1,
) {
  final _$$classRef = _class.reference;
  return _divideUnsigned(
          _$$classRef.pointer, _id_divideUnsigned.pointer, j, j1)
      .long;
}