Searched refs:decode (Results 26 - 50 of 76) sorted by relevance

1234

/freebsd-12-stable/contrib/bc/
H A Dkaratsuba.py172 print(p.stderr.decode())
187 print(p.stderr.decode())
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DLineTable.h124 /// Clients have the option to decode an entire line table using
125 /// LineTable::decode() or just find a single matching entry using this
154 static llvm::Expected<LineTable> decode(DataExtractor &Data,
H A DFunctionInfo.h33 /// to the FunctionInfo::decode(...) function. This information is calculated
133 static llvm::Expected<FunctionInfo> decode(DataExtractor &Data,
149 /// we can decode only the information we need from the FunctionInfo's data
/freebsd-12-stable/crypto/heimdal/lib/asn1/
H A Dasn1-template.h105 asn1_type_decode decode; member in struct:asn1_type_func
H A Dcheck-common.c201 int (ASN1CALL *decode)(unsigned char *, size_t, void *, size_t *),
284 current_state = "decode";
285 ret = (*decode) (buf2, sz, data, &consumed_sz);
334 map_free(buf2_map, tests[i].name, "decode");
357 int (ASN1CALL *decode)(unsigned char *, size_t, void *, size_t *))
403 current_state = "decode";
404 ret = (*decode) (buf, tests[i].byte_len, data, &sz);
/freebsd-12-stable/usr.bin/logger/
H A Dlogger.c71 static int decode(char *, const CODE *);
388 fac = decode(save, facilitynames);
397 lev = decode(s, prioritynames);
404 decode(char *name, const CODE *codetab) function
/freebsd-12-stable/usr.bin/uudecode/
H A Duudecode.c75 static int decode(void);
116 rflag = 1; /* decode raw data */
139 rval |= decode();
145 rval = decode();
151 decode(void) function
350 #define DEC(c) (((c) - ' ') & 077) /* single character decode */
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DFunctionInfo.cpp33 llvm::Expected<FunctionInfo> FunctionInfo::decode(DataExtractor &Data, function in class:FunctionInfo
73 if (Expected<LineTable> LT = LineTable::decode(InfoData, BaseAddr))
80 if (Expected<InlineInfo> II = InlineInfo::decode(InfoData, BaseAddr))
161 // The "lookup" functions doesn't report errors as accurately as the "decode"
163 // "decode".
H A DHeader.cpp64 llvm::Expected<Header> Header::decode(DataExtractor &Data) { function in class:Header
H A DGsymReader.cpp91 if (auto ExpectedHdr = Header::decode(Data))
135 // optimized for lookups. Here we decode the important tables into local
253 auto ExpectedFI = FunctionInfo::decode(Data, *OptAddr);
/freebsd-12-stable/contrib/wpa/hostapd/
H A Dwps-ap-nfc.py78 return ret.rstrip().decode("hex")
88 return ret.rstrip().decode("hex")
98 return ret.rstrip().decode("hex")
/freebsd-12-stable/contrib/wpa/wpa_supplicant/examples/
H A Dwps-nfc.py84 return ret.rstrip().decode("hex")
94 return ret.rstrip().decode("hex")
104 return ret.rstrip().decode("hex")
113 return ret.rstrip().decode("hex")
126 return res.decode("hex")
H A Dp2p-nfc.py97 return res.decode("hex")
106 return res.decode("hex")
119 return res.decode("hex")
129 return res.rstrip().decode("hex")
/freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/
H A DextractExternal.cpp214 string decode(__int64 x) const { function in class:StringTable
219 stop("StringTable::decode: Invalid string table lookup");
282 defined->insert(stringTable.decode(e.name));
284 undefined->insert(stringTable.decode(e.name));
325 const string &s = stringTableOld.decode(e.name);
356 const string &s = stringTableOld.decode(e.name);
/freebsd-12-stable/contrib/bzip2/
H A Dbzip2.c1782 Bool decode; local
1837 decode = True;
1839 if (ISFLAG("--")) { decode = False; continue; }
1840 if (aa->name[0] == '-' && decode) continue;
1965 decode = True;
1967 if (ISFLAG("--")) { decode = False; continue; }
1968 if (aa->name[0] == '-' && decode) continue;
1981 decode = True;
1983 if (ISFLAG("--")) { decode = False; continue; }
1984 if (aa->name[0] == '-' && decode) continu
[all...]
/freebsd-12-stable/contrib/llvm-project/lldb/source/Utility/
H A DStringExtractor.cpp289 int decode = DecodeHexU8(); local
290 if (decode == -1)
292 dest[0] = static_cast<uint8_t>(decode);
/freebsd-12-stable/contrib/ntp/ntpd/
H A Drefclock_chu.c278 #define DECODE 0x0040 /* invalid data decode */
330 u_char decode[20][16]; /* maximum-likelihood decoding matrix */ member in struct:chuunit
394 int decptr; /* decode pointer */
395 int decpha; /* decode phase */
982 * chu_decode - decode the character data
1090 * chu_b - decode format B burst
1164 * chu_a - decode format A burst
1252 * processing. In addition, the seconds decode is advanced from
1276 up->decode[9][j] = up->decode[
[all...]
/freebsd-12-stable/sys/contrib/zstd/tests/
H A Dtest-zstd-versions.py37 stderr_lines = stderr_lines.decode("utf-8")
38 stdout_lines = stdout_lines.decode("utf-8")
68 tags = stdout.decode('utf-8').split()
/freebsd-12-stable/contrib/bearssl/test/
H A Dtest_math.c42 void (*decode)(uint32_t *x, const void *src, size_t len); member in struct:__anon366
264 impl->decode(mp, ep, plen);
286 impl->decode(mv, ev, vlen);
312 impl->decode(mv, ev, vlen);
/freebsd-12-stable/usr.sbin/ntp/doc/
H A DMakefile13 copyright.html debug.html decode.html discipline.html discover.html \
/freebsd-12-stable/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_init.c53 dbg->decode = _dwarf_decode_msb;
57 dbg->decode = _dwarf_decode_lsb;
/freebsd-12-stable/contrib/processor-trace/libipt/src/
H A Dpt_config.c103 if (size < offsetof(struct pt_config, decode))
/freebsd-12-stable/contrib/apr/include/private/
H A Dapr_encode_private.h72 #define decode ENCODE_TO_ASCII(ch) convert_e2a[(unsigned char)ch] macro
73 #define decode ENCODE_TO_NATIVE(ch) convert_a2e[(unsigned char)ch] macro
/freebsd-12-stable/crypto/heimdal/appl/ftp/ftp/
H A Dsecurity.c180 buf->size = (*mech->decode)(app_data, buf->data, len, data_prot);
353 len = (*mech->decode)(app_data, buf, len, level);
561 reply(501, "Failed to base64-decode command");
564 len = (*mech->decode)(app_data, buf, len, level);
567 reply(535, "Failed to decode command");
/freebsd-12-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dsecurity.c180 buf->size = (*mech->decode)(app_data, buf->data, len, data_prot);
353 len = (*mech->decode)(app_data, buf, len, level);
561 reply(501, "Failed to base64-decode command");
564 len = (*mech->decode)(app_data, buf, len, level);
567 reply(535, "Failed to decode command");

Completed in 322 milliseconds

1234