Home | History | Annotate | Download | only in jni

Lines Matching refs:axisBit

224                 uint64_t axisBit = 1LL << axis;
225 bits &= ~axisBit;
305 uint64_t axisBit = 1LL << axis;
306 remainingBits &= ~axisBit;
307 outBits |= axisBit;