| /src/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/ |
| H A D | TraceIntelPTProperties.td | 5 Property<"infinite-decoding-loop-verification-threshold", "UInt64">, 10 "infinite decoding loops. If no decoding loop has been found after this " 13 "this anomaly. If a loop is found, then decoding of the corresponding " 15 "decoding is resumed in the next PSB block.">; 17 Property<"extremely-large-decoding-threshold", "UInt64">, 21 "packet must have been decoded before stopping the decoding of the " 23 "decoding is resumed in the next PSB block.">;
|
| H A D | DecodedThread.h | 25 /// Class for representing a libipt decoding error. 31 /// Negative number returned by libipt when decoding the trace and 35 /// Optional instruction address. When decoding an individual instruction, 57 /// decoding a trace, as well as a position cursor used when reverse debugging 245 /// Append a decoding error. 248 /// Append a custom decoding. 318 /// Total amount of time spent decoding.
|
| H A D | LibiptDecoder.cpp | 117 /// actual instruction decoding. That's why it can be useful for inspecting a 214 // The infinite decoding loops we'll encounter are due to sequential in TryIdentifyInfiniteLoop() 362 /// decoding. 416 /// decoding loop might stop abruptly if an infinite decoding loop is 466 /// bound, return an error to abort decoding. Otherwise add the it to the 467 /// underlying DecodedThread and decoding should continue as expected. 478 std::string err_msg = formatv("decoding truncated: TSC {0} exceeds " in ProcessPTEventTSC() 479 "maximum TSC value {1}, will skip decoding" in ProcessPTEventTSC() 503 /// The status gotten from the previous instruction decoding or PSB 507 /// The pte_status after decoding events. [all …]
|
| /src/contrib/bearssl/tools/ |
| H A D | errors.c | 97 "Incoming handshake message decoding failed." 194 "Decoding error: inner element extends beyond outer element" 200 "Decoding error: unsupported tag class (application or" 206 "Decoding error: unsupported tag value." 211 "Decoding error: indefinite length." 216 "Decoding error: extraneous element." 221 "Decoding error: unexpected element." 226 "Decoding error: expected constructed element, but is" 232 "Decoding error: expected primitive element, but is" 238 "Decoding error: BIT STRING length is not multiple of 8." [all …]
|
| /src/secure/lib/libcrypto/man/man7/ |
| H A D | provider-decoder.7 | 108 decoding into intermediate data formats.\fR 126 The last decoding step in the decoding chain is usually supposed to create 129 can be called as the final step of the decoding process. 273 .SS "Decoding functions" 274 .IX Subsection "Decoding functions" 281 The decoding functions also take an \fBOSSL_PASSPHRASE_CALLBACK\fR\|(3) function 289 This means "carry on the decoding process", and is meaningful even though 297 This means "stop the decoding process", and is meaningful when the input 302 The conditions to stop the decoding process are at the discretion of the 329 \&\fBOSSL_FUNC_decoder_decode()\fR returns 1 to signal that the decoding process
|
| /src/sys/contrib/device-tree/Bindings/media/ |
| H A D | mediatek,vcodec-subdev-decoder.yaml | 13 MediaTek Video Decode Accelerator is the video decoding hardware present in 14 MediaTek SoCs that supports high-resolution decoding functionalities. 34 The child nodes represent the individual hardware blocks within the decoding 40 It identifies the specific video decoding pipeline architecture used by the 44 The parent utilizes two workqueues to manage the decoding process. 47 decoding tasks, write the result to LAT buffer, and disable the hardware 48 after the LAT decoding is done. 51 decoding tasks, write the result to output buffer, and disable the hardware 52 after the Core decoding is done. 66 The used video decoding pipeline architecture across various Mediatek SoC:
|
| /src/crypto/openssl/doc/man7/ |
| H A D | provider-decoder.pod | 46 decoding into intermediate data formats.> 64 The last decoding step in the decoding chain is usually supposed to create 67 can be called as the final step of the decoding process. 225 =head2 Decoding functions 233 The decoding functions also take an L<OSSL_PASSPHRASE_CALLBACK(3)> function 244 This means "carry on the decoding process", and is meaningful even though 253 This means "stop the decoding process", and is meaningful when the input 260 The conditions to stop the decoding process are at the discretion of the 294 OSSL_FUNC_decoder_decode() returns 1 to signal that the decoding process
|
| /src/contrib/xz/src/liblzma/api/lzma/ |
| H A D | stream_flags.h | 29 * \brief Options for encoding/decoding Stream Header and Stream Footer 45 * must check that the version number set by the decoding functions 187 * \note When decoding .xz files that contain multiple Streams, it may 189 * decoding of the Stream Header of the \a first Stream gives 195 * lzma_stream_header_decode() when decoding non-first Stream. 203 * - LZMA_OK: Decoding was successful. 220 * decoding Stream Footer returns LZMA_FORMAT_ERROR, the 231 * - LZMA_OK: Decoding was successful.
|
| /src/sys/contrib/zstd/doc/ |
| H A D | zstd_compression_format.md | 77 Unlike frames, each block depends on previous blocks for proper decoding. 155 Decoding this byte is enough to tell the size of `Frame_Header`. 423 - Previous FSE decoding tables, required by `Repeat_Mode` 426 Note that decoding tables aren't always from the previous `Compressed_Block`. 428 - Every decoding table can come from a dictionary. 556 The size of `Huffman_Tree_Description` is determined during decoding process, 765 #### Decoding Sequences 784 FSE decoding requires a 'state' to be carried from symbol to symbol. 785 For more explanation on FSE decoding, see the [FSE section](#fse). 787 For sequence decoding, a separate state keeps track of each [all …]
|
| /src/crypto/openssl/doc/man3/ |
| H A D | OSSL_DECODER_from_bio.pod | 8 - Routines to perform a decoding 30 OSSL_DECODER_from_data() runs the decoding process for the context I<ctx>, 36 OSSL_DECODER_from_bio() runs the decoding process for the context I<ctx>, 71 /* decoding failure */ 99 /* decoding failure */
|
| /src/contrib/bearssl/inc/ |
| H A D | bearssl_x509.h | 57 * for any decoding logic. 59 * **The "minimal" engine** implements minimal X.509 decoding and chain 90 * when decoding the end-entity certificate, and only if there is a 141 /** \brief X.509 status: decoding error: inner element extends beyond 145 /** \brief X.509 status: decoding error: unsupported tag class (application 149 /** \brief X.509 status: decoding error: unsupported tag value. */ 152 /** \brief X.509 status: decoding error: indefinite length. */ 155 /** \brief X.509 status: decoding error: extraneous element. */ 158 /** \brief X.509 status: decoding error: unexpected element. */ 161 /** \brief X.509 status: decoding error: expected constructed element, but [all …]
|
| /src/sys/contrib/openzfs/module/os/linux/spl/ |
| H A D | spl-xdr.c | 97 * 2) If a decoding operation fails, it's undefined whether anything will be 101 * Future decoding operations on the same stream will also have similar 104 * 3) When the first decoding operation fails it is OK to trust the results of 105 * previous decoding operations on the same stream, as long as the caller 109 * stream size and should be coded to expect any decoding failure to be data 115 * a decoding failure to be a bug (e.g. due to mismatched data types) and may 118 * 4) Non-zero padding bytes will cause the decoding operation to fail. 120 * 5) Zero bytes on string types will also cause the decoding operation to fail. 126 * 7) The stream buffer and encoding/decoding buffers/ptrs should not overlap. 407 * The Solaris man page says: "If *arrp is NULL when decoding, in xdr_dec_array() [all …]
|
| /src/secure/lib/libcrypto/man/man3/ |
| H A D | OSSL_DECODER_from_bio.3 | 70 \&\- Routines to perform a decoding 87 \&\fBOSSL_DECODER_from_data()\fR runs the decoding process for the context \fIctx\fR, 93 \&\fBOSSL_DECODER_from_bio()\fR runs the decoding process for the context \fIctx\fR, 127 \& /* decoding failure */ 157 \& /* decoding failure */
|
| /src/sys/contrib/device-tree/Bindings/bus/ |
| H A D | mvebu-mbus.txt | 37 size for the address decoding windows allocated for 52 the first one controls the devices decoding window, 53 the second one controls the SDRAM decoding window and 80 ** MBus address decoding window specification 105 (S = 0x0), an address decoding window is allocated. On the other side, 140 makes the MBus driver create a static decoding window for the corresponding 188 the decoding window base address. When planning the device tree layout it's
|
| /src/contrib/libcbor/src/cbor/ |
| H A D | data.h | 43 /** Possible decoding errors */ 192 /** High-level decoding error */ 205 /** High-level decoding result */ 215 /** Decoding finished successfully (a callback has been invoked) 240 /** The decoding status */
|
| /src/contrib/libcbor/doc/source/ |
| H A D | api.rst | 20 …- encoding and decoding *drivers*, routines that coordinate encoding and decoding of complex struc… 29 api/decoding
|
| /src/contrib/libarchive/libarchive/test/ |
| H A D | test_read_format_7zip.c | 863 skipping("7zip:lzma decoding is not supported on this " in DEFINE_TEST() 883 skipping("7zip:bzip2 decoding is not supported on this platform"); in DEFINE_TEST() 915 "7zip:deflate decoding is not supported on this platform"); in DEFINE_TEST() 934 "7zip:zstd decoding is not supported on this platform"); in DEFINE_TEST() 938 "7zip:lzma decoding is not supported on this platform"); in DEFINE_TEST() 955 "7zip:zstd decoding is not supported on this platform"); in DEFINE_TEST() 959 "7zip:lzma decoding is not supported on this platform"); in DEFINE_TEST() 976 "7zip:zstd decoding is not supported on this platform"); in DEFINE_TEST() 993 "7zip:zstd decoding is not supported on this platform"); in DEFINE_TEST() 1015 skipping("7zip:lzma decoding is not supported on this " in DEFINE_TEST() [all …]
|
| /src/crypto/openssl/crypto/encode_decode/ |
| H A D | encoder_local.h | 90 * Decoders that are components of any current decoding path. 123 * this will remain NULL and the decoding functionality will start 149 * Decoders that are components of any current decoding path. 154 * The constructors of a decoding, and its caller argument.
|
| /src/contrib/tcpdump/ |
| H A D | print-openflow.c | 4 * dispatching of version-specific OpenFlow message decoding. 116 * long enough to begin the decoding (REQ_MINLEN) and have the in of_message_print() 186 * TCP packets, decoding an incomplete message at the end of in openflow_print() 191 * fails decoding of the rest of the current packet. At the in openflow_print() 192 * same time, try decoding as much of the current message as in openflow_print()
|
| /src/sys/contrib/xz-embedded/linux/include/linux/ |
| H A D | xz.h | 74 * @XZ_UNSUPPORTED_CHECK: Integrity check type is not supported. Decoding 108 * code is not buggy, you can get this error only when decoding a compressed 164 * multi-call decoding. This is ignored in single-call mode 174 * once. The caller must provide enough output space or the decoding will 188 * small for decoding the given input stream, xz_dec_run() will return 224 * The decoding will stop after one XZ stream has been decompresed. To 256 * Once decoding has been started with xz_dec_run() or xz_dec_catrun(), 258 * Switching between the two decoding functions without resetting results 376 * It is possible to continue decoding but the variables b->out and b->out_pos
|
| /src/contrib/libc-vis/ |
| H A D | unvis.3 | 89 decoding any escape sequences along the way, 98 (that is, no expansion takes place during decoding). 122 calls decoding different streams can be freely intermixed. 123 To start decoding a stream of bytes, first initialize an integer to zero.
|
| /src/sys/contrib/zlib/ |
| H A D | inftrees.c | 1 /* inftrees.c -- generate Huffman trees for efficient decoding 94 decoding tables are built in the large loop below, the integer codes in inflate_table() 112 decoding tables. in inflate_table() 133 return 0; /* no symbols, but wait for decoding to report error */ in inflate_table() 159 Create and fill in decoding tables. In this loop, the table being in inflate_table() 186 in the rest of the decoding tables with invalid code markers. in inflate_table() 355 Return state with length and distance decoding tables and index sizes set to 356 fixed code decoding. Normally this returns fixed tables from inffixed.h. 391 puts("/* inffixed.h -- table for decoding fixed codes"); in main()
|
| /src/crypto/heimdal/lib/hx509/ |
| H A D | print.c | 294 "Decoding SubjectKeyIdentifier failed: %d", ret); in check_subjectKeyIdentifier() 299 "Decoding SKI ahve extra bits on the end"); in check_subjectKeyIdentifier() 342 "Decoding AuthorityKeyIdentifier failed: %d", ret); in check_authorityKeyIdentifier() 347 "Decoding SKI ahve extra bits on the end"); in check_authorityKeyIdentifier() 381 "Decoding ExtKeyUsage failed: %d", ret); in check_extKeyUsage() 426 "Decoding kerberos name in SAN failed: %d", ret); in check_pkinit_san() 432 "Decoding kerberos name have extra bits on the end"); in check_pkinit_san() 460 "Decoding JID in SAN failed: %d", ret); in check_utf8_string_san() 494 "Decoding CRL Distribution Points failed: %d\n", ret); in check_CRLDistributionPoints() 583 "\tret = %d while decoding %s GeneralNames\n", in check_altName() [all …]
|
| /src/contrib/xz/src/liblzma/common/ |
| H A D | filter_buffer_decoder.c | 6 /// \brief Single-call raw decoding 35 // Do the actual decoding and free decoder's memory. in lzma_raw_buffer_decode() 62 // decoding one more byte. If it succeeds, in lzma_raw_buffer_decode()
|
| /src/sys/contrib/alpine-hal/ |
| H A D | al_hal_pbs_regs.h | 1966 /* map transactions according to address decoding */ 1992 /* map transactions according to address decoding */ 2018 /* map transactions according to address decoding */ 2044 /* map transactions according to address decoding */ 2070 /* map transactions according to address decoding */ 2096 /* map transactions according to address decoding */ 2122 /* map transactions according to address decoding */ 2148 /* map transactions according to address decoding */ 2174 /* map transactions according to address decoding */ 2200 /* map transactions according to address decoding */ [all …]
|