Searched defs:currentByte (Results 1 - 14 of 14) sorted by relevance

/external/pdfium/xfa/src/fxbarcode/qrcode/
H A DBC_QRBitMatrixParser.cpp154 int32_t currentByte = 0; local
165 currentByte <<= 1;
167 currentByte |= 1;
170 (*result)[resultOffset++] = (uint8_t)currentByte;
172 currentByte = 0;
/external/mesa3d/src/glx/
H A Dpixel.c92 GLint elementsLeft, bitOffset, currentByte, nextByte, highBitMask; local
121 currentByte = MsbToLsbTable[iter[0]];
124 currentByte = iter[0];
135 currentByte =
136 ((currentByte & highBitMask) << bitOffset) |
140 currentByte = ((currentByte & highBitMask) << bitOffset);
144 *destImage = currentByte;
148 *destImage = currentByte & HighBitsMask[elementsLeft];
283 GLint elementsLeft, bitOffset, currentByte, highBitMas local
[all...]
/external/pdfium/xfa/src/fxbarcode/datamatrix/
H A DBC_DataMatrixBitMatrixParser.cpp160 int32_t currentByte = 0; local
162 currentByte |= 1;
164 currentByte <<= 1;
166 currentByte |= 1;
168 currentByte <<= 1;
170 currentByte |= 1;
172 currentByte <<= 1;
174 currentByte |= 1;
176 currentByte <<= 1;
178 currentByte |
196 int32_t currentByte = 0; local
232 int32_t currentByte = 0; local
268 int32_t currentByte = 0; local
304 int32_t currentByte = 0; local
[all...]
/external/chromium-trace/catapult/third_party/html5lib-python/html5lib/
H A Dinputstream.py621 currentByte = property(getCurrentByte) variable in class:EncodingBytes
707 if self.data.currentByte not in spaceCharactersBytes:
751 if data.currentByte not in asciiLettersBytes:
864 if not self.data.currentByte == b"=":
870 if self.data.currentByte in (b'"', b"'"):
871 quoteMark = self.data.currentByte
/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 Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/robolectric/v3/runtime/
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.1.2_r1-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/ ...
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 ...

Completed in 398 milliseconds