Home
last modified time | relevance | path

Searched refs:GetByte (Results 1 – 17 of 17) sorted by relevance

/external/u-boot/drivers/fpga/
Divm_core.c600 while ((cCurrentByte = GetByte()) & 0x80) { in ispVMDataSize()
639 usByte = GetByte(); in ispVMCode()
655 while ((cOpcode = GetByte()) >= 0) { in ispVMCode()
664 ucState = GetByte(); in ispVMCode()
784 g_ucEndDR = GetByte(); in ispVMCode()
798 g_ucEndIR = GetByte(); in ispVMCode()
862 cOpcode = GetByte(); in ispVMCode()
915 cRetCode = GetByte(); in ispVMCode()
980 (unsigned short)GetByte()); in ispVMCode()
992 (unsigned short)GetByte()); in ispVMCode()
[all …]
Dlattice.c124 unsigned char GetByte(void) in GetByte() function
193 ucReadByte = GetByte(); in ispVM()
196 crc = (unsigned char)GetByte(); in ispVM()
198 crc |= GetByte(); in ispVM()
202 szFileVersion[cIndex] = GetByte(); in ispVM()
208 szFileVersion[cIndex] = GetByte(); in ispVM()
/external/image_io/src/jpeg/
Djpeg_scanner.cc59 GetByte(begin_segment_location + JpegMarker::kTypeOffset)); in FindAndProcessSegments()
65 GetByte(end_segment_location - 1); in FindAndProcessSegments()
81 return (GetByte(begin_location + JpegMarker::kLength) << 8) | in GetPayloadSize()
82 GetByte(begin_location + JpegMarker::kLength + 1); in GetPayloadSize()
105 Byte JpegScanner::GetByte(size_t location) { in GetByte() function in photos_editing_formats::image_io::JpegScanner
/external/lzma/CPP/7zip/Bundles/LzmaSpec/
DLzmaSpec.cpp99 Byte GetByte(UInt32 dist) const in GetByte() function in COutWindow
107 PutByte(GetByte(dist)); in CopyMatch()
376 prevByte = OutWindow.GetByte(1); in DecodeLiteral()
384 unsigned matchByte = OutWindow.GetByte(rep0 + 1); in DecodeLiteral()
508 OutWindow.PutByte(OutWindow.GetByte(rep0 + 1)); in Decode()
/external/lzma/CS/7zip/Compress/LZMA/
DLzmaDecoder.cs259 byte prevByte = m_OutWindow.GetByte(0); in Code()
262 (uint)nowPos64, prevByte, m_OutWindow.GetByte(rep0)); in Code()
279 m_OutWindow.PutByte(m_OutWindow.GetByte(rep0)); in Code()
/external/image_io/includes/image_io/jpeg/
Djpeg_scanner.h69 Byte GetByte(size_t location);
/external/lzma/Java/SevenZip/Compression/LZ/
DOutWindow.java78 public byte GetByte(int distance) in GetByte() method in OutWindow
/external/flatbuffers/go/
Dtable.go73 func (t *Table) GetByte(off UOffsetT) byte { func
74 return GetByte(t.Bytes[off:])
163 return t.GetByte(t.Pos + UOffsetT(off))
Dencode.go22 func GetByte(buf []byte) byte { func
/external/flatbuffers/tests/MyGame/Example/
DMonster.go81 return rcv._tab.GetByte(a + flatbuffers.UOffsetT(j*1))
117 return rcv._tab.GetByte(o + rcv._tab.Pos)
212 return rcv._tab.GetByte(a + flatbuffers.UOffsetT(j*1))
447 return rcv._tab.GetByte(a + flatbuffers.UOffsetT(j*1))
664 return rcv._tab.GetByte(o + rcv._tab.Pos)
685 return rcv._tab.GetByte(o + rcv._tab.Pos)
DTypeAliases.go44 return rcv._tab.GetByte(o + rcv._tab.Pos)
/external/lzma/CS/7zip/Compress/LZ/
DLzOutWindow.cs102 public byte GetByte(uint distance) in GetByte() method in SevenZip.Compression.LZ.OutWindow
/external/lzma/Java/SevenZip/Compression/LZMA/
DDecoder.java220 prevByte = decoder2.DecodeWithMatchByte(m_RangeDecoder, m_OutWindow.GetByte(rep0)); in Code()
304 prevByte = m_OutWindow.GetByte(0); in Code()
/external/u-boot/include/
Dlattice.h294 unsigned char GetByte(void);
/external/lzma/DOC/
Dlzma-specification.txt278 Byte GetByte(UInt32 dist) const
286 PutByte(GetByte(dist));
609 prevByte = OutWindow.GetByte(1);
617 unsigned matchByte = OutWindow.GetByte(rep0 + 1);
1116 OutWindow.PutByte(OutWindow.GetByte(rep0 + 1));
/external/webrtc/webrtc/p2p/base/
Dstun.h401 uint8_t GetByte(size_t index) const;
Dstun.cc728 uint8_t StunByteStringAttribute::GetByte(size_t index) const { in GetByte() function in cricket::StunByteStringAttribute