Home
last modified time | relevance | path

Searched full:implement (Results 1 – 25 of 2466) sorted by relevance

12345678910>>...99

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMIRFormatter.h40 /// Implement target specific printing for machine operand immediate value, so
48 /// Implement target specific parsing of immediate mnemonics. The mnemonic is
53 llvm_unreachable("target did not implement parsing MIR immediate mnemonic"); in parseImmMnemonic()
56 /// Implement target specific printing of target custom pseudo source value.
65 /// Implement target specific parsing of target custom pseudo source value.
70 "target did not implement parsing MIR custom pseudo source value"); in parseCustomPseudoSourceValue()
/freebsd/contrib/wpa/src/eap_common/
H A Deap_eke_common.h21 #define EAP_EKE_DHGROUP_EKE_14 3 /* mandatory to implement */
26 #define EAP_EKE_ENCR_AES128_CBC 1 /* mandatory to implement */
29 #define EAP_EKE_PRF_HMAC_SHA1 1 /* mandatory to implement */
33 #define EAP_EKE_MAC_HMAC_SHA1 1 /* mandatory to implement */
/freebsd/sys/riscv/riscv/
H A Dsbi.c329 ("SBI doesn't implement sbi_set_timer()")); in sbi_init()
331 ("SBI doesn't implement sbi_console_putchar()")); in sbi_init()
333 ("SBI doesn't implement sbi_console_getchar()")); in sbi_init()
335 ("SBI doesn't implement sbi_send_ipi()")); in sbi_init()
338 ("SBI doesn't implement sbi_remote_fence_i()")); in sbi_init()
341 ("SBI doesn't implement sbi_remote_sfence_vma()")); in sbi_init()
344 ("SBI doesn't implement sbi_remote_sfence_vma_asid()")); in sbi_init()
346 ("SBI doesn't implement a shutdown or reset extension")); in sbi_init()
/freebsd/contrib/llvm-project/lldb/docs/design/
H A Doverview.rst
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64TargetStreamer.h28 /// Callback used to implement the ldr= pseudo.
33 /// Callback used to implement the .ltorg directive.
37 /// Callback used to implement the .note.gnu.property section.
41 /// Callback used to implement the .inst directive.
44 /// Callback used to implement the .variant_pcs directive.
/freebsd/secure/lib/libcrypto/man/man3/
H A DSSL_CTX_set_tlsext_ticket_key_cb.3101 The OpenSSL library uses your callback function to help implement a common TLS
212 \& your_type_t *key; /* something that you need to implement */
218 \& key = currentkey(); /* something that you need to implement */
222 \& * Something that you need to implement.
248 \& key = findkey(key_name); /* something that you need to implement */
265 \& if (key\->expire < t \- RENEW_TIME) { /* RENEW_TIME: implement */
H A DOPENSSL_LH_COMPFUNC.3175 \& * Implement the hash and compare functions; "stuff" can be any word.
187 \& * Implement the wrapper functions.
238 \& /* Implement a prototype\-compatible wrapper for "TYPE_cleanup" */
254 declare/implement macros to create compatible wrappers that cast
263 \& /* Implement a prototype\-compatible wrapper for "TYPE_print" */
366 the raw callbacks themselves) or use the macros to declare/implement
/freebsd/crypto/openssl/doc/man3/
H A DSSL_CTX_set_tlsext_ticket_key_cb.pod40 The OpenSSL library uses your callback function to help implement a common TLS
162 your_type_t *key; /* something that you need to implement */
168 key = currentkey(); /* something that you need to implement */
172 * Something that you need to implement.
198 key = findkey(key_name); /* something that you need to implement */
215 if (key->expire < t - RENEW_TIME) { /* RENEW_TIME: implement */
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMIRFormatter.h31 /// Implement target specific printing for machine operand immediate value, so
38 /// Implement target specific parsing of immediate mnemonics. The mnemonic is
44 /// Implement target specific parsing of target custom pseudo source value.
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCStreamer.h70 /// implement support for target specific assembly directives.
72 /// If target foo wants to use this, it should implement 3 classes:
81 /// The FooTargetAsmStreamer and FooTargetELFStreamer classes implement the
83 /// streamer does whatever is needed to implement .bar in the object file.
190 /// Callback used to implement the ldr= pseudo.
195 /// Callback used to implement the .ltorg directive.
682 /// This is used to implement assembler directives such as .byte, .ascii,
693 /// This is used to implement assembler directives such as .word, .quad,
749 /// This is used to implement assembler directives such as .dtpreldword on
756 /// This is used to implement assembler directives such as .dtprelword on
[all …]
/freebsd/crypto/krb5/src/util/support/
H A Dstrerror_r.c38 /* Implement strerror_r in terms of strerror_s. */
54 /* Implement strerror_r in terms of strerror (not thread-safe). */
68 * Implement the POSIX strerror_r API in terms of the GNU strerror_r, which
/freebsd/share/doc/psd/02.implement/
H A DMakefile1 VOLUME= psd/02.implement
2 SRCS= stubs implement
/freebsd/contrib/wpa/src/crypto/
H A Dcrypto.h181 * to implement this.
194 * to implement this.
213 * to implement this.
236 * to implement this.
252 * to implement this.
267 * to implement this.
278 * to implement this.
298 * to implement this.
315 * to implement this.
333 * to implement this.
[all …]
/freebsd/crypto/openssl/doc/man7/
H A Dprovider-kem.pod54 implement asymmetric kem algorithms and make them available to applications
94 An asymmetric kem algorithm implementation may not implement all of these
96 In order to be a consistent set of functions a provider must implement
98 It must also implement both of OSSL_FUNC_kem_encapsulate_init and
108 An asymmetric kem algorithm must also implement some mechanism for generating,
H A Dprovider-asym_cipher.pod51 implement asymmetric cipher algorithms and make them available to applications
90 An asymmetric cipher algorithm implementation may not implement all of these
92 In order to be a consistent set of functions a provider must implement
94 It must also implement both of OSSL_FUNC_asym_cipher_encrypt_init and
102 An asymmetric cipher algorithm must also implement some mechanism for generating,
/freebsd/secure/lib/libcrypto/man/man7/
H A Dprovider-kem.7111 implement asymmetric kem algorithms and make them available to applications
155 An asymmetric kem algorithm implementation may not implement all of these
157 In order to be a consistent set of functions a provider must implement
159 It must also implement both of OSSL_FUNC_kem_encapsulate_init and
169 An asymmetric kem algorithm must also implement some mechanism for generating,
H A Dprovider-asym_cipher.7108 implement asymmetric cipher algorithms and make them available to applications
151 An asymmetric cipher algorithm implementation may not implement all of these
153 In order to be a consistent set of functions a provider must implement
155 It must also implement both of OSSL_FUNC_asym_cipher_encrypt_init and
163 An asymmetric cipher algorithm must also implement some mechanism for generating,
/freebsd/sys/cddl/dev/dtrace/arm/
H A Ddtrace_isa.c106 printf("IMPLEMENT ME: %s\n", __func__); in dtrace_getupcstack()
112 printf("IMPLEMENT ME: %s\n", __func__); in dtrace_getustackdepth()
119 printf("IMPLEMENT ME: %s\n", __func__); in dtrace_getufpstack()
161 printf("IMPLEMENT ME: %s\n", __func__); in dtrace_getreg()
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DMSP430.h54 // FIXME: Implement. in getTargetBuiltins()
79 // FIXME: implement in validateAsmConstraint()
96 // FIXME: implement in getBuiltinVaListKind()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSymbolManager.h71 // Implement isa<T> support.
127 // Implement isa<T> support.
170 // Implement isa<T> support.
206 // Implement isa<T> support.
272 // Implement isa<T> support.
322 // Implement isa<T> support.
371 // Implement isa<T> support.
399 // Implement isa<T> support.
466 // Implement isa<T> support.
/freebsd/sys/dev/ow/
H A DREADME.txt9 the 1-wire bus. This means that the 1-wire bridge will implement the
14 responsibility of the client device drivers to implement.
/freebsd/crypto/heimdal/
H A DChangeLog.1998116 * lib/krb5/auth_context.c (re-)implement `krb5_auth_setenctype'
207 (RSA_MD5_DES3_{verify,checksum}): implement
280 * lib/krb5/x-key.c: implement DES3_string_to_key_derived; fix a
426 * kuser/kinit.c: Implement lots a new options.
480 * lib/kadm5/init_c.c: Implement init_with_{skey,creds}*. Make use
483 * lib/kadm5/init_s.c: implement init_with_{skey,creds}*
569 * lib/gssapi/unwrap.c: Implement and use `gss_krb5_getsomekey'.
578 * lib/gssapi/8003.c: Implement `gssapi_krb5_verify_8003_checksum'.
669 * admin/ktutil.c: Implement `add' and `remove' functions. Make
672 * lib/krb5/keytab.c: Implement remove with files. Add memory
[all …]
/freebsd/crypto/openssh/
H A Dsftp.1417 Note that this is only supported by servers that implement
436 Note that this is only supported by servers that implement
457 Note that this is only supported by servers that implement
465 Note that this is only supported by servers that implement the "copy-data"
486 This command is only supported on servers that implement the
671 Note that this is only supported by servers that implement
/freebsd/share/man/man9/
H A Dsleepqueue.9187 A sleep queue used to implement condition variables.
189 A sleep queue used to implement
195 A sleep queue used to implement
376 The sleep queue interface is currently used to implement the
/freebsd/sys/netgraph/bluetooth/l2cap/
H A DTODO13 2) Understand and implement L2CAP QoS
23 4) Implement group channels (multicast)

12345678910>>...99