| /freebsd-13.1/contrib/file/magic/Magdir/ |
| H A D | softquad | 25 # sqtroff intermediate language (replacement for ditroff int. lang.) 26 0 string X\ SoftQuad troff Context intermediate 33 # sqtroff intermediate language (replacement for ditroff int. lang.) 34 0 string X\ 495 SoftQuad troff Context intermediate for AT&T 495 laser printer 35 0 string X\ hp SoftQuad troff Context intermediate for HP LaserJet 36 0 string X\ impr SoftQuad troff Context intermediate for IMAGEN imPRESS 37 0 string X\ ps SoftQuad troff Context intermediate for PostScript
|
| H A D | troff | 24 # ditroff intermediate output text
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/cpufreq/ |
| H A D | cpufreq-mediatek.txt | 8 "intermediate" - A parent of "cpu" clock which is used as "intermediate" clock 65 clock-names = "cpu", "intermediate"; 187 clock-names = "cpu", "intermediate"; 199 clock-names = "cpu", "intermediate"; 211 clock-names = "cpu", "intermediate"; 223 clock-names = "cpu", "intermediate";
|
| /freebsd-13.1/contrib/libcbor/test/ |
| H A D | type_4_test.c | 45 cbor_item_t *intermediate = cbor_array_get(arr, 0); in test_simple_array() local 46 assert_uint8(intermediate, 1); in test_simple_array() 54 cbor_decref(&intermediate); in test_simple_array() 56 assert_null(intermediate); in test_simple_array()
|
| /freebsd-13.1/sys/crypto/via/ |
| H A D | padlock.h | 43 u_int intermediate : 1; member 55 #define cw_intermediate __field.intermediate
|
| /freebsd-13.1/sys/contrib/device-tree/src/arm64/mediatek/ |
| H A D | mt8516.dtsi | 59 clock-names = "cpu", "intermediate"; 72 clock-names = "cpu", "intermediate"; 85 clock-names = "cpu", "intermediate"; 98 clock-names = "cpu", "intermediate", "armpll";
|
| /freebsd-13.1/crypto/openssl/doc/man3/ |
| H A D | EVP_PKEY_CTX_set_hkdf_md.pod | 46 intermediate fixed-length pseudorandom key K is not returned. 54 operation. The value returned will be the intermediate fixed-length pseudorandom 63 operation. The input key should be set to the intermediate fixed-length
|
| H A D | X509_VERIFY_PARAM_set_flags.pod | 104 That is the maximum number of intermediate CA certificates that can appear in a 111 intermediate CA certificate between the trust-anchor and the end-entity 296 The B<X509_V_FLAG_PARTIAL_CHAIN> flag causes intermediate certificates in the 299 This makes it possible to trust certificates issued by an intermediate CA 304 certificate or a not self-signed intermediate certificate. 305 Thus, when an intermediate certificate is found in the trust store, the
|
| H A D | CMS_sign_receipt.pod | 21 in the CMS structure (for example any intermediate CAs in the chain).
|
| H A D | PEM_read_bio_ex.pod | 27 If PEM_FLAG_SECURE is set, the intermediate buffers used to read in lines of
|
| /freebsd-13.1/contrib/diff/ |
| H A D | README | 37 versions of GNU build tools to regenerate the intermediate files. The 38 following versions were used to generate the intermediate files in
|
| /freebsd-13.1/crypto/openssl/include/crypto/ |
| H A D | bn.h | 89 int ossl_bn_rsa_do_unblind(const BIGNUM *intermediate,
|
| /freebsd-13.1/sys/dev/ocs_fc/ |
| H A D | ocs_utils.c | 1277 uint32_t intermediate; /* Use an intermediate to hold more than 16 bits during calculations */ in ocs_scsi_dif_calc_checksum() local 1281 intermediate = 0; in ocs_scsi_dif_calc_checksum() 1286 intermediate += buffer[i]; in ocs_scsi_dif_calc_checksum() 1291 intermediate += ((intermediate & 0xffff0000) >> 16); in ocs_scsi_dif_calc_checksum() 1294 intermediate = ~intermediate; in ocs_scsi_dif_calc_checksum() 1296 checksum = intermediate; in ocs_scsi_dif_calc_checksum()
|
| /freebsd-13.1/contrib/wpa/src/eap_common/ |
| H A D | eap_teap_common.c | 652 struct wpabuf * eap_teap_tlv_result(int status, int intermediate) in eap_teap_tlv_result() argument 664 intermediate ? "Intermediate-" : "", in eap_teap_tlv_result() 668 (intermediate ? in eap_teap_tlv_result()
|
| H A D | eap_teap_common.h | 223 struct wpabuf * eap_teap_tlv_result(int status, int intermediate);
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/VE/ |
| H A D | VVPInstrInfo.td | 10 // SDNodes are an intermediate isel layer between the vector SDNodes emitted by
|
| H A D | VEInstrPatternsVec.td | 9 // This file describes the VEC_* prefixed intermediate SDNodes and their
|
| /freebsd-13.1/crypto/openssh/ |
| H A D | .skipped-commit-ids | 31 aafe246655b53b52bc32c8a24002bc262f4230f7 Remove intermediate moduli
|
| /freebsd-13.1/contrib/libpcap/doc/ |
| H A D | README.linux.md | 20 directly with network devices without an intermediate network 36 directly with network devices without an intermediate network
|
| /freebsd-13.1/contrib/ntp/ |
| H A D | depsver.mf | 52 # intermediate target .deps-ver, which invokes make recursively if
|
| /freebsd-13.1/contrib/ntp/sntp/ |
| H A D | depsver.mf | 52 # intermediate target .deps-ver, which invokes make recursively if
|
| /freebsd-13.1/crypto/openssl/crypto/bn/ |
| H A D | rsa_sup_mul.c | 524 int ossl_bn_rsa_do_unblind(const BIGNUM *intermediate, in ossl_bn_rsa_do_unblind() argument 537 const BIGNUM *arg1 = intermediate; in ossl_bn_rsa_do_unblind()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/ |
| H A D | Target.td | 50 // renders directly to the result instruction without an intermediate node.
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/display/ |
| H A D | dsi-controller.yaml | 23 without any intermediate port graph to the panel. Each DSI master
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZPatterns.td | 115 // of the same size. VT is the type of the intermediate (legalized) value and 125 // VT is the intermediate legalized type in which the binary operation
|