Home
last modified time | relevance | path

Searched refs:currentByte (Results 1 – 12 of 12) sorted by relevance

/external/mesa3d/src/glx/
Dpixel.c92 GLint elementsLeft, bitOffset, currentByte, nextByte, highBitMask; in FillBitmap() local
121 currentByte = MsbToLsbTable[iter[0]]; in FillBitmap()
124 currentByte = iter[0]; in FillBitmap()
135 currentByte = in FillBitmap()
136 ((currentByte & highBitMask) << bitOffset) | in FillBitmap()
140 currentByte = ((currentByte & highBitMask) << bitOffset); in FillBitmap()
144 *destImage = currentByte; in FillBitmap()
148 *destImage = currentByte & HighBitsMask[elementsLeft]; in FillBitmap()
283 GLint elementsLeft, bitOffset, currentByte, highBitMask, lowBitMask; in EmptyBitmap() local
327 currentByte = MsbToLsbTable[iter[0]]; in EmptyBitmap()
[all …]
/external/oboe/apps/OboeTester/app/src/main/java/com/mobileer/miditools/
DMidiFramer.java53 final byte currentByte = data[offset]; in onSend()
54 final int currentInt = currentByte & 0xFF; in onSend()
57 mRunningStatus = currentByte; in onSend()
59 mNeeded = MidiConstants.getBytesPerMessage(currentByte) - 1; in onSend()
74 mBuffer[0] = currentByte; in onSend()
77 mNeeded = MidiConstants.getBytesPerMessage(currentByte) - 1; in onSend()
90 mBuffer[mCount++] = currentByte; in onSend()
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/tar/
DTarUtils.java137 final byte currentByte = buffer[start]; in parseOctal()
139 if (currentByte < '0' || currentByte > '7'){ in parseOctal()
141 exceptionMessage(buffer, offset, length, start, currentByte)); in parseOctal()
143 result = (result << 3) + (currentByte - '0'); // convert from ASCII in parseOctal()
237 final int length, final int current, final byte currentByte) { in exceptionMessage() argument
248 … return "Invalid byte "+currentByte+" at offset "+(current-offset)+" in '"+string+"' len="+length; in exceptionMessage()
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/compressors/snappy/
DSnappyCompressorOutputStream.java155 int currentByte = (int) (uncompressedSize & 0x7F); in writeUncompressedSize() local
156 more = uncompressedSize > currentByte; in writeUncompressedSize()
158 currentByte |= 0x80; in writeUncompressedSize()
160 os.write(currentByte); in writeUncompressedSize()
/external/lzma/Java/SevenZip/Compression/LZMA/
DEncoder.java595 byte currentByte = _matchFinder.GetIndexByte(0 - 1); in GetOptimum()
598 if (lenMain < 2 && currentByte != matchByte && repLens[repMaxIndex] < 2) in GetOptimum()
609 …SubCoder(position, _previousByte).GetPrice(!Base.StateIsCharState(_state), matchByte, currentByte); in GetOptimum()
615 if (matchByte == currentByte) in GetOptimum()
802 currentByte = _matchFinder.GetIndexByte(0 - 1); in GetOptimum()
810 GetPrice(!Base.StateIsCharState(state), matchByte, currentByte); in GetOptimum()
826 if (matchByte == currentByte && in GetOptimum()
847 if (!nextIsChar && matchByte != currentByte) in GetOptimum()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/
DRedefineClassesTest.java289 for (byte currentByte: newClass) { in testRedefineClasses001()
290 checkedCommand.setNextValueAsByte(currentByte); in testRedefineClasses001()
/external/exoplayer/tree/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/mp4/
DAtomParsers.java1455 int currentByte = data.readUnsignedByte(); in parseExpandableClassSize() local
1456 int size = currentByte & 0x7F; in parseExpandableClassSize()
1457 while ((currentByte & 0x80) == 0x80) { in parseExpandableClassSize()
1458 currentByte = data.readUnsignedByte(); in parseExpandableClassSize()
1459 size = (size << 7) | (currentByte & 0x7F); in parseExpandableClassSize()
1629 private int currentByte; field in AtomParsers.Stz2SampleSizeBox
1653 currentByte = data.readUnsignedByte(); in readNextSampleSize()
1655 return (currentByte & 0xF0) >> 4; in readNextSampleSize()
1658 return currentByte & 0x0F; in readNextSampleSize()
/external/lzma/CS/7zip/Compress/LZMA/
DLzmaEncoder.cs595 Byte currentByte = _matchFinder.GetIndexByte(0 - 1); in GetOptimum()
598 if (lenMain < 2 && currentByte != matchByte && repLens[repMaxIndex] < 2) in GetOptimum()
609 …coder.GetSubCoder(position, _previousByte).GetPrice(!_state.IsCharState(), matchByte, currentByte); in GetOptimum()
615 if (matchByte == currentByte) in GetOptimum()
802 currentByte = _matchFinder.GetIndexByte(0 - 1); in GetOptimum()
810 GetPrice(!state.IsCharState(), matchByte, currentByte); in GetOptimum()
826 if (matchByte == currentByte && in GetOptimum()
847 if (!nextIsChar && matchByte != currentByte) in GetOptimum()
/external/zxing/core/
Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/jarjar/lib/
Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/external/mockito/lib/
Dbyte-buddy-1.8.15.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META- ...
/external/kotlinc/lib/
Dkotlin-compiler.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/backend-common. ...