OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Decode
(Results
1 - 15
of
15
) sorted by relevancy
/src/external/bsd/libarchive/dist/libarchive/
archive_ppmd7_private.h
64
/* ----------
Decode
---------- */
69
void (*
Decode
)(void *p, UInt32 start, UInt32 size);
103
/*
Decode
Functions */
archive_ppmd7.c
748
/* ----------
Decode
---------- */
841
p->p.
Decode
(p, 0, size0);
846
p->p.
Decode
(p, size0, PPMD_BIN_SCALE - size0);
854
p->p.
Decode
= Range_Decode_7z;
861
p->p.
Decode
= Range_Decode_RAR;
878
rc->
Decode
(rc, 0, s->Freq);
891
rc->
Decode
(rc, hiCnt - s->Freq, s->Freq);
902
rc->
Decode
(rc, hiCnt, p->MinContext->SummFreq - hiCnt);
962
rc->
Decode
(rc, hiCnt - s->Freq, s->Freq);
971
rc->
Decode
(rc, hiCnt, freqSum - hiCnt)
[
all
...]
/src/common/lib/libc/md/
md4c.c
82
static void
Decode
(UINT4 *, const unsigned char *, unsigned int);
228
Decode
(x, block, 64);
315
Decode
(UINT4 *output, const unsigned char *input, unsigned int len)
md5c.c
90
static void
Decode
(UINT4 *, const unsigned char *, unsigned int);
116
Decode
(UINT4 *output,
274
Decode
(x, block, 64);
/src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
md5c.c
69
static void
Decode
(UINT4 *, const unsigned char *, unsigned int);
95
Decode
(UINT4 *output,
245
Decode
(x, block, 64);
/src/external/bsd/iscsi/dist/src/lib/
md5c.c
97
static void
Decode
(UINT4 *, const unsigned char *, unsigned int);
124
Decode
(output, input, len)
287
Decode
(x, block, 64);
/src/sys/external/bsd/acpica/dist/resources/
rsaddr.c
229
/* General Flags - Consume,
Decode
, MinFixed, MaxFixed */
235
{ACPI_RSC_1BITFLAG, ACPI_RS_OFFSET (Data.Address.
Decode
),
rsxface.c
60
ACPI_COPY_FIELD(Out, In,
Decode
); \
rsdumpinfo.c
419
{ACPI_RSD_1BITFLAG, ACPI_RSD_OFFSET (Address.
Decode
), "Address
Decode
", AcpiGbl_DecDecode},
/src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
ARMEHABIPrinter.h
66
void
Decode
(const uint8_t *Opcodes, off_t Offset, size_t Length);
306
inline void OpcodeDecoder::
Decode
(const uint8_t *Opcodes, off_t Offset,
515
OpcodeDecoder(OCC.W).
Decode
(Entry, Offset, Length);
/src/sys/external/bsd/acpica/dist/include/
acrestyp.h
82
* IO Port Descriptor
Decode
84
#define ACPI_DECODE_10 (UINT8) 0x00 /* 10-bit IO address
decode
*/
85
#define ACPI_DECODE_16 (UINT8) 0x01 /* 16-bit IO address
decode
*/
356
UINT8
Decode
; \
/src/crypto/external/bsd/openssh/dist/
sntrup761.c
1777
static void
Decode
(uint16_t *out, const unsigned char *S, const uint16_t *M, long long len) {
1809
Decode
(R2, S, M2, (len + 1) / 2);
2048
Decode
(R, s, M, p);
2064
Decode
(R, s, M, p);
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/Disassembler/
AMDGPUDisassembler.cpp
113
DECODE_OPERAND(
Decode
##RegClass##RegisterClass, decodeOperand_##RegClass)
429
// Try to
decode
DPP and SDWA first to solve conflict with VOP1 and VOP2
471
// v_mad_mixhi_f16 for FMA variants. Try to
decode
using this special
483
// Try
decode
32-bit instruction
/src/sys/arch/m68k/060sp/dist/
isp.s
480
# now, w/ group1, make mul64's
decode
the fastest since it will
529
# now, w/ group2, make movep's
decode
the fastest since it will
1646
#
Decode
the movep instruction words stored at EXC_OPWORD and #
2069
# First,
decode
the operand location. If it's in Dn, fetch from #
2507
# First,
decode
the operand location. If it's in Dn, fetch from #
2751
#
Decode
the instruction and fetch the appropriate Update and #
2972
# First, calculate the effective address. Then,
decode
the #
/src/external/gpl3/gcc.old/dist/libphobos/src/std/
utf.d
4
Encode and
decode
UTF-8, UTF-16 and UTF-32 strings.
13
$(TR $(TD
Decode
) $(TD
14
$(LREF
decode
)
17
$(TR $(TD Lazy
decode
) $(TD
1123
/* ===================
Decode
======================= */
1134
decode
will only work with strings and random access ranges of code units
1150
dchar
decode
(UseReplacementDchar useReplacementDchar = No.useReplacementDchar, S)(auto ref S str, ref size_t index)
1155
assert(index < str.length, "Attempted to
decode
past the end of a string");
1170
dchar
decode
(UseReplacementDchar useReplacementDchar = No.useReplacementDchar, S)(
1175
assert(index < str.length, "Attempted to
decode
past the end of a string")
[
all
...]
Completed in 48 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026