/freebsd/sys/dev/iavf/ |
H A D | iavf_txrx_common.h | 57 struct iavf_rx_ptype_decoded decoded; in iavf_ptype_to_hash() local 59 decoded = decode_rx_desc_ptype(ptype); in iavf_ptype_to_hash() 61 if (!decoded.known) in iavf_ptype_to_hash() 64 if (decoded.outer_ip == IAVF_RX_PTYPE_OUTER_L2) in iavf_ptype_to_hash() 68 if (decoded.outer_ip_ver == IAVF_RX_PTYPE_OUTER_IPV6) { in iavf_ptype_to_hash() 69 switch (decoded.inner_prot) { in iavf_ptype_to_hash() 78 if (decoded.outer_ip_ver == IAVF_RX_PTYPE_OUTER_IPV4) { in iavf_ptype_to_hash() 79 switch (decoded.inner_prot) { in iavf_ptype_to_hash()
|
/freebsd/sys/dev/ice/ |
H A D | ice_common_txrx.h | 281 struct ice_rx_ptype_decoded decoded; in ice_rx_checksum() local 289 decoded = ice_decode_rx_desc_ptype(ptype); in ice_rx_checksum() 292 if (!(decoded.known && decoded.outer_ip)) in ice_rx_checksum() 295 is_ipv4 = (decoded.outer_ip == ICE_RX_PTYPE_OUTER_IP) && in ice_rx_checksum() 296 (decoded.outer_ip_ver == ICE_RX_PTYPE_OUTER_IPV4); in ice_rx_checksum() 297 is_ipv6 = (decoded.outer_ip == ICE_RX_PTYPE_OUTER_IP) && in ice_rx_checksum() 298 (decoded.outer_ip_ver == ICE_RX_PTYPE_OUTER_IPV6); in ice_rx_checksum() 305 switch (decoded.inner_prot) { in ice_rx_checksum() 350 switch (decoded in ice_rx_checksum() 385 struct ice_rx_ptype_decoded decoded; ice_ptype_to_hash() local [all...] |
/freebsd/contrib/processor-trace/libipt/internal/include/ |
H A D | pt_decoder_function.h | 42 /* The decoded packet contains an unconditional branch destination. */ 48 /* The decoded packet contains an event. */ 51 /* The decoded packet marks the end of a PSB header. */ 54 /* The decoded packet contains a non-branch IP update. */ 57 /* The decoded packet is unknown to the decoder. */ 60 /* The decoded packet contains timing information. */ 63 /* The decoded packet contains padding. */
|
/freebsd/lib/libpmc/pmu-events/arch/x86/nehalemep/ |
H A D | frontend.json | 3 "BriefDescription": "Instructions decoded", 6 "EventName": "MACRO_INSTS.DECODED", 11 "BriefDescription": "Macro-fused instructions decoded", 19 "BriefDescription": "Two Uop instructions decoded",
|
/freebsd/lib/libpmc/pmu-events/arch/x86/nehalemex/ |
H A D | frontend.json | 6 "EventName": "MACRO_INSTS.DECODED", 8 "BriefDescription": "Instructions decoded" 16 "BriefDescription": "Macro-fused instructions decoded" 24 "BriefDescription": "Two Uop instructions decoded"
|
/freebsd/lib/libpmc/pmu-events/arch/x86/westmereep-dp/ |
H A D | frontend.json | 3 "BriefDescription": "Instructions decoded", 6 "EventName": "MACRO_INSTS.DECODED", 11 "BriefDescription": "Macro-fused instructions decoded", 19 "BriefDescription": "Two Uop instructions decoded",
|
/freebsd/lib/libpmc/pmu-events/arch/x86/westmereep-sp/ |
H A D | frontend.json | 3 "BriefDescription": "Instructions decoded", 6 "EventName": "MACRO_INSTS.DECODED", 11 "BriefDescription": "Macro-fused instructions decoded", 19 "BriefDescription": "Two Uop instructions decoded",
|
/freebsd/lib/libpmc/pmu-events/arch/x86/westmereex/ |
H A D | frontend.json | 3 "BriefDescription": "Instructions decoded", 6 "EventName": "MACRO_INSTS.DECODED", 11 "BriefDescription": "Macro-fused instructions decoded", 19 "BriefDescription": "Two Uop instructions decoded",
|
/freebsd/lib/libsysdecode/ |
H A D | sysdecode_mask.3 | 139 Most of the values decoded by these functions are passed as arguments to 145 The second argument should contain the integer value to be decoded. 148 argument is set to the value of any bits that were not decoded 156 if any bit fields in the value were decoded and 158 if no bit fields were decoded. 245 if any bit fields in the value were decoded and 247 if no bit fields were decoded.
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | provider-decoder.pod | 36 /* Functions to export a decoded object */ 49 object reference or intermediate decoded data from an encoded form 51 data from memory, it should provide a L<BIO_s_mem(3)> B<BIO>. The decoded 148 This property is used to specify the structure that the decoded data is 181 be decoded, with a set of bits I<selection> that are passed in an B<int>. 184 to be decoded. For example, those bits are assumed to be the same as those 187 if the object to be decoded is supposed to contain private key components. 226 the B<OSSL_CORE_BIO> I<in> to produce decoded data or an object to be 228 metadata that was decoded from the input. This L<OSSL_PARAM(3)> array is 252 could be decoded into some sort of object that this function understands,
|
/freebsd/secure/lib/libcrypto/man/man7/ |
H A D | provider-decoder.7 | 171 \& /* Functions to export a decoded object */ 184 object reference or intermediate decoded data from an encoded form 186 data from memory, it should provide a \fBBIO_s_mem\fR\|(3) \fB\s-1BIO\s0\fR. The decoded 278 This property is used to specify the structure that the decoded data is 308 be decoded, with a set of bits \fIselection\fR that are passed in an \fBint\fR. 311 to be decoded. For example, those bits are assumed to be the same as those 314 if the object to be decoded is supposed to contain private key components. 350 the \fB\s-1OSSL_CORE_BIO\s0\fR \fIin\fR to produce decoded data or an object to be 352 metadata that was decoded from the input. This \s-1\fBOSSL_PARAM\s0\fR\|(3) array is 372 could be decoded into some sort of object that this function understands,
|
/freebsd/contrib/libfido2/src/fido/ |
H A D | types.h | 180 fido_cred_ext_t authdata_ext; /* decoded extensions */ 182 fido_blob_t authdata_raw; /* cbor-decoded payload */ 183 fido_authdata_t authdata; /* decoded authdata payload */ 186 fido_blob_t largeblob_key; /* decoded large blob key */ 191 int mask; /* decoded extensions */ 193 fido_blob_t blob; /* decoded CTAP 2.1 credBlob */ 200 fido_assert_extattr_t authdata_ext; /* decoded extensions */ 203 fido_authdata_t authdata; /* decoded authdata payload */ 205 fido_blob_t largeblob_key; /* decoded large blob key */
|
/freebsd/contrib/llvm-project/compiler-rt/lib/gwp_asan/ |
H A D | stack_trace_compressor.cpp | 32 // before the integer was decoded (either case meaning that the `In` does not 34 // were used to store the decoded integer. 62 uintptr_t Decoded = Value >> 1; in zigzagDecode() local 64 return Decoded; in zigzagDecode() 65 return ~Decoded; in zigzagDecode()
|
/freebsd/contrib/bsnmp/lib/ |
H A D | asn1.3 | 226 (note that only single byte tags are supported) and the decoded length field 265 header of the integer has been decoded already. 294 will point to the number of octets decoded (if no error occurs this will be 306 will point to the number of octets decoded. 339 will receive the decoded OID. 358 will receive the decoded IP address and must point to a buffer of at least 372 will get the decoded value.
|
/freebsd/contrib/wpa/src/eap_server/ |
H A D | tncs.c | 669 unsigned char *decoded; in tncs_get_base64() local 681 decoded = base64_decode(pos, os_strlen(pos), decoded_len); in tncs_get_base64() 683 if (decoded == NULL) { in tncs_get_base64() 687 return decoded; in tncs_get_base64() 782 unsigned char *decoded; in tncs_process_if_tnccs() local 860 decoded = tncs_get_base64(start, &decoded_len); in tncs_process_if_tnccs() 861 if (decoded == NULL) { in tncs_process_if_tnccs() 867 tncs_send_to_imvs(tncs, type, decoded, decoded_len); in tncs_process_if_tnccs() 869 os_free(decoded); in tncs_process_if_tnccs() 907 decoded = NULL; in tncs_process_if_tnccs() [all …]
|
/freebsd/lib/libpmc/pmu-events/arch/x86/bonnell/ |
H A D | frontend.json | 59 "BriefDescription": "All Instructions decoded", 67 "BriefDescription": "CISC macro instructions decoded", 75 "BriefDescription": "Non-CISC nacro instructions decoded",
|
/freebsd/contrib/netbsd-tests/lib/libc/rpc/ |
H A D | t_xdr.c | 98 ATF_REQUIRE_EQ_MSG(d, 1.0, "double 1.0 decoded as %g", d); in ATF_TC_BODY() 101 ATF_REQUIRE_EQ_MSG(s, SE_ONE, "SE_ONE decoded as %d", s); in ATF_TC_BODY() 104 ATF_REQUIRE_EQ_MSG(m, ME_NEG, "ME_NEG decoded as %d", m); in ATF_TC_BODY() 107 ATF_REQUIRE_EQ_MSG(b, BE_LOTS, "BE_LOTS decoded as %d", b); in ATF_TC_BODY()
|
/freebsd/contrib/wpa/src/eap_peer/ |
H A D | tncc.c | 620 unsigned char *decoded; in tncc_get_base64() local 632 decoded = base64_decode(pos, os_strlen(pos), decoded_len); in tncc_get_base64() 634 if (decoded == NULL) { in tncc_get_base64() 638 return decoded; in tncc_get_base64() 690 unsigned char *decoded; in tncc_process_if_tnccs() local 772 decoded = tncc_get_base64(start, &decoded_len); in tncc_process_if_tnccs() 773 if (decoded == NULL) { in tncc_process_if_tnccs() 779 tncc_send_to_imcs(tncc, type, decoded, decoded_len); in tncc_process_if_tnccs() 781 os_free(decoded); in tncc_process_if_tnccs() 819 decoded = NULL; in tncc_process_if_tnccs() [all …]
|
/freebsd/contrib/bearssl/inc/ |
H A D | bearssl_x509.h | 85 * ignored. The Subject Alt Name is decoded for the end-entity 446 * The decoded public key is returned. The returned pointer 454 * a decoded public key even if the chain did not end on a 620 * found and decoded, or -1 on error. Error conditions include 728 /* Buffer for currently decoded public key. */ 1021 unsigned char decoded; member 1041 /* Buffer for decoded public key. */ 1082 * \brief Obtain the decoded public key. 1096 if (ctx->decoded && ctx->err == 0) { in br_x509_decoder_get_pkey() 1119 if (!ctx->decoded) { in br_x509_decoder_last_error() [all …]
|
/freebsd/sys/contrib/zstd/doc/ |
H A D | zstd_compression_format.md | 138 digesting the original (decoded) data as input, and a seed of zero. 295 in which case the frame may or may not need a dictionary to be decoded, 419 - Previous decoded data, up to a distance of `Window_Size`, 434 They can be decoded first, and then copied during [Sequence Execution], 435 or they can be decoded on the flow during [Sequence Execution]. 543 to generate the decoded literals. 587 Each of these 4 bitstreams is then decoded independently as a Huffman-Coded stream, 599 When all _sequences_ are decoded, 689 The literals length is equal to the decoded `Baseline` plus 718 The match length is equal to the decoded `Baseline` plus [all …]
|
/freebsd/sys/contrib/dev/acpica/common/ |
H A D | dmtbinfo2.c | 202 {ACPI_DMT_UINT8, ACPI_AGDI_OFFSET (Flags), "Flags (decoded below)", 0}, 299 {ACPI_DMT_UINT32, ACPI_IORTM_OFFSET (Flags), "Flags (decoded below)", 0}, 307 {ACPI_DMT_UINT8, ACPI_IORTA_OFFSET (Hints), "Hints (decoded below)", 0}, 313 …{ACPI_DMT_UINT8, ACPI_IORTA_OFFSET (MemoryFlags), "Memory Flags (decoded below)", 0}, 372 {ACPI_DMT_UINT32, ACPI_IORT3_OFFSET (Flags), "Flags (decoded below)", 0}, 386 …{ACPI_DMT_UINT32, ACPI_IORT3A_OFFSET (NSgIrptFlags), "NSgIrpt Flags (decoded below)… 389 …{ACPI_DMT_UINT32, ACPI_IORT3A_OFFSET (NSgCfgIrptFlags), "NSgCfgIrpt Flags (decoded bel… 411 {ACPI_DMT_UINT32, ACPI_IORT4_OFFSET (Flags), "Flags (decoded below)", 0}, 444 {ACPI_DMT_UINT32, ACPI_IORT6_OFFSET (Flags), "Flags (decoded below)", 0}, 481 … {ACPI_DMT_UINT8, ACPI_IVRSH_OFFSET (Flags), "Flags (decoded below)", DT_FLAG}, [all …]
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | OSSL_PARAM_allocate_from_text.pod | 59 I<value_n> decimal characters, which are decoded, and the resulting 68 If I<value> contains characters that couldn't be decoded as 85 I<value_n> hexadecimal characters, which are decoded, and the 87 If I<value> contains characters that couldn't be decoded as
|
H A D | OSSL_DECODER_from_bio.pod | 33 I<*pdata> is updated to point at the location after what has been decoded, 69 /* pkey is created with the decoded data from the bio */ 97 /* pkey is created with the decoded data from the buffer */
|
/freebsd/contrib/wpa/src/wps/ |
H A D | upnp_xml.c | 229 unsigned char *decoded; in xml_get_base64_item() local 238 decoded = base64_decode(msg, os_strlen(msg), &len); in xml_get_base64_item() 240 if (decoded == NULL) { in xml_get_base64_item() 245 buf = wpabuf_alloc_ext_data(decoded, len); in xml_get_base64_item() 247 os_free(decoded); in xml_get_base64_item()
|
/freebsd/lib/libpmc/pmu-events/arch/arm64/arm/cortex-a75/ |
H A D | exception.json | 12 … This event is set every time that an exception is executed because of a decoded trap to the hyper… 15 … This event is set every time that an exception is executed because of a decoded trap to the hyper…
|