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

  /libcore/luni/src/main/native/
java_math_NativeBN.cpp 193 #define BYTES2INT(bytes, k) \
215 di = BYTES2INT(bytes, k);
222 d[i] = ~BYTES2INT(bytes, k);
  /external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/
ByteBufferTest.java 964 assertEquals(bytes2int(bytes, buf.order()), value); method
975 assertEquals(bytes2int(bytes, buf.order()), value); method
1570 assertEquals(bytes2int(bytes, buf.order()), value); method
1595 assertEquals(bytes2int(bytes, buf.order()), value); method
2040 private int bytes2int(byte bytes[], ByteOrder order) { method
    [all...]

Completed in 231 milliseconds