Searched defs:ok (Results 1 - 2 of 2) sorted by relevance

/libcore/luni/src/main/native/
H A Djava_math_NativeBN.cpp401 int ok; local
403 ok = BN_lshift(toBigNum(r), toBigNum(a), n);
405 ok = BN_rshift(toBigNum(r), toBigNum(a), -n);
407 if (!ok) {
/libcore/ojluni/src/main/native/
H A Dzip_util.c1538 int ok = InflateFully(zip, entry, buf, &msg); local
1539 if (!ok) {

Completed in 54 milliseconds