Home
last modified time | relevance | path

Searched refs:intermediate (Results 1 – 25 of 102) sorted by relevance

12345

/freebsd-13.1/contrib/file/magic/Magdir/
H A Dsoftquad25 # 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 Dtroff24 # ditroff intermediate output text
/freebsd-13.1/sys/contrib/device-tree/Bindings/cpufreq/
H A Dcpufreq-mediatek.txt8 "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 Dtype_4_test.c45 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 Dpadlock.h43 u_int intermediate : 1; member
55 #define cw_intermediate __field.intermediate
/freebsd-13.1/sys/contrib/device-tree/src/arm64/mediatek/
H A Dmt8516.dtsi59 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 DEVP_PKEY_CTX_set_hkdf_md.pod46 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 DX509_VERIFY_PARAM_set_flags.pod104 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 DCMS_sign_receipt.pod21 in the CMS structure (for example any intermediate CAs in the chain).
H A DPEM_read_bio_ex.pod27 If PEM_FLAG_SECURE is set, the intermediate buffers used to read in lines of
/freebsd-13.1/contrib/diff/
H A DREADME37 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 Dbn.h89 int ossl_bn_rsa_do_unblind(const BIGNUM *intermediate,
/freebsd-13.1/sys/dev/ocs_fc/
H A Docs_utils.c1277 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 Deap_teap_common.c652 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 Deap_teap_common.h223 struct wpabuf * eap_teap_tlv_result(int status, int intermediate);
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/VE/
H A DVVPInstrInfo.td10 // SDNodes are an intermediate isel layer between the vector SDNodes emitted by
H A DVEInstrPatternsVec.td9 // This file describes the VEC_* prefixed intermediate SDNodes and their
/freebsd-13.1/crypto/openssh/
H A D.skipped-commit-ids31 aafe246655b53b52bc32c8a24002bc262f4230f7 Remove intermediate moduli
/freebsd-13.1/contrib/libpcap/doc/
H A DREADME.linux.md20 directly with network devices without an intermediate network
36 directly with network devices without an intermediate network
/freebsd-13.1/contrib/ntp/
H A Ddepsver.mf52 # intermediate target .deps-ver, which invokes make recursively if
/freebsd-13.1/contrib/ntp/sntp/
H A Ddepsver.mf52 # intermediate target .deps-ver, which invokes make recursively if
/freebsd-13.1/crypto/openssl/crypto/bn/
H A Drsa_sup_mul.c524 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 DTarget.td50 // renders directly to the result instruction without an intermediate node.
/freebsd-13.1/sys/contrib/device-tree/Bindings/display/
H A Ddsi-controller.yaml23 without any intermediate port graph to the panel. Each DSI master
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZPatterns.td115 // 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

12345