Home
last modified time | relevance | path

Searched refs:decode (Results 1 – 25 of 261) sorted by relevance

1234567891011

/freebsd-14.2/contrib/libcbor/test/
H A Dcbor_stream_decode_test.c13 assert_decoder_result_nedata(1, decode(NULL, 0)); in test_no_data()
20 decode(embedded_uint8_data, 1)); in test_uint8_embedded_decoding()
24 decode(embedded_uint8_data + 1, 1)); in test_uint8_embedded_decoding()
28 decode(embedded_uint8_data + 2, 1)); in test_uint8_embedded_decoding()
32 decode(embedded_uint8_data + 3, 1)); in test_uint8_embedded_decoding()
75 decode(embedded_negint8_data, 1)); in test_negint8_embedded_decoding()
458 decode(indef_array_data_1, 7)); in test_indef_array_decoding_1()
517 decode(map_int16_data + 3, 2)); in test_map_int16_decoding()
521 decode(map_int16_data + 4, 1)); in test_map_int16_decoding()
533 decode(map_int32_data + 5, 2)); in test_map_int32_decoding()
[all …]
/freebsd-14.2/contrib/tcpdump/
H A Dprint-esp.c419 colon = strchr(decode, ':'); in espprint_decode_encalgo()
427 !strcmp(decode + strlen(decode) - strlen("-hmac96"), in espprint_decode_encalgo()
434 !strcmp(decode + strlen(decode) - strlen("-cbc"), "-cbc")) { in espprint_decode_encalgo()
445 real_decode = decode; in espprint_decode_encalgo()
451 if (decode != real_decode) in espprint_decode_encalgo()
584 char *decode; in esp_print_decode_onesecret() local
592 decode = spikey; in esp_print_decode_onesecret()
599 decode = line; in esp_print_decode_onesecret()
666 if (decode) { in esp_print_decode_onesecret()
668 while (*decode == ' ' || *decode == '\t' || *decode == '\r' || *decode == '\n') in esp_print_decode_onesecret()
[all …]
/freebsd-14.2/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_loc.c194 operand1 = dbg->decode(&p, 2); in _dwarf_loc_fill_loc()
198 operand1 = (int16_t) dbg->decode(&p, 2); in _dwarf_loc_fill_loc()
205 operand1 = dbg->decode(&p, 4); in _dwarf_loc_fill_loc()
209 operand1 = (int32_t) dbg->decode(&p, 4); in _dwarf_loc_fill_loc()
215 operand1 = dbg->decode(&p, 8); in _dwarf_loc_fill_loc()
304 operand1 = dbg->decode(&p, pointer_size); in _dwarf_loc_fill_loc()
309 operand1 = dbg->decode(&p, offset_size); in _dwarf_loc_fill_loc()
321 operand1 = dbg->decode(&p, s); in _dwarf_loc_fill_loc()
333 operand1 = dbg->decode(&p, pointer_size); in _dwarf_loc_fill_loc()
335 operand1 = dbg->decode(&p, offset_size); in _dwarf_loc_fill_loc()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Serialization/
H A DSourceLocationEncoding.h57 static SourceLocation decode(uint64_t, SourceLocationSequence * = nullptr);
127 SourceLocation decode(EncodedTy Encoded) { in decode() function
157 SourceLocationEncoding::decode(uint64_t Encoded, SourceLocationSequence *Seq) { in decode() function
158 return Seq ? Seq->decode(Encoded) in decode()
/freebsd-14.2/contrib/bearssl/src/x509/
H A Dskey_decoder.t0141 : decode-RSA ( lim -- lim )
152 decode-RSA-next
159 : decode-RSA-next ( lim -- lim )
195 : decode-EC ( lim curve -- lim )
207 curve decode-EC-next
214 : decode-EC-next ( lim curve -- lim )
259 : decode-PKCS8-next ( lim -- lim keytype )
280 \ Open private key value and decode it.
284 decode-RSA
286 curve decode-EC
[all …]
/freebsd-14.2/usr.bin/bintrans/
H A Dbintrans.c129 bool decode = false; in base64_encode_or_decode() local
145 decode = true; in base64_encode_or_decode()
161 if (decode) in base64_encode_or_decode()
H A Duudecode.c77 static int decode(void);
96 exit(decode()); in main_base64_decode()
158 rval |= decode(); in main_decode()
164 rval = decode(); in main_decode()
170 decode(void) in decode() function
/freebsd-14.2/tools/test/ptrace/
H A Dscescx.c91 } decode[] = { in decode_pl_flags() local
111 for (i = 0; i < sizeof(decode) / sizeof(decode[0]); i++) { in decode_pl_flags()
112 if ((flags & decode[i].flag) != 0) { in decode_pl_flags()
117 strlcat(c, decode[i].desc, sizeof(c)); in decode_pl_flags()
118 flags &= ~decode[i].flag; in decode_pl_flags()
/freebsd-14.2/crypto/heimdal/lib/asn1/
H A Dcheck-common.h55 int (ASN1CALL *decode)(unsigned char *, size_t, void *, size_t *),
64 int (ASN1CALL *decode)(unsigned char *, size_t, void *, size_t *));
H A Dcheck-common.c201 int (ASN1CALL *decode)(unsigned char *, size_t, void *, size_t *), in generic_test()
285 ret = (*decode) (buf2, sz, data, &consumed_sz); in generic_test()
357 int (ASN1CALL *decode)(unsigned char *, size_t, void *, size_t *)) in generic_decode_fail()
404 ret = (*decode) (buf, tests[i].byte_len, data, &sz); in generic_decode_fail()
/freebsd-14.2/usr.bin/morse/
H A Dmorse.c274 static void decode (char *), fdecode(FILE *);
431 decode(*argv); in main()
435 decode(p); in main()
628 decode(p); in fdecode()
637 decode(char *p) in decode() function
/freebsd-14.2/sys/contrib/device-tree/Bindings/media/
H A Dmediatek,vcodec-subdev-decoder.yaml14 Mediatek Video Decode is the video decode hardware present in Mediatek
40 then enable lat to decode, writing the result to lat buffer, dislabe hardware when lat decode
41 done. Core workqueue need to get lat buffer and output buffer, then enable core to decode,
42 writing the result to output buffer, disable hardware when core decode done. These two
43 hardwares will decode each frame cyclically.
H A Dqcom,msm8916-venus.yaml7 title: Qualcomm MSM8916 Venus video encode and decode accelerators
13 The Venus IP is a video encode and decode accelerator present
/freebsd-14.2/contrib/processor-trace/libipt/src/
H A Dpt_packet.c55 int (*decode)(struct pt_packet_unknown *, const struct pt_config *, in pt_pkt_read_unknown() local
62 decode = config->decode.callback; in pt_pkt_read_unknown()
63 if (!decode) in pt_pkt_read_unknown()
73 size = (*decode)(&packet->payload.unknown, config, pos, in pt_pkt_read_unknown()
74 config->decode.context); in pt_pkt_read_unknown()
/freebsd-14.2/usr.bin/truss/
H A Dsetup.c472 t->cs.nargs = sc->decode.nargs; in enter_syscall()
473 assert(sc->decode.nargs <= nitems(t->cs.s_args)); in enter_syscall()
490 t->cs.args[sc->decode.args[i].offset], in enter_syscall()
493 if (!(sc->decode.args[i].type & OUT)) { in enter_syscall()
494 t->cs.s_args[i] = print_arg(&sc->decode.args[i], in enter_syscall()
552 for (i = 0; i < sc->decode.nargs; i++) { in exit_syscall()
555 if (sc->decode.args[i].type & OUT) { in exit_syscall()
562 (long)t->cs.args[sc->decode.args[i].offset]); in exit_syscall()
564 temp = print_arg(&sc->decode.args[i], in exit_syscall()
/freebsd-14.2/crypto/heimdal/appl/ftp/ftp/
H A Dsecurity.h56 int (*decode)(void *, void*, int, int); member
67 int (*decode)(void *, void*, int, int); member
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DInlineInfo.cpp180 static llvm::Expected<InlineInfo> decode(DataExtractor &Data, uint64_t &Offset, in decode() function
211 llvm::Expected<InlineInfo> Child = decode(Data, Offset, ChildBaseAddr); in decode()
223 llvm::Expected<InlineInfo> InlineInfo::decode(DataExtractor &Data, in decode() function in InlineInfo
226 return ::decode(Data, Offset, BaseAddr); in decode()
/freebsd-14.2/tools/tools/vt/keymaps/
H A Dconvert-keymap.pl51 my $ucs_char = ord(Encode::decode("UTF-8", local_to_UCS_string($char)));
69 return prettyprint_token(ord(Encode::decode("UTF-8", $char)));
/freebsd-14.2/contrib/ntp/ntpd/
H A Drefclock_chu.c330 u_char decode[20][16]; /* maximum-likelihood decoding matrix */ member
1276 up->decode[9][j] = up->decode[9][j - 1]; in chu_a()
1277 up->decode[19][j] = in chu_a()
1278 up->decode[19][j - 1]; in chu_a()
1280 up->decode[9][j] = up->decode[19][j] = 0; in chu_a()
1294 up->decode[i][up->cbuf[j] & 0xf]++; in chu_a()
1296 up->decode[i][(up->cbuf[j] >> 4) & 0xf]++; in chu_a()
1463 temp = up->decode[i][j] + up->decode[i + 10][j]; in chu_major()
1514 up->decode[i][j] = 0; in chu_clear()
/freebsd-14.2/crypto/openssl/doc/man7/
H A Dprovider-decoder.pod30 /* Functions to decode object data */
44 I<The term "decode" is used throughout this manual. This includes but is
50 read from the given B<OSSL_CORE_BIO>. If the caller wants to decode
61 implementation to decode an object from PEM to DER, and another one
120 can decode.
225 OSSL_FUNC_decoder_decode() should decode the data as read from
243 this function couldn't decode the input into anything, because there may be
244 another decoder implementation that can decode it into something.
247 decode the input into anything.
/freebsd-14.2/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")
/freebsd-14.2/contrib/bzip2/
H A Dbzip2.c1782 Bool decode; in main() local
1837 decode = True; in main()
1839 if (ISFLAG("--")) { decode = False; continue; } in main()
1840 if (aa->name[0] == '-' && decode) continue; in main()
1965 decode = True; in main()
1968 if (aa->name[0] == '-' && decode) continue; in main()
1981 decode = True; in main()
1984 if (aa->name[0] == '-' && decode) continue; in main()
2000 decode = True; in main()
2002 if (ISFLAG("--")) { decode = False; continue; } in main()
[all …]
/freebsd-14.2/contrib/llvm-project/openmp/runtime/src/
H A DextractExternal.cpp214 string decode(__int64 x) const { in decode() function in StringTable
282 defined->insert(stringTable.decode(e.name)); in computeExternalSymbols()
284 undefined->insert(stringTable.decode(e.name)); in computeExternalSymbols()
325 const string &s = stringTableOld.decode(e.name); in hideSymbols()
356 const string &s = stringTableOld.decode(e.name); in hideSymbols()
/freebsd-14.2/usr.bin/logger/
H A Dlogger.c74 static int decode(char *, const CODE *);
415 fac = decode(save, facilitynames); in pencode()
424 lev = decode(s, prioritynames); in pencode()
431 decode(char *name, const CODE *codetab) in decode() function
/freebsd-14.2/contrib/sendmail/src/
H A Daliases64 # Trap decode to catch security attacks
65 decode: root

1234567891011