Searched defs:firstBit (Results 1 - 3 of 3) sorted by relevance
/external/pdfium/xfa/fxbarcode/common/ | ||
H A D | BC_CommonBitArray.cpp | 81 int32_t firstBit = i > firstInt ? 0 : start & 0x1F; local 84 if (firstBit == 0 && lastBit == 31) { 88 for (int32_t j = firstBit; j <= lastBit; j++) { |
/external/zxing/core/ | ||
H A D | core.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/oned/ ... |
/external/dexmaker/lib/ | ||
H A D | dalvik-dx-1.jar | META-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/dx/ com/android/dx/cf/ ... |
Completed in 189 milliseconds