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

/forgerock/authenticator-ios-v2/ForgeRock-Authenticator/
H A Dbase32.c56 int bitsLeft = 0; local
85 bitsLeft += 5;
86 if (bitsLeft >= 8) {
87 result[count++] = buffer >> (bitsLeft - 8);
88 bitsLeft -= 8;
126 int bitsLeft = 8; local
128 while (count < bufSize && (bitsLeft > 0 || next < length)) {
129 if (bitsLeft < 5) {
133 bitsLeft += 8;
135 int pad = 5 - bitsLeft;
[all...]
/forgerock/authenticator-android-v2/app/libs/
H A Dcore-2.3.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...

Completed in 783 milliseconds