Home
last modified time | relevance | path

Searched refs:Decode (Results 1 – 25 of 66) sorted by relevance

123

/freebsd-11-stable/contrib/libarchive/libarchive/
HDarchive_ppmd7.c836 p->p.Decode(p, 0, size0); in Range_DecodeBit_RAR()
841 p->p.Decode(p, size0, PPMD_BIN_SCALE - size0); in Range_DecodeBit_RAR()
849 p->p.Decode = Range_Decode_7z; in Ppmd7z_RangeDec_CreateVTable()
856 p->p.Decode = Range_Decode_RAR; in PpmdRAR_RangeDec_CreateVTable()
873 rc->Decode(rc, 0, s->Freq); in Ppmd7_DecodeSymbol()
886 rc->Decode(rc, hiCnt - s->Freq, s->Freq); in Ppmd7_DecodeSymbol()
897 rc->Decode(rc, hiCnt, p->MinContext->SummFreq - hiCnt); in Ppmd7_DecodeSymbol()
957 rc->Decode(rc, hiCnt - s->Freq, s->Freq); in Ppmd7_DecodeSymbol()
966 rc->Decode(rc, hiCnt, freqSum - hiCnt); in Ppmd7_DecodeSymbol()
HDarchive_ppmd7_private.h69 void (*Decode)(void *p, UInt32 start, UInt32 size); member
/freebsd-11-stable/sys/kern/
HDmd4c.c57 static void Decode PROTO_LIST
187 Decode (x, block, 64); in MD4Transform()
273 Decode(UINT4 *output, const unsigned char *input, unsigned int len) in Decode() function
HDmd5c.c51 #define Decode memcpy macro
80 Decode (u_int32_t *output, const unsigned char *input, unsigned int len) in Decode() function
241 Decode (x, block, 64);
/freebsd-11-stable/lib/libmd/
HDmd4c.c57 static void Decode PROTO_LIST
194 Decode (x, block, 64);
281 static void Decode (output, input, len) in Decode() function
HDmd5c.c53 #define Decode memcpy macro
77 Decode (u_int32_t *output, const unsigned char *input, unsigned int len) in Decode() function
240 Decode (x, block, 64);
/freebsd-11-stable/contrib/opie/libopie/
HDmd4c.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 uns…
/freebsd-11-stable/contrib/apr-util/crypto/
HDapr_md4.c71 static void Decode(apr_uint32_t *output, const unsigned char *input,
300 Decode(x, block, 64); in MD4Transform()
386 static void Decode(apr_uint32_t *output, const unsigned char *input, in Decode() function
HDapr_md5.c92 static void Decode(apr_uint32_t *output, const unsigned char *input,
350 Decode(tmpbuf, block, 64); in MD5Transform()
461 static void Decode(apr_uint32_t *output, const unsigned char *input, in Decode() function
/freebsd-11-stable/contrib/file/magic/Magdir/
HDuuencode24 0 search/1 Decode\ the\ following\ with\ bdeco bencoded News text
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
HDARMEHABIPrinter.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, in Decode() function
497 OpcodeDecoder(OCC.W).Decode(Entry, Offset, Length); in PrintOpcodes()
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/
HDHost.h49 static WaitStatus Decode(int wstatus);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
HDDisassembler.h154 virtual size_t Decode(const Disassembler &disassembler,
342 size_t Decode(const Disassembler &disassembler, const DataExtractor &data,
/freebsd-11-stable/share/misc/
HDusb_hid_usages1509 0x3A Good Decode Indication
1566 0x89 GRWTI After Decode
1588 0xAB Periodical Only Decode with + 2
1591 0xAE Periodical Only Decode with + 5
1639 0xFF Decode Data Continued
1645 0x106 Minimum Length to Decode
1646 0x107 Maximum Length to Decode
1647 0x108 First Discrete Length to Decode
1648 0x109 Second Discrete Length to Decode
/freebsd-11-stable/sys/contrib/dev/acpica/components/resources/
HDrsaddr.c343 {ACPI_RSC_1BITFLAG, ACPI_RS_OFFSET (Data.Address.Decode),
HDrsxface.c168 ACPI_COPY_FIELD(Out, In, Decode); \
/freebsd-11-stable/contrib/sqlite3/tea/win/
HDrules.vc211 # Decode the options requested.
382 # Decode the statistics requested.
405 # Decode the checks requested.
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64SchedKryo.td23 let MispredictPenalty = 14; // Fetch + Decode/Rename/Dispatch + Branch
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
HDNativeProcessNetBSD.cpp81 WaitStatus::Decode(wstatus)); in Launch()
737 WaitStatus wait_status = WaitStatus::Decode(status); in SigchldHandler()
/freebsd-11-stable/sys/dev/pci/
HDpcib_if.m206 # Decode a PCI Routing Identifier (RID) into PCI bus/slot/function
/freebsd-11-stable/contrib/traceroute/
HDCHANGES94 - Decode "administratively prohibited filter" icmp code and print
/freebsd-11-stable/sys/contrib/dev/acpica/include/
HDacrestyp.h458 UINT8 Decode; \
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
HDHost.cpp635 WaitStatus WaitStatus::Decode(int wstatus) { in Decode() function in WaitStatus
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCScheduleE500.td18 // * Decode & Dispatch
HDPPCScheduleE500mc.td18 // * Decode & Dispatch

123