Searched refs:Decode (Results 1 - 22 of 22) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DHost.h49 static WaitStatus Decode(int wstatus);
/freebsd-12-stable/contrib/libarchive/libarchive/
H A Darchive_ppmd7_private.h64 /* ---------- Decode ---------- */
69 void (*Decode)(void *p, UInt32 start, UInt32 size); member in struct:__anon2042
103 /* Decode Functions */
H A Darchive_ppmd7.c743 /* ---------- Decode ---------- */
836 p->p.Decode(p, 0, size0);
841 p->p.Decode(p, size0, PPMD_BIN_SCALE - size0);
849 p->p.Decode = Range_Decode_7z;
856 p->p.Decode = Range_Decode_RAR;
873 rc->Decode(rc, 0, s->Freq);
886 rc->Decode(rc, hiCnt - s->Freq, s->Freq);
897 rc->Decode(rc, hiCnt, p->MinContext->SummFreq - hiCnt);
957 rc->Decode(rc, hiCnt - s->Freq, s->Freq);
966 rc->Decode(r
[all...]
/freebsd-12-stable/contrib/opie/libopie/
H A Dmd4c.c64 static VOIDRET Decode __P((UINT4 *, unsigned char *, unsigned int));
177 Decode(x, block, 64);
260 static VOIDRET Decode FUNCTION((output, input, len), UINT4 *output AND unsigned char *input AND unsigned int len) function
/freebsd-12-stable/contrib/apr-util/crypto/
H A Dapr_md4.c71 static void Decode(apr_uint32_t *output, const unsigned char *input,
300 Decode(x, block, 64);
386 static void Decode(apr_uint32_t *output, const unsigned char *input, function
H A Dapr_md5.c92 static void Decode(apr_uint32_t *output, const unsigned char *input,
350 Decode(tmpbuf, block, 64);
461 static void Decode(apr_uint32_t *output, const unsigned char *input, function
/freebsd-12-stable/sys/kern/
H A Dmd4c.c59 static void Decode PROTO_LIST
189 Decode (x, block, 64);
275 Decode(UINT4 *output, const unsigned char *input, unsigned int len) function
H A Dmd5c.c51 #define Decode memcpy macro
80 Decode (u_int32_t *output, const unsigned char *input, unsigned int len) function
241 Decode (x, block, 64);
/freebsd-12-stable/lib/libmd/
H A Dmd4c.c60 static void Decode PROTO_LIST
197 Decode (x, block, 64);
284 static void Decode (output, input, len) function
H A Dmd5c.c55 #define Decode memcpy macro
79 Decode (u_int32_t *output, const unsigned char *input, unsigned int len) function
233 Decode (x, block, 64);
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DARMEHABIPrinter.h67 void Decode(const uint8_t *Opcodes, off_t Offset, size_t Length);
307 inline void OpcodeDecoder::Decode(const uint8_t *Opcodes, off_t Offset, function in class:llvm::ARM::EHABI::OpcodeDecoder
497 OpcodeDecoder(OCC.W).Decode(Entry, Offset, Length);
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DDisassembler.h154 virtual size_t Decode(const Disassembler &disassembler,
342 size_t Decode(const Disassembler &disassembler, const DataExtractor &data,
/freebsd-12-stable/sys/contrib/dev/acpica/components/resources/
H A Drsaddr.c337 /* General Flags - Consume, Decode, MinFixed, MaxFixed */
343 {ACPI_RSC_1BITFLAG, ACPI_RS_OFFSET (Data.Address.Decode),
H A Drsxface.c168 ACPI_COPY_FIELD(Out, In, Decode); \
H A Drsdumpinfo.c501 {ACPI_RSD_1BITFLAG, ACPI_RSD_OFFSET (Address.Decode), "Address Decode", AcpiGbl_DecDecode},
/freebsd-12-stable/contrib/llvm-project/lldb/source/Host/common/
H A DHost.cpp635 WaitStatus WaitStatus::Decode(int wstatus) { function in class:WaitStatus
/freebsd-12-stable/sys/contrib/dev/acpica/include/
H A Dacrestyp.h190 * IO Port Descriptor Decode
458 UINT8 Decode; \
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.cpp81 WaitStatus::Decode(wstatus));
737 WaitStatus wait_status = WaitStatus::Decode(status);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Disassembler/llvm/
H A DDisassemblerLLVMC.cpp166 size_t Decode(const lldb_private::Disassembler &disassembler,
1282 uint32_t inst_size = inst_sp->Decode(*this, data, data_cursor);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/Darwin/
H A DNativeProcessDarwin.cpp1081 SetExitStatus(WaitStatus::Decode(status), notify_status);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Core/
H A DDisassembler.cpp1312 size_t PseudoInstruction::Decode(const lldb_private::Disassembler &disassembler, function in class:PseudoInstruction
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/Disassembler/
H A DAMDGPUDisassembler.cpp120 DECODE_OPERAND(Decode##RegClass##RegisterClass, decodeOperand_##RegClass)

Completed in 300 milliseconds