Home
last modified time | relevance | path

Searched defs:Decode (Results 1 – 24 of 24) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
HDDIERef.cpp27 std::optional<DIERef> DIERef::Decode(const DataExtractor &data, in Decode() function in DIERef
HDNameToDIE.cpp97 bool NameToDIE::Decode(const DataExtractor &data, lldb::offset_t *offset_ptr, in Decode() function in NameToDIE
HDManualDWARFIndex.cpp548 bool ManualDWARFIndex::IndexSet::Decode(const DataExtractor &data, in Decode() function in ManualDWARFIndex::IndexSet
664 bool ManualDWARFIndex::Decode(const DataExtractor &data, in Decode() function in ManualDWARFIndex
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
HDThreadDecoder.cpp40 Expected<DecodedThreadSP> ThreadDecoder::Decode() { in Decode() function in ThreadDecoder
HDTraceIntelPTMultiCpuDecoder.cpp59 Expected<DecodedThreadSP> TraceIntelPTMultiCpuDecoder::Decode(Thread &thread) { in Decode() function in TraceIntelPTMultiCpuDecoder
HDTraceIntelPT.cpp178 Expected<DecodedThreadSP> TraceIntelPT::Decode(Thread &thread) { in Decode() function in TraceIntelPT
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
HDDataFileCache.cpp232 bool CacheSignature::Decode(const lldb_private::DataExtractor &data, in Decode() function in CacheSignature
301 bool StringTableReader::Decode(const lldb_private::DataExtractor &data, in Decode() function in StringTableReader
HDMangled.cpp443 bool Mangled::Decode(const DataExtractor &data, lldb::offset_t *offset_ptr, in Decode() function in Mangled
HDDisassembler.cpp1170 size_t PseudoInstruction::Decode(const lldb_private::Disassembler &disassembler, in Decode() function in PseudoInstruction
/freebsd-13-stable/sys/kern/
HDmd5c.c49 #define Decode memcpy macro
78 Decode (u_int32_t *output, const unsigned char *input, unsigned int len) in Decode() function
HDmd4c.c273 Decode(UINT4 *output, const unsigned char *input, unsigned int len) in Decode() function
/freebsd-13-stable/lib/libmd/
HDmd5c.c53 #define Decode memcpy macro
77 Decode (u_int32_t *output, const unsigned char *input, unsigned int len) in Decode() function
HDmd4c.c277 Decode(UINT4 *output, const unsigned char *input, unsigned int len) in Decode() function
/freebsd-13-stable/contrib/apr-util/crypto/
HDapr_md4.c386 static void Decode(apr_uint32_t *output, const unsigned char *input, in Decode() function
HDapr_md5.c461 static void Decode(apr_uint32_t *output, const unsigned char *input, in Decode() function
/freebsd-13-stable/contrib/libarchive/libarchive/
HDarchive_ppmd7_private.h69 void (*Decode)(void *p, UInt32 start, UInt32 size); member
/freebsd-13-stable/contrib/llvm-project/lldb/source/Host/common/
HDHost.cpp597 WaitStatus WaitStatus::Decode(int wstatus) { in Decode() function in WaitStatus
/freebsd-13-stable/contrib/llvm-project/lldb/source/Symbol/
HDSymbol.cpp647 bool Symbol::Decode(const DataExtractor &data, lldb::offset_t *offset_ptr, in Decode() function in Symbol
HDSymtab.cpp1303 bool Symtab::Decode(const DataExtractor &data, lldb::offset_t *offset_ptr, in Decode() function in Symtab
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
HDARMEHABIPrinter.h306 inline void OpcodeDecoder::Decode(const uint8_t *Opcodes, off_t Offset, in Decode() function
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/
HDDisassemblerLLVMC.cpp448 size_t Decode(const lldb_private::Disassembler &disassembler, in Decode() function in InstructionLLVMC
/freebsd-13-stable/crypto/openssh/
HDsntrup761.c1779 static void Decode(uint16_t *out, const unsigned char *S, const uint16_t *M, long long len) { in Decode() function
HDssh_namespace.h11 #define Decode Fssh_Decode macro
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/
HDEmulateInstructionRISCV.cpp621 std::optional<DecodeResult> EmulateInstructionRISCV::Decode(uint32_t inst) { in Decode() function in lldb_private::EmulateInstructionRISCV