Home
last modified time | relevance | path

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

12345678910>>...102

/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/sys/riscv/riscv/
H A Dsbi.c329 ("SBI doesn't implement sbi_set_timer()"));
331 ("SBI doesn't implement sbi_console_putchar()")); in sbi_identify()
333 ("SBI doesn't implement sbi_console_getchar()")); in sbi_identify()
335 ("SBI doesn't implement sbi_send_ipi()")); in sbi_identify()
338 ("SBI doesn't implement sbi_remote_fence_i()")); in sbi_identify()
341 ("SBI doesn't implement sbi_remote_sfence_vma()")); in sbi_identify()
344 ("SBI doesn't implement sbi_remote_sfence_vma_asid()")); in sbi_probe()
346 ("SBI doesn't implement a shutdown or reset extension")); in sbi_probe()
/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/contrib/libucl/
H A DChangeLog.md49 - Implement include with priority
53 - Implement .inherit macro (#100)
58 - Implement tests for 80% of libucl code lines
95 - python: Implement validation function and tests (by Denis Volpato Martins)
/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/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 */
H A DOPENSSL_LH_COMPFUNC.pod94 * Implement the hash and compare functions; "stuff" can be any word.
106 * Implement the wrapper functions.
151 /* Implement a prototype-compatible wrapper for "TYPE_cleanup" */
166 declare/implement macros to create compatible wrappers that cast
174 /* Implement a prototype-compatible wrapper for "TYPE_print" */
275 the raw callbacks themselves) or use the macros to declare/implement
/freebsd/crypto/openssl/doc/man7/
H A Dprovider-kem.pod48 implement asymmetric kem algorithms and make them available to applications
86 An asymmetric kem algorithm implementation may not implement all of these
88 In order to be a consistent set of functions a provider must implement
90 It must also implement both of OSSL_FUNC_kem_encapsulate_init and
98 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/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/share/doc/psd/02.implement/
H A DMakefile1 VOLUME= psd/02.implement
2 SRCS= stubs implement
/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/secure/lib/libcrypto/man/man3/
H A DSSL_CTX_set_tlsext_ticket_key_cb.3177 The OpenSSL library uses your callback function to help implement a common \s-1TLS\s0
288 \& your_type_t *key; /* something that you need to implement */
294 \& key = currentkey(); /* something that you need to implement */
298 \& * Something that you need to implement.
324 \& key = findkey(key_name); /* something that you need to implement */
341 \& if (key\->expire < t \- RENEW_TIME) { /* RENEW_TIME: implement */
H A DOPENSSL_LH_COMPFUNC.3216 \& * Implement the hash and compare functions; "stuff" can be any word.
228 \& * Implement the wrapper functions.
279 \& /* Implement a prototype\-compatible wrapper for "TYPE_cleanup" */
304 declare/implement macros to create compatible wrappers that cast
313 \& /* Implement a prototype\-compatible wrapper for "TYPE_print" */
386 the raw callbacks themselves) or use the macros to declare/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/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/crypto/openssh/
H A Dsftp.1378 Note that this is only supported by servers that implement
397 Note that this is only supported by servers that implement
418 Note that this is only supported by servers that implement
426 Note that this is only supported by servers that implement the "copy-data"
447 This command is only supported on servers that implement the
632 Note that this is only supported by servers that implement
/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/secure/lib/libcrypto/man/man7/
H A Dprovider-kem.7181 implement asymmetric kem algorithms and make them available to applications
223 An asymmetric kem algorithm implementation may not implement all of these
225 In order to be a consistent set of functions a provider must implement
227 It must also implement both of OSSL_FUNC_kem_encapsulate_init and
235 An asymmetric kem algorithm must also implement some mechanism for generating,
/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/netgraph/bluetooth/l2cap/
H A DTODO13 2) Understand and implement L2CAP QoS
23 4) Implement group channels (multicast)
/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/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

12345678910>>...102