Home
last modified time | relevance | path

Searched refs:loads (Results 1 – 25 of 248) sorted by relevance

12345678910

/freebsd-14.2/crypto/openssl/doc/man3/
H A DSSL_CTX_use_certificate.pod57 The SSL_CTX_* class of functions loads the certificates and keys into the
62 The SSL_* class of functions only loads certificates and keys into a
66 SSL_CTX_use_certificate() loads the certificate B<x> into B<ctx>,
67 SSL_use_certificate() loads B<x> into B<ssl>. The rest of the
73 SSL_CTX_use_certificate_ASN1() loads the ASN1 encoded certificate from
75 SSL_use_certificate_ASN1() loads the ASN1 encoded certificate into B<ssl>.
77 SSL_CTX_use_certificate_file() loads the first certificate stored in B<file>
80 SSL_use_certificate_file() loads the certificate from B<file> into B<ssl>.
84 SSL_CTX_use_certificate_chain_file() loads a certificate chain from
89 similar except it loads the certificate chain into B<ssl>.
H A DSSL_CTX_set_ctlog_list_file.pod17 SSL_CTX_set_default_ctlog_list_file() loads a list of Certificate Transparency
21 SSL_CTX_set_ctlog_list_file() loads a list of CT logs from a specific path.
H A DX509_STORE_add_cert.pod98 X509_STORE_load_file_ex() loads trusted certificate(s) into an
105 X509_STORE_load_path() loads trusted certificate(s) into an
110 X509_STORE_load_store_ex() loads trusted certificate(s) into an
128 it loads certificates into the B<X509_STORE> from the hardcoded default
H A DPEM_X509_INFO_read_bio_ex.pod28 PEM_X509_INFO_read_ex() loads the B<X509_INFO> objects from a file I<fp>.
34 PEM_X509_INFO_read_bio_ex() loads the B<X509_INFO> objects using a bio I<bp>.
H A DCTLOG_STORE_new.pod34 CTLOG_STORE_load_file(). CTLOG_STORE_load_default_file() loads from the default
37 named B<CTLOG_FILE>. CTLOG_STORE_load_file() loads from a caller-specified file
H A DSSL_CTX_use_serverinfo.pod29 SSL_CTX_use_serverinfo_ex() loads one or more serverinfo extensions from
54 SSL_CTX_use_serverinfo_file() loads one or more serverinfo extensions from
H A DOSSL_LIB_CTX.pod53 having to reload them). If the application loads or unloads providers from the
61 context subsequently loads the same provider.
86 OSSL_LIB_CTX_load_config() loads a configuration file using the given I<ctx>.
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrAtomics.td118 // Atomic loads
129 // Select loads
133 // Extending loads. Note that there are only zero-extending atomic loads, no
134 // sign-extending loads.
141 // Fragments for extending loads. These are different from regular loads because
146 // Unlike regular loads, extension to i64 is handled differently than i32.
149 // Extension to i32 is elided by SelectionDAG as our atomic loads are
161 // We don't have single sext atomic load instructions. So for sext loads, we
162 // match bare subword loads (for 32-bit results) and anyext loads (for 64-bit
170 // Select zero-extending loads
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonShuffler.cpp374 if (Summary.loads == 1 && Summary.loads == Summary.memory && in restrictStoreLoadOrder()
390 else if (Summary.loads >= 1 && isMemReorderDisabled()) { // }:mem_noshuf in restrictStoreLoadOrder()
414 (Summary.loads == 0) || in restrictStoreLoadOrder()
497 ++Summary.loads; in GetPacketSummary()
523 ++Summary.loads; in GetPacketSummary()
535 ++Summary.loads; in GetPacketSummary()
/freebsd-14.2/sys/contrib/device-tree/Bindings/net/
H A Dqcom,ipa.yaml135 Indicates how GSI firmware should be loaded. If the AP loads
145 should be loaded. If present, the modem loads GSI firmware; if
146 absent, the AP loads GSI firmware.
181 # If qcom,gsi-loader is "self", the AP loads GSI firmware, and
193 # If modem-init is not present, the AP loads GSI firmware, and
/freebsd-14.2/tests/atf_python/sys/net/
H A Dtools.py60 js = json.loads(out)
73 js = json.loads(out)
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrAtomics.td22 // Atomic loads
53 // 8-bit loads
55 // 16-bit loads
57 // 32-bit loads
59 // 64-bit loads
63 // 8-bit loads
79 // 16-bit loads
95 // 32-bit loads
111 // 64-bit loads
127 // FP 32-bit loads
[all …]
/freebsd-14.2/tools/build/options/
H A DWITH_VERIEXEC3 which loads the contents of verified manifests into the kernel
/freebsd-14.2/contrib/libucl/python/tests/
H A Dtest_example.py57 uj = json.loads(json.dumps(u))
H A Dtest_validation.py28 data = json.loads(json_remove_comments(f.read()))
/freebsd-14.2/contrib/llvm-project/lldb/bindings/python/
H A Dlldb-python12 info = json.loads(info_json)
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMScheduleM55.td29 // loads) actually take 1 cycle (amazingly).
41 // But a sequence of VLDR;VLDRB;VADD;VSTR because the loads cannot overlap,
314 // Normal loads
316 // Pre/post inc loads
318 // Gather loads
322 // Interleaving loads
324 // Interleaving loads with wb
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/
H A DRelocation.txt81 "lw" loads a 32 bit value from memory. On MIPS64, "lw" loads a 32 bit
/freebsd-14.2/tools/test/stress2/misc/
H A Dvm_reserv_populate.sh121 // Assume that aligned loads are atomic.
/freebsd-14.2/sys/contrib/device-tree/Bindings/mfd/
H A Dx-powers,axp152.yaml292 mixed PWM/PFM mode, using PFM under light loads and
293 switching to PWM for heavier loads. Forcing PWM mode
294 trades efficiency under light loads for lower output
/freebsd-14.2/sys/contrib/device-tree/Bindings/sound/
H A Drichtek,rt9120.yaml14 delivering 2*20W into 8 Ohm BTL speaker loads. It supports the wide input
/freebsd-14.2/sys/contrib/device-tree/Bindings/remoteproc/
H A Dst,stm32-rproc.yaml10 This document defines the binding for the remoteproc component that loads and
131 If defined, when remoteproc is probed, it loads the default firmware and
H A Drenesas,rcar-rproc.yaml13 This document defines the bindings for the remoteproc component that loads and
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcInstr64Bit.td219 // All the 32-bit loads and stores are available. The extending loads are sign
224 // SPARC v9 adds 64-bit loads as well as a sign-extending ldsw i32 loads.
228 // 64-bit loads.
246 // Extending loads to i64.
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp1057 Value2SUsMap &loads, unsigned N) { in reduceHugeMemNodeMaps() argument
1059 dbgs() << "Loading SUnits:\n"; loads.dump()); in reduceHugeMemNodeMaps()
1063 NodeNums.reserve(stores.size() + loads.size()); in reduceHugeMemNodeMaps()
1069 for (const auto &[V, SUs] : loads) { in reduceHugeMemNodeMaps()
1100 insertBarrierChain(loads); in reduceHugeMemNodeMaps()
1103 dbgs() << "Loading SUnits:\n"; loads.dump()); in reduceHugeMemNodeMaps()

12345678910