HomeSort by relevance Sort by last modified time
    Searched full:highbytes (Results 1 - 2 of 2) sorted by null

  /libcore/luni/src/main/native/
NativeBN.cpp 210 int highBytes = bytesLen % 4;
214 while (k > highBytes) {
221 while (k > highBytes) {
232 if (highBytes != 0) {
236 for (k = 0; k < highBytes; k++) {
241 for (k = 0; k < highBytes; k++) {
  /libcore/luni/src/main/java/java/math/
BigInteger.java     [all...]

Completed in 34 milliseconds