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

/external/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/WebKit/Source/bindings/v8/
H A DSerializedScriptValue.cpp1933 uint8_t currentByte; local
1938 currentByte = m_buffer[m_position++];
1939 *value |= ((currentByte & varIntMask) << shift);
1941 } while (currentByte & (1 << varIntShift));
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/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 ...

Completed in 284 milliseconds