Home
last modified time | relevance | path

Searched refs:tmpBytes (Results 1 – 1 of 1) sorted by relevance

/libcore/luni/src/main/native/
Djava_math_NativeBN.cpp203 const uint8_t* tmpBytes = reinterpret_cast<const uint8_t *>(scopedArray.get()); in NativeBN_litEndInts2bn() local
206 if (!BN_le2bn(tmpBytes, numBytes, ret)) { in NativeBN_litEndInts2bn()