Home | History | Annotate | Download | only in unitTests

Lines Matching defs:topbit

820         int topbit = 0;
826 if ((bit & uint32Val) > 0) topbit = i;
829 encodeLen = topbit/7 + 1;
832 //Log.d(LOG_TAG, "uint32Val = " + Integer.toHexString(uint32Val) + ", topbit = "
833 // + topbit + ", encodeLen = " + encodeLen);
979 int topBit = 0;
982 if ((mAppIdValue & bit) > 0) topBit = i;
985 add = 2 + topBit/8;