/freebsd/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 o [all...] |
/freebsd/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 …]
|
/freebsd/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. 223 =head2 Decoding functions 231 The decoding functions also take an L<OSSL_PASSPHRASE_CALLBACK(3)> function 242 This means "carry on the decoding process", and is meaningful even though 251 This means "stop the decoding process", and is meaningful when the input 258 The conditions to stop the decoding process are at the discretion of the 292 OSSL_FUNC_decoder_decode() returns 1 to signal that the decoding process
|
/freebsd/secure/lib/libcrypto/man/man7/ |
H A D | provider-decoder.7 | 181 decoding into intermediate data formats.\fR 199 The last decoding step in the decoding chain is usually supposed to create 202 can be called as the final step of the decoding process. 347 .SS "Decoding functions" 348 .IX Subsection "Decoding functions" 355 The decoding functions also take an \s-1\fBOSSL_PASSPHRASE_CALLBACK\s0\fR\|(3) function 363 This means \*(L"carry on the decoding process\*(R", and is meaningful even though 371 This means \*(L"stop the decoding process\*(R", and is meaningful when the input 376 The conditions to stop the decoding process are at the discretion of the 404 \&\fBOSSL_FUNC_decoder_decode()\fR returns 1 to signal that the decoding process
|
/freebsd/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 */
|
H A D | EVP_EncodeInit.pod | 33 decoding. Base 64 encoding converts binary data into a printable form that uses 94 EVP_DecodeInit() initialises B<ctx> for the start of a new decoding operation. 114 EVP_DecodeFinal() must be called at the end of a decoding operation. If there 133 EVP_ENCODE_CTX_num() returns the number of bytes pending encoding or decoding in
|
/freebsd/sys/contrib/openzfs/module/os/linux/spl/ |
H A D | spl-xdr.c | 96 * 2) If a decoding operation fails, it's undefined whether anything will be 100 * Future decoding operations on the same stream will also have similar 103 * 3) When the first decoding operation fails it is OK to trust the results of 104 * previous decoding operations on the same stream, as long as the caller 108 * stream size and should be coded to expect any decoding failure to be data 114 * a decoding failure to be a bug (e.g. due to mismatched data types) and may 117 * 4) Non-zero padding bytes will cause the decoding operation to fail. 119 * 5) Zero bytes on string types will also cause the decoding operation to fail. 125 * 7) The stream buffer and encoding/decoding buffers/ptrs should not overlap. 406 * The Solaris man page says: "If *arrp is NULL when decoding, in xdr_dec_array() [all...] |
/freebsd/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 …]
|
/freebsd/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 …]
|
/freebsd/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
|
/freebsd/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
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | OSSL_DECODER_from_bio.3 | 143 \&\- Routines to perform a decoding 160 \&\fBOSSL_DECODER_from_data()\fR runs the decoding process for the context \fIctx\fR, 166 \&\fBOSSL_DECODER_from_bio()\fR runs the decoding process for the context \fIctx\fR, 200 \& /* decoding failure */ 230 \& /* decoding failure */
|
/freebsd/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 */
|
/freebsd/crypto/openssl/crypto/encode_decode/ |
H A D | encoder_local.h | 90 * Decoders that are components of any current decoding path. 120 * this will remain NULL and the decoding functionality will start 146 * Decoders that are components of any current decoding path. 151 * The constructors of a decoding, and its caller argument.
|
/freebsd/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()
|
/freebsd/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
|
/freebsd/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.
|
/freebsd/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 …]
|
/freebsd/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 …]
|
/freebsd/contrib/libcbor/doc/source/api/ |
H A D | decoding.rst | 1 Decoding title 4 …diagram illustrates the relationship among different parts of libcbor from the decoding standpoint.
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/Disassembler/ |
H A D | ARCDisassembler.cpp | 235 LLVM_DEBUG(dbgs() << "Decoding StLImm found non-limm register."); in DecodeStLImmInstruction() 250 LLVM_DEBUG(dbgs() << "Decoding LdLImm:\n"); in DecodeLdLImmInstruction() 253 LLVM_DEBUG(dbgs() << "Decoding LdLImm found non-limm register."); in DecodeLdLImmInstruction() 268 LLVM_DEBUG(dbgs() << "Decoding LdRLimm\n"); in DecodeLdRLImmInstruction() 274 LLVM_DEBUG(dbgs() << "Decoding LdRLimm found non-limm register."); in DecodeLdRLImmInstruction() 284 LLVM_DEBUG(dbgs() << "Decoding MOV_S h-register\n"); in DecodeMoveHRegInstruction() 311 LLVM_DEBUG(dbgs() << "Decoding CCRU6 instruction:\n"); in DecodeCCRU6Instruction()
|
/freebsd/sys/contrib/zstd/doc/educational_decoder/ |
H A D | zstd_decompress.c | 160 /// Structure containing all tables necessary for efficient Huffman decoding 186 /// Initialize a Huffman decoding table using the table of bit counts provided 189 /// Initialize a Huffman decoding table using the table of weights provided 195 /// Free the malloc'ed parts of a decoding table 203 // FSE table decoding uses exponential memory, so limit the maximum accuracy 236 /// using an FSE decoding table. `src_len` must be the exact length of the 242 /// Initialize a decoding table using normalized frequencies. 248 /// use the decoded frequencies to initialize a decoding table. 256 /// Free the malloc'ed parts of a decoding table 411 /******* FRAME DECODING ******************************************************/ [all …]
|
/freebsd/sys/contrib/zlib/ |
H A D | inftrees.c | 1 /* inftrees.c -- generate Huffman trees for efficient decoding 80 decoding tables are built in the large loop below, the integer codes in inflate_table() 98 decoding tables. in inflate_table() 119 return 0; /* no symbols, but wait for decoding to report error */ in inflate_table() 145 Create and fill in decoding tables. In this loop, the table being in inflate_table() 172 in the rest of the decoding tables with invalid code markers. in inflate_table()
|