Searched defs:secondByte (Results 1 - 12 of 12) sorted by relevance

/external/lzma/CPP/7zip/Crypto/
H A D7zAes.cpp155 Byte secondByte = (Byte)(((saltSizeSpec) << 4) | ivSizeSpec); local
156 RINOK(outStream->Write(&secondByte, 1, NULL));
195 Byte secondByte = data[pos++];
197 _key.SaltSize += (secondByte >> 4);
198 ivSize += (secondByte & 0x0F);
/external/icu/icu4c/source/i18n/
H A Dcsrmbcs.cpp257 int32_t secondByte = it->nextByte(det); local
258 if (secondByte >= 0) {
259 it->charValue = (firstByte << 8) | secondByte;
263 if (! ((secondByte >= 0x40 && secondByte <= 0x7F) || (secondByte >= 0x80 && secondByte <= 0xFE))) {
294 int32_t secondByte = 0; local
311 secondByte = it->nextByte(det);
312 if (secondByte >
422 int32_t secondByte = it->nextByte(det); local
459 int32_t secondByte = 0; local
[all...]
/external/pdfium/xfa/src/fxbarcode/datamatrix/
H A DBC_DataMatrixDecodedBitStreamParser.cpp395 int32_t secondByte,
397 int32_t fullBitValue = (firstByte << 8) + secondByte - 1;
393 ParseTwoBytes( int32_t firstByte, int32_t secondByte, CFX_Int32Array& result) argument
/external/pdfium/xfa/src/fxbarcode/qrcode/
H A DBC_QRDecodedBitStreamParser.cpp261 int32_t secondByte = bits->ReadBits(8, e); local
263 return ((firstByte & 0x3f) << 8) | secondByte;
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/oned/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 204 milliseconds