HomeSort by relevance Sort by last modified time
    Searched refs:Decoder (Results 26 - 50 of 301) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/llvm/lib/Target/Lanai/Disassembler/
LanaiDisassembler.cpp 51 uint64_t Address, const void *Decoder);
54 uint64_t Address, const void *Decoder);
57 uint64_t Address, const void *Decoder);
60 uint64_t Address, const void *Decoder);
63 const void *Decoder);
67 const void *Decoder);
70 uint64_t Address, const void *Decoder);
142 // Call auto-generated decoder function
164 uint64_t Address, const void *Decoder) {
174 uint64_t Address, const void *Decoder) {
    [all...]
  /external/v8/src/wasm/
function-body-decoder-impl.h 8 #include "src/wasm/decoder.h"
23 inline LocalIndexOperand(Decoder* decoder, const byte* pc) {
24 index = decoder->checked_read_u32v(pc, 1, &length, "local index");
32 inline ImmI32Operand(Decoder* decoder, const byte* pc) {
33 value = decoder->checked_read_i32v(pc, 1, &length, "immi32");
40 inline ImmI64Operand(Decoder* decoder, const byte* pc) {
41 value = decoder->checked_read_i64v(pc, 1, &length, "immi64")
    [all...]
  /external/capstone/arch/AArch64/
AArch64GenDisassemblerTables.inc     [all...]
  /external/llvm/lib/Target/SystemZ/Disassembler/
SystemZDisassembler.cpp 71 const void *Decoder) {
72 const MCDisassembler *Dis = static_cast<const MCDisassembler*>(Decoder);
89 const void *Decoder) {
95 const void *Decoder) {
101 const void *Decoder) {
107 const void *Decoder) {
113 const void *Decoder) {
119 const void *Decoder) {
125 const void *Decoder) {
131 const void *Decoder) {
    [all...]
  /external/lzma/Java/SevenZip/Compression/RangeCoder/
BitTreeDecoder.java 16 Decoder.InitBitModels(Models);
19 public int Decode(Decoder rangeDecoder) throws java.io.IOException
27 public int ReverseDecode(Decoder rangeDecoder) throws java.io.IOException
42 Decoder rangeDecoder, int NumBitLevels) throws java.io.IOException
  /external/libvpx/libvpx/test/
decode_test_driver.h 26 explicit DxDataIterator(vpx_codec_ctx_t *decoder)
27 : decoder_(decoder), iter_(NULL) {}
39 class Decoder {
41 explicit Decoder(vpx_codec_dec_cfg_t cfg)
46 Decoder(vpx_codec_dec_cfg_t cfg, const vpx_codec_flags_t flag)
51 virtual ~Decoder() { vpx_codec_destroy(&decoder_); }
117 // Common test functionality for all Decoder tests.
130 Decoder * /*decoder*/) {}
135 Decoder *decoder)
    [all...]
decode_test_driver.cc 22 vpx_codec_err_t Decoder::PeekStream(const uint8_t *cxdata, size_t size,
28 vpx_codec_err_t Decoder::DecodeFrame(const uint8_t *cxdata, size_t size) {
32 vpx_codec_err_t Decoder::DecodeFrame(const uint8_t *cxdata, size_t size,
42 bool Decoder::IsVP8() const {
47 void DecoderTest::HandlePeekResult(Decoder *const decoder,
50 const bool is_vp8 = decoder->IsVP8();
68 Decoder *const decoder = codec_->CreateDecoder(dec_cfg, flags_); local
69 ASSERT_TRUE(decoder != NULL)
    [all...]
  /external/capstone/arch/ARM/
ARMGenDisassemblerTables.inc     [all...]
  /packages/services/Car/car-lib/src/android/car/diagnostic/
CarDiagnosticEvent.java 596 public static final class Decoder {
600 Decoder(int availableBitmask, int incompleteBitmask) {
637 static final IgnitionMonitor.Decoder COMPONENTS_DECODER =
638 new IgnitionMonitor.Decoder(COMPONENTS_AVAILABLE, COMPONENTS_INCOMPLETE);
640 static final IgnitionMonitor.Decoder FUEL_SYSTEM_DECODER =
641 new IgnitionMonitor.Decoder(FUEL_SYSTEM_AVAILABLE, FUEL_SYSTEM_INCOMPLETE);
643 static final IgnitionMonitor.Decoder MISFIRE_DECODER =
644 new IgnitionMonitor.Decoder(MISFIRE_AVAILABLE, MISFIRE_INCOMPLETE);
727 static final IgnitionMonitor.Decoder EGR_DECODER =
728 new IgnitionMonitor.Decoder(EGR_AVAILABLE, EGR_INCOMPLETE)
    [all...]
  /external/llvm/tools/llvm-readobj/
ARMWinEHPrinter.cpp 24 // This layout is parsed by Decoder::dumpPackedEntry. No unwind bytecode is
26 // The decoder does not synthesize this data as it is unnecessary for the
38 // describing how to unwind the function (c.f. Decoder::decodeOpcodes).
46 // This layout is parsed by Decoder::dumpUnpackedEntry. Such an entry must
52 // up the bulk of the Decoder.
54 // The decoder itself is table-driven, using the first byte to determine the
117 const size_t Decoder::PDataEntrySize = sizeof(RuntimeFunction);
120 const Decoder::RingEntry Decoder::Ring[] = {
121 { 0x80, 0x00, &Decoder::opcode_0xxxxxxx }, // UOP_STACK_FREE (16-bit
    [all...]
  /external/capstone/arch/XCore/
XCoreGenDisassemblerTables.inc     [all...]
  /external/lzma/Java/SevenZip/Compression/LZMA/
Decoder.java 8 public class Decoder
29 SevenZip.Compression.RangeCoder.Decoder.InitBitModels(m_Choice);
38 public int Decode(SevenZip.Compression.RangeCoder.Decoder rangeDecoder, int posState) throws IOException
59 SevenZip.Compression.RangeCoder.Decoder.InitBitModels(m_Decoders);
62 public byte DecodeNormal(SevenZip.Compression.RangeCoder.Decoder rangeDecoder) throws IOException
71 public byte DecodeWithMatchByte(SevenZip.Compression.RangeCoder.Decoder rangeDecoder, byte matchByte) throws IOException
124 SevenZip.Compression.RangeCoder.Decoder m_RangeDecoder = new SevenZip.Compression.RangeCoder.Decoder();
148 public Decoder()
183 SevenZip.Compression.RangeCoder.Decoder.InitBitModels(m_IsMatchDecoders);
    [all...]
  /external/vixl/test/aarch64/
test-fuzz-aarch64.cc 31 #include "aarch64/decoder-aarch64.h"
41 TEST(decoder) {
42 // Feed noise into the decoder to check that it doesn't crash.
49 Decoder decoder; local
55 decoder.Decode(buffer);
67 Decoder decoder; local
71 decoder.AppendVisitor(&disasm);
75 decoder.Decode(buffer)
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/acm2/
acm_receiver.h 42 struct Decoder {
80 // sampling rate of the decoder.
95 // - acm_codec_id : ACM codec ID; -1 means external decoder.
98 // - audio_decoder : pointer to a decoder object. If it's null, then
99 // NetEq will internally create a decoder object
102 // given decoder for the given payload type. NetEq
103 // won't take ownership of the decoder; it's up to
107 // Providing an existing decoder object here is
111 // (e.g. iSAC, where the decoder needs to be paired
160 // Returns the sample rate of the decoder associated with the last incomin
    [all...]
  /external/v8/src/mips64/
disasm-mips64.cc 43 // Decoder decodes and disassembles instructions into an output buffer.
46 class Decoder {
48 Decoder(const disasm::NameConverter& converter,
56 ~Decoder() {}
139 DISALLOW_COPY_AND_ASSIGN(Decoder);
143 // Support for assertions in the Decoder formatting functions.
149 void Decoder::PrintChar(const char ch) {
155 void Decoder::Print(const char* str) {
166 void Decoder::PrintRegister(int reg) {
171 void Decoder::PrintRs(Instruction* instr)
    [all...]
  /external/llvm/lib/Target/Hexagon/Disassembler/
HexagonDisassembler.cpp 68 const void *Decoder);
71 const void *Decoder);
74 const void *Decoder);
77 const void *Decoder);
80 const void *Decoder);
83 const void *Decoder);
86 const void *Decoder);
89 const void *Decoder);
92 const void *Decoder);
95 const void *Decoder);
    [all...]
  /external/v8/src/mips/
disasm-mips.cc 42 // Decoder decodes and disassembles instructions into an output buffer.
45 class Decoder {
47 Decoder(const disasm::NameConverter& converter,
55 ~Decoder() {}
131 DISALLOW_COPY_AND_ASSIGN(Decoder);
135 // Support for assertions in the Decoder formatting functions.
141 void Decoder::PrintChar(const char ch) {
147 void Decoder::Print(const char* str) {
158 void Decoder::PrintRegister(int reg) {
163 void Decoder::PrintRs(Instruction* instr)
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/
ImageEx.c 56 system if the decoder of the certain image type is not supported by the
176 system if the decoder of the certain image type is not supported by the
247 Return the first HII image decoder instance which supports the DecoderName.
251 @retval Pointer to the HII image decoder instance.
259 EFI_HII_IMAGE_DECODER_PROTOCOL *Decoder;
287 Status = gBS->HandleProtocol (Handles[Index], &gEfiHiiImageDecoderProtocolGuid, (VOID **) &Decoder);
292 Status = Decoder->GetImageDecoderName (Decoder, &DecoderNames, &NumberOfDecoderName);
298 return Decoder;
311 system if the decoder of image type is not supported by the EFI_HII_IMAGE_EX_PROTOCOL.
    [all...]
  /external/vixl/examples/aarch64/
non-const-visitor.cc 46 Decoder simulator_decoder;
83 // Instantiate a decoder, disassembler, and our custom modifying visitor.
84 Decoder decoder; local
89 // decoder will first disassemble the original instruction, modify it, and
91 decoder.AppendVisitor(&disasm);
92 decoder.AppendVisitor(&modifying_visitor);
93 decoder.AppendVisitor(&disasm);
99 decoder.Decode(instr);
117 Decoder decoder local
    [all...]
abs.cc 48 Decoder decoder; local
49 Simulator simulator(&decoder);
getting-started.cc 46 Decoder decoder; local
47 Simulator simulator(&decoder);
  /frameworks/base/core/java/android/net/metrics/
ValidationProbeEvent.java 97 return Decoder.constants.get(probeType & 0xff, "PROBE_???");
101 return Decoder.constants.get(probeType & 0xff00, "UNKNOWN");
110 final static class Decoder {
  /frameworks/base/tests/HierarchyViewerTest/src/com/android/test/hierarchyviewer/
Decoder.java 8 public class Decoder {
26 public Decoder(byte[] buf) {
30 public Decoder(ByteBuffer buf) {
  /art/simulator/
code_simulator_arm64.h 48 vixl::aarch64::Decoder* decoder_;
  /frameworks/av/media/libmediaplayer2/nuplayer2/
NuPlayer2Decoder.h 31 struct NuPlayer2::Decoder : public DecoderBase {
32 Decoder(const sp<AMessage> &notify,
48 virtual ~Decoder();
145 DISALLOW_EVIL_CONSTRUCTORS(Decoder);

Completed in 728 milliseconds

12 3 4 5 6 7 8 91011>>