Home
last modified time | relevance | path

Searched refs:Decoder (Results 1 – 25 of 65) sorted by relevance

123

/external/llvm/lib/Target/XCore/Disassembler/
DXCoreDisassembler.cpp90 const void *Decoder);
95 const void *Decoder);
98 uint64_t Address, const void *Decoder);
101 uint64_t Address, const void *Decoder);
106 const void *Decoder);
111 const void *Decoder);
116 const void *Decoder);
121 const void *Decoder);
126 const void *Decoder);
131 const void *Decoder);
[all …]
/external/llvm/lib/Target/AArch64/Disassembler/
DAArch64Disassembler.cpp66 uint64_t Address, const void *Decoder);
69 uint64_t Address, const void *Decoder);
72 uint64_t Address, const void *Decoder);
75 uint64_t Address, const void *Decoder);
78 uint64_t Address, const void *Decoder);
80 uint64_t Address, const void *Decoder);
82 uint64_t Address, const void *Decoder);
84 uint64_t Address, const void *Decoder);
87 const void *Decoder);
90 const void *Decoder);
[all …]
/external/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp155 uint64_t Address, const void *Decoder);
158 const void *Decoder);
161 const void *Decoder);
163 uint64_t Address, const void *Decoder);
165 uint64_t Address, const void *Decoder);
167 uint64_t Address, const void *Decoder);
169 uint64_t Address, const void *Decoder);
171 uint64_t Address, const void *Decoder);
173 uint64_t Address, const void *Decoder);
175 uint64_t Address, const void *Decoder);
[all …]
/external/llvm/lib/Target/Mips/Disassembler/
DMipsDisassembler.cpp94 const void *Decoder);
99 const void *Decoder);
104 const void *Decoder);
109 const void *Decoder);
114 const void *Decoder);
119 const void *Decoder);
124 const void *Decoder);
129 const void *Decoder);
134 const void *Decoder);
139 const void *Decoder);
[all …]
/external/llvm/lib/Target/SystemZ/Disassembler/
DSystemZDisassembler.cpp65 const void *Decoder) { in DecodeGR32BitRegisterClass() argument
71 const void *Decoder) { in DecodeGR64BitRegisterClass() argument
77 const void *Decoder) { in DecodeGR128BitRegisterClass() argument
83 const void *Decoder) { in DecodeADDR64BitRegisterClass() argument
89 const void *Decoder) { in DecodeFP32BitRegisterClass() argument
95 const void *Decoder) { in DecodeFP64BitRegisterClass() argument
101 const void *Decoder) { in DecodeFP128BitRegisterClass() argument
121 const void *Decoder) { in decodeAccessRegOperand() argument
126 uint64_t Address, const void *Decoder) { in decodeU4ImmOperand() argument
131 uint64_t Address, const void *Decoder) { in decodeU6ImmOperand() argument
[all …]
/external/v8/src/mips/
Ddisasm-mips.cc74 class Decoder { class
76 Decoder(const disasm::NameConverter& converter, in Decoder() function in v8::internal::Decoder
84 ~Decoder() {} in ~Decoder()
136 DISALLOW_COPY_AND_ASSIGN(Decoder);
146 void Decoder::PrintChar(const char ch) { in PrintChar()
152 void Decoder::Print(const char* str) { in Print()
163 void Decoder::PrintRegister(int reg) { in PrintRegister()
168 void Decoder::PrintRs(Instruction* instr) { in PrintRs()
174 void Decoder::PrintRt(Instruction* instr) { in PrintRt()
180 void Decoder::PrintRd(Instruction* instr) { in PrintRd()
[all …]
/external/chromium_org/v8/src/mips/
Ddisasm-mips.cc71 class Decoder { class
73 Decoder(const disasm::NameConverter& converter, in Decoder() function in v8::internal::Decoder
81 ~Decoder() {} in ~Decoder()
133 DISALLOW_COPY_AND_ASSIGN(Decoder);
143 void Decoder::PrintChar(const char ch) { in PrintChar()
149 void Decoder::Print(const char* str) { in Print()
160 void Decoder::PrintRegister(int reg) { in PrintRegister()
165 void Decoder::PrintRs(Instruction* instr) { in PrintRs()
171 void Decoder::PrintRt(Instruction* instr) { in PrintRt()
177 void Decoder::PrintRd(Instruction* instr) { in PrintRd()
[all …]
/external/v8/src/arm/
Ddisasm-arm.cc76 class Decoder { class
78 Decoder(const disasm::NameConverter& converter, in Decoder() function in v8::internal::Decoder
86 ~Decoder() {} in ~Decoder()
145 DISALLOW_COPY_AND_ASSIGN(Decoder);
155 void Decoder::PrintChar(const char ch) { in PrintChar()
161 void Decoder::Print(const char* str) { in Print()
180 void Decoder::PrintCondition(Instruction* instr) { in PrintCondition()
186 void Decoder::PrintRegister(int reg) { in PrintRegister()
191 void Decoder::PrintSRegister(int reg) { in PrintSRegister()
196 void Decoder::PrintDRegister(int reg) { in PrintDRegister()
[all …]
/external/chromium_org/v8/src/arm/
Ddisasm-arm.cc73 class Decoder { class
75 Decoder(const disasm::NameConverter& converter, in Decoder() function in v8::internal::Decoder
83 ~Decoder() {} in ~Decoder()
146 DISALLOW_COPY_AND_ASSIGN(Decoder);
156 void Decoder::PrintChar(const char ch) { in PrintChar()
162 void Decoder::Print(const char* str) { in Print()
181 void Decoder::PrintCondition(Instruction* instr) { in PrintCondition()
187 void Decoder::PrintRegister(int reg) { in PrintRegister()
193 void Decoder::PrintSRegister(int reg) { in PrintSRegister()
199 void Decoder::PrintDRegister(int reg) { in PrintDRegister()
[all …]
/external/lzma/Java/SevenZip/Compression/LZMA/
DDecoder.java8 public class Decoder class
29 SevenZip.Compression.RangeCoder.Decoder.InitBitModels(m_Choice); in Init()
38 …public int Decode(SevenZip.Compression.RangeCoder.Decoder rangeDecoder, int posState) throws IOExc… in Decode()
59 SevenZip.Compression.RangeCoder.Decoder.InitBitModels(m_Decoders); in Init()
62 public byte DecodeNormal(SevenZip.Compression.RangeCoder.Decoder rangeDecoder) throws IOException in DecodeNormal()
71 …public byte DecodeWithMatchByte(SevenZip.Compression.RangeCoder.Decoder rangeDecoder, byte matchBy… in DecodeWithMatchByte()
124 …SevenZip.Compression.RangeCoder.Decoder m_RangeDecoder = new SevenZip.Compression.RangeCoder.Decod…
148 public Decoder() in Decoder() method in Decoder
183 SevenZip.Compression.RangeCoder.Decoder.InitBitModels(m_IsMatchDecoders); in Init()
184 SevenZip.Compression.RangeCoder.Decoder.InitBitModels(m_IsRep0LongDecoders); in Init()
[all …]
/external/chromium_org/mojo/apps/js/bindings/
Dcodec.js96 function Decoder(memory, handles, base) { class
103 Decoder.prototype.skip = function(offset) { class
107 Decoder.prototype.read8 = function() {
113 Decoder.prototype.read32 = function() {
119 Decoder.prototype.read64 = function() {
125 Decoder.prototype.decodePointer = function() {
135 Decoder.prototype.decodeAndCreateDecoder = function() {
136 return new Decoder(this.memory, this.handles, this.decodePointer());
139 Decoder.prototype.decodeHandle = function() {
143 Decoder.prototype.decodeString = function() {
[all …]
/external/lzma/
Dhistory.txt30 - Some changes in ANSI-C 7z Decoder interfaces.
51 - The bug in ANSI-C LZMA Decoder was fixed:
54 - Some changes in ANSI-C 7z Decoder interfaces.
72 - ANSI-C LZMA Decoder was rewritten for speed optimizations.
79 - Speed optimizations in �++ LZMA Decoder.
85 - .7z ANSI-C Decoder:
117 - The bug was fixed in C++ version of LZMA Decoder:
179 - Interfaces for ANSI-C LZMA Decoder (LzmaDecode.c) were changed
180 - New additional version of ANSI-C LZMA Decoder with zlib-like interface:
184 - ANSI-C LZMA Decoder now can decompress files larger than 4 GB
[all …]
D7zC.txt1 7z ANSI-C Decoder 4.62
15 7z ANSI-C Decoder is part of the LZMA SDK.
47 Limitations of current version of 7z ANSI-C Decoder
57 Using 7z ANSI-C Decoder Test application:
78 How to use .7z Decoder
84 7z Decoder uses two memory pools:
179 7z Decoder doesn't allocate memory for compressed blocks.
181 size before calling 7z Decoder. Use 7zMain.c as example.
/external/libvpx/libvpx/test/
Dcodec_factory.h35 virtual Decoder* CreateDecoder(vpx_codec_dec_cfg_t cfg,
70 class VP8Decoder : public Decoder {
73 : Decoder(cfg, deadline) {} in VP8Decoder()
105 virtual Decoder* CreateDecoder(vpx_codec_dec_cfg_t cfg, in CreateDecoder()
152 class VP9Decoder : public Decoder {
155 : Decoder(cfg, deadline) {} in VP9Decoder()
187 virtual Decoder* CreateDecoder(vpx_codec_dec_cfg_t cfg, in CreateDecoder()
Ddecode_test_driver.h41 class Decoder {
43 Decoder(vpx_codec_dec_cfg_t cfg, unsigned long deadline) in Decoder() function
48 virtual ~Decoder() { in ~Decoder()
Ddecode_test_driver.cc18 vpx_codec_err_t Decoder::DecodeFrame(const uint8_t *cxdata, int size) { in DecodeFrame()
28 Decoder* const decoder = codec_->CreateDecoder(dec_cfg, 0); in RunLoop()
Dtile_independence_test.cc60 void UpdateMD5(::libvpx_test::Decoder *dec, const vpx_codec_cx_pkt_t *pkt, in UpdateMD5()
78 ::libvpx_test::Decoder *fw_dec_, *inv_dec_;
/external/lzma/Java/SevenZip/Compression/RangeCoder/
DBitTreeDecoder.java16 Decoder.InitBitModels(Models); in Init()
19 public int Decode(Decoder rangeDecoder) throws java.io.IOException in Decode()
27 public int ReverseDecode(Decoder rangeDecoder) throws java.io.IOException in ReverseDecode()
42 Decoder rangeDecoder, int NumBitLevels) throws java.io.IOException in ReverseDecode()
/external/lzma/CS/7zip/Compress/LZMA/
DLzmaDecoder.cs9 public class Decoder : ICoder, ISetDecoderProperties // ,System.IO.Stream class
42 public uint Decode(RangeCoder.Decoder rangeDecoder, uint posState) in Decode()
69 public byte DecodeNormal(RangeCoder.Decoder rangeDecoder) in DecodeNormal()
78 public byte DecodeWithMatchByte(RangeCoder.Decoder rangeDecoder, byte matchByte) in DecodeWithMatchByte()
128 public byte DecodeNormal(RangeCoder.Decoder rangeDecoder, uint pos, byte prevByte) in DecodeNormal()
131 …public byte DecodeWithMatchByte(RangeCoder.Decoder rangeDecoder, uint pos, byte prevByte, byte mat… in DecodeWithMatchByte()
136 RangeCoder.Decoder m_RangeDecoder = new RangeCoder.Decoder();
160 public Decoder() in Decoder() method in SevenZip.Compression.LZMA.Decoder
/external/lzma/CS/7zip/Compress/RangeCoder/
DRangeCoderBit.cs89 public uint Decode(RangeCoder.Decoder rangeDecoder) in Decode()
96 if (rangeDecoder.Range < Decoder.kTopValue) in Decode()
108 if (rangeDecoder.Range < Decoder.kTopValue) in Decode()
DRangeCoderBitTree.cs120 public uint Decode(RangeCoder.Decoder rangeDecoder) in Decode()
128 public uint ReverseDecode(RangeCoder.Decoder rangeDecoder) in ReverseDecode()
143 RangeCoder.Decoder rangeDecoder, int NumBitLevels) in ReverseDecode()
/external/llvm/utils/TableGen/
DFixedLenDecoderEmitter.cpp47 std::string Decoder; member
50 : Decoder(D) { } in OperandInfo()
1068 const std::string &Decoder = OpInfo.Decoder; in emitBinaryParser() local
1085 if (Decoder != "") in emitBinaryParser()
1086 o.indent(Indentation) << Emitter->GuardPrefix << Decoder in emitBinaryParser()
1102 if (I->numFields() == 0 && I->Decoder.size()) { in emitDecoder()
1103 OS.indent(Indentation) << Emitter->GuardPrefix << I->Decoder in emitDecoder()
1116 SmallString<256> Decoder; in getDecoderIndex() local
1119 raw_svector_ostream S(Decoder); in getDecoderIndex()
1131 Decoders.insert(Decoder.str()); in getDecoderIndex()
[all …]
/external/apache-http/src/org/apache/commons/codec/
DBinaryDecoder.java25 public interface BinaryDecoder extends Decoder {
DDecoder.java32 public interface Decoder { interface
DStringDecoder.java25 public interface StringDecoder extends Decoder {

123