| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | ManualDWARFIndexSet.cpp | 45 if (!strtab.Decode(data, offset_ptr)) in DecodeIndexSet() 63 if (!result.function_basenames.Decode(data, offset_ptr, strtab)) in DecodeIndexSet() 67 if (!result.function_fullnames.Decode(data, offset_ptr, strtab)) in DecodeIndexSet() 71 if (!result.function_methods.Decode(data, offset_ptr, strtab)) in DecodeIndexSet() 75 if (!result.function_selectors.Decode(data, offset_ptr, strtab)) in DecodeIndexSet() 79 if (!result.objc_class_selectors.Decode(data, offset_ptr, strtab)) in DecodeIndexSet() 83 if (!result.globals.Decode(data, offset_ptr, strtab)) in DecodeIndexSet() 87 if (!result.types.Decode(data, offset_ptr, strtab)) in DecodeIndexSet() 91 if (!result.namespaces.Decode(data, offset_ptr, strtab)) in DecodeIndexSet()
|
| H A D | NameToDIE.cpp | 97 bool NameToDIE::Decode(const DataExtractor &data, lldb::offset_t *offset_ptr, in Decode() 110 if (std::optional<DIERef> die_ref = DIERef::Decode(data, offset_ptr)) in Decode() 96 bool NameToDIE::Decode(const DataExtractor &data, lldb::offset_t *offset_ptr, Decode() function in NameToDIE
|
| H A D | DIERef.cpp | 27 std::optional<DIERef> DIERef::Decode(const DataExtractor &data, in Decode() 26 std::optional<DIERef> DIERef::Decode(const DataExtractor &data, Decode() function in DIERef
|
| H A D | NameToDIE.h | 52 /// Decode a serialized version of this object from data. 65 bool Decode(const DataExtractor &data, lldb::offset_t *offset_ptr,
|
| H A D | ManualDWARFIndex.cpp | 553 bool ManualDWARFIndex::Decode(const DataExtractor &data, in Decode() function in ManualDWARFIndex 558 if (!signature.Decode(data, offset_ptr)) in Decode() 631 const bool result = Decode(data, &offset, signature_mismatch); in LoadFromCache()
|
| H A D | ManualDWARFIndex.h | 78 bool Decode(const DataExtractor &data, lldb::offset_t *offset_ptr,
|
| H A D | DIERef.h | 99 static std::optional<DIERef> Decode(const DataExtractor &data,
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | DataFileCache.h | 176 bool Decode(const DataExtractor &data, lldb::offset_t *offset_ptr); 219 bool Decode(const DataExtractor &data, lldb::offset_t *offset_ptr);
|
| H A D | Mangled.h | 271 bool Decode(const DataExtractor &data, lldb::offset_t *offset_ptr,
|
| H A D | Disassembler.h | 174 virtual size_t Decode(const Disassembler &disassembler, 374 size_t Decode(const Disassembler &disassembler, const DataExtractor &data,
|
| /freebsd/contrib/bearssl/src/x509/ |
| H A D | skey_decoder.t0 | 140 \ Decode RSA key, starting with the SEQUENCE tag. 157 \ Decode RSA key; the version, and the tag for the modulus, have been 194 \ Decode an EC key, starting with the SEQUENCE tag. 212 \ Decode an EC key; the version, and the tag for the OCTET STRING, have 257 \ Decode a PKCS#8 object. The version and the tag for the AlgorithmIdentifier 260 \ Decode the AlgorithmIdentifier. 297 \ Decode a private key.
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/ |
| H A D | TraceIntelPT.cpp | 178 Expected<DecodedThreadSP> TraceIntelPT::Decode(Thread &thread) { in Decode() function in TraceIntelPT 184 return storage.multicpu_decoder->Decode(thread); in Decode() 189 return it->second->Decode(); in Decode() 230 if (Expected<DecodedThreadSP> decoded_thread = Decode(thread)) { in CreateNewCursor() 259 Expected<DecodedThreadSP> decoded_thread_sp_or_err = Decode(thread); in DumpTraceInfo() 370 Expected<DecodedThreadSP> decoded_thread_sp_or_err = Decode(thread); in DumpTraceInfoAsJson()
|
| H A D | ThreadDecoder.h | 37 llvm::Expected<DecodedThreadSP> Decode();
|
| H A D | TraceIntelPTMultiCpuDecoder.h | 42 llvm::Expected<DecodedThreadSP> Decode(Thread &thread);
|
| H A D | ThreadDecoder.cpp | 40 Expected<DecodedThreadSP> ThreadDecoder::Decode() { in Decode() function in ThreadDecoder
|
| /freebsd/contrib/libarchive/libarchive/ |
| H A D | archive_ppmd7.c | 841 p->p.Decode(p, 0, size0); in Range_DecodeBit_RAR() 846 p->p.Decode(p, size0, PPMD_BIN_SCALE - size0); in Range_DecodeBit_RAR() 854 p->p.Decode = Range_Decode_7z; in Ppmd7z_RangeDec_CreateVTable() 861 p->p.Decode = Range_Decode_RAR; in PpmdRAR_RangeDec_CreateVTable() 878 rc->Decode(rc, 0, s->Freq); in Ppmd7_DecodeSymbol() 891 rc->Decode(rc, hiCnt - s->Freq, s->Freq); in Ppmd7_DecodeSymbol() 902 rc->Decode(rc, hiCnt, p->MinContext->SummFreq - hiCnt); in Ppmd7_DecodeSymbol() 962 rc->Decode(rc, hiCnt - s->Freq, s->Freq); in Ppmd7_DecodeSymbol() 971 rc->Decode(rc, hiCnt, freqSum - hiCnt); in Ppmd7_DecodeSymbol()
|
| H A D | archive_ppmd7_private.h | 69 void (*Decode)(void *p, UInt32 start, UInt32 size); member
|
| /freebsd/sys/crypto/ |
| H A D | md4c.c | 60 static void Decode PROTO_LIST 190 Decode (x, block, 64); in MD4Transform() 276 Decode(UINT4 *output, const unsigned char *input, unsigned int len) in Decode() function
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/AIX/ |
| H A D | NativeProcessAIX.cpp | 82 WaitStatus::Decode(wstatus)); in Launch() 128 WaitStatus wait_status = WaitStatus::Decode(status); in WaitPid()
|
| /freebsd/contrib/file/magic/Magdir/ |
| H A D | uuencode | 26 0 search/1 Decode\ the\ following\ with\ bdeco bencoded News text
|
| /freebsd/contrib/llvm-project/lldb/source/Core/ |
| H A D | DataFileCache.cpp | 237 bool CacheSignature::Decode(const lldb_private::DataExtractor &data, in Decode() function in CacheSignature 304 bool StringTableReader::Decode(const lldb_private::DataExtractor &data, in Decode() function in StringTableReader
|
| /freebsd/sys/contrib/device-tree/Bindings/media/ |
| H A D | mediatek-vpu.txt | 4 H.264/VP8/VP9 Decode, H.264/VP8 Encode and Image Processor (scale/rotate/color convert).
|
| /freebsd/sys/contrib/device-tree/Bindings/sound/ |
| H A D | qcom,q6asm.txt | 44 Q6ASM_DAI_RX (2) for only rx (Playback/Decode)
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/ |
| H A D | EmulateInstructionRISCV.h | 98 std::optional<DecodeResult> Decode(uint32_t inst);
|
| /freebsd/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | Symtab.cpp | 1302 bool Symtab::Decode(const DataExtractor &data, lldb::offset_t *offset_ptr, in Decode() function in Symtab 1309 if (!signature.Decode(data, offset_ptr)) in Decode() 1316 if (!strtab.Decode(data, offset_ptr)) in Decode() 1332 if (!m_symbols[i].Decode(data, offset_ptr, sections, strtab)) in Decode() 1367 const bool result = Decode(data, &offset, signature_mismatch); in LoadFromCache()
|