HomeSort by relevance Sort by last modified time
    Searched refs:currentByte (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/third_party/mesa/src/src/glx/
pixel.c 92 GLint elementsLeft, bitOffset, currentByte, nextByte, highBitMask;
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, highBitMask, lowBitMask
    [all...]
  /external/mesa3d/src/glx/
pixel.c 92 GLint elementsLeft, bitOffset, currentByte, nextByte, highBitMask;
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, highBitMask, lowBitMask
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/
RedefineClassesTest.java 221 int currentByte = 0;
224 currentByte = newClassByteCodeFileInputStream.read();
235 if ( currentByte == -1 ) { // EOF is reached
238 checkedCommand.setNextValueAsByte((byte)currentByte);
  /external/lzma/Java/SevenZip/Compression/LZMA/
Encoder.java 595 byte currentByte = _matchFinder.GetIndexByte(0 - 1);
598 if (lenMain < 2 && currentByte != matchByte && repLens[repMaxIndex] < 2)
609 _literalEncoder.GetSubCoder(position, _previousByte).GetPrice(!Base.StateIsCharState(_state), matchByte, currentByte);
615 if (matchByte == currentByte)
802 currentByte = _matchFinder.GetIndexByte(0 - 1);
810 GetPrice(!Base.StateIsCharState(state), matchByte, currentByte);
826 if (matchByte == currentByte &&
847 if (!nextIsChar && matchByte != currentByte)
    [all...]
  /external/lzma/CS/7zip/Compress/LZMA/
LzmaEncoder.cs 595 Byte currentByte = _matchFinder.GetIndexByte(0 - 1);
598 if (lenMain < 2 && currentByte != matchByte && repLens[repMaxIndex] < 2)
609 _literalEncoder.GetSubCoder(position, _previousByte).GetPrice(!_state.IsCharState(), matchByte, currentByte);
615 if (matchByte == currentByte)
802 currentByte = _matchFinder.GetIndexByte(0 - 1);
810 GetPrice(!state.IsCharState(), matchByte, currentByte);
826 if (matchByte == currentByte &&
847 if (!nextIsChar && matchByte != currentByte)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
SerializedScriptValue.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 

Completed in 428 milliseconds