Home
last modified time | relevance | path

Searched refs:custom (Results 1 – 25 of 691) sorted by relevance

12345678910>>...28

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/nios2/
H A Dnios2.opt102 Floating point custom instruction configuration name.
104 mno-custom-ftruncds
106 Do not use the ftruncds custom instruction.
110 Integer id (N) of ftruncds custom instruction.
112 mno-custom-fextsd
114 Do not use the fextsd custom instruction.
118 Integer id (N) of fextsd custom instruction.
120 mno-custom-fixdu
122 Do not use the fixdu custom instruction.
126 Integer id (N) of fixdu custom instruction.
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/config/nios2/
H A Dnios2.opt102 Floating point custom instruction configuration name.
104 mno-custom-ftruncds
106 Do not use the ftruncds custom instruction.
110 Integer id (N) of ftruncds custom instruction.
112 mno-custom-fextsd
114 Do not use the fextsd custom instruction.
118 Integer id (N) of fextsd custom instruction.
120 mno-custom-fixdu
122 Do not use the fixdu custom instruction.
126 Integer id (N) of fixdu custom instruction.
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/test/ssl-tests/
H A D03-custom_verify.cnf6 test-1 = 1-verify-custom-reject
7 test-2 = 2-verify-custom-allow
8 test-3 = 3-verify-custom-retry
10 test-5 = 5-noverify-ignore-custom-reject
11 test-6 = 6-noverify-accept-custom-allow
13 test-8 = 8-verify-custom-success-no-root
14 test-9 = 9-verify-custom-fail-no-root
40 [1-verify-custom-reject]
41 ssl_conf = 1-verify-custom-reject-ssl
43 [1-verify-custom-reject-ssl]
[all …]
H A D03-custom_verify.cnf.in25 # Same test as above but with a custom callback that always fails.
27 name => "verify-custom-reject",
40 # Same test as above but with a custom callback that always succeeds.
42 name => "verify-custom-allow",
54 # Same test as above but with a custom callback that requests retry once.
56 name => "verify-custom-retry",
80 # Same test as above but with a custom callback that always fails.
83 name => "noverify-ignore-custom-reject",
97 # Same test as above but with a custom callback that always succeeds.
100 name => "noverify-accept-custom-allow",
[all …]
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/ssl-tests/
H A D03-custom_verify.conf6 test-1 = 1-verify-custom-reject
7 test-2 = 2-verify-custom-allow
9 test-4 = 4-noverify-ignore-custom-reject
10 test-5 = 5-noverify-accept-custom-allow
12 test-7 = 7-verify-custom-success-no-root
13 test-8 = 8-verify-custom-fail-no-root
39 [1-verify-custom-reject]
40 ssl_conf = 1-verify-custom-reject-ssl
42 [1-verify-custom-reject-ssl]
43 server = 1-verify-custom-reject-server
[all …]
H A D03-custom_verify.conf.in25 # Same test as above but with a custom callback that always fails.
27 name => "verify-custom-reject",
40 # Same test as above but with a custom callback that always succeeds.
42 name => "verify-custom-allow",
66 # Same test as above but with a custom callback that always fails.
69 name => "noverify-ignore-custom-reject",
83 # Same test as above but with a custom callback that always succeeds.
86 name => "noverify-accept-custom-allow",
115 # Same test as above but with a custom callback that always succeeds.
117 name => "verify-custom-success-no-root",
[all …]
/netbsd-src/sys/arch/amiga/amiga/
H A Dcc.c143 custom.intreq = INTF_VERTB; in vbl_handler()
153 custom.intena = INTF_SETCLR | INTF_VERTB; in cc_init_vbl()
172 bb = (custom.dmaconr & DMAF_BLTDONE); in is_blitter_busy()
173 if ((custom.dmaconr & DMAF_BLTDONE) || bb) in is_blitter_busy()
191 custom.intreq = INTF_BLIT; in blitter_handler()
198 custom.bltsize = size; in do_blit()
204 custom.bltcon0 = con0; in set_blitter_control()
205 custom.bltcon1 = con1; in set_blitter_control()
211 custom.bltamod = a; in set_blitter_mods()
212 custom.bltbmod = b; in set_blitter_mods()
[all …]
/netbsd-src/sys/arch/amiga/dev/
H A Dser.c236 ir = custom.intenar; in serattach()
405 custom.adkcon = ADKCONF_UARTBRK; /* clear break */ in ser_shutdown()
412 custom.intena = INTF_RBF | INTF_TBE; /* disable interrupts */ in ser_shutdown()
413 custom.intreq = INTF_RBF | INTF_TBE; /* clear intr request */ in ser_shutdown()
499 code = custom.serdatr; in ser_fastint()
511 custom.intreq = INTF_RBF; in ser_fastint()
678 custom.intreq = INTF_SETCLR | INTF_TBE; in sermint()
686 custom.intreq = INTF_SETCLR | INTF_TBE; in sermint()
712 custom.adkcon = ADKCONF_SETCLR | ADKCONF_UARTBRK; in serioctl()
716 custom.adkcon = ADKCONF_UARTBRK; in serioctl()
[all …]
H A Daucc.c296 custom.intena = AUCC_ALLINTF; in init_aucc()
297 custom.dmacon = AUCC_ALLDMAF; in init_aucc()
424 custom.aud[i].vol = sc->sc_channel[i].nd_volume; in aucc_commit_settings()
425 custom.aud[i].per = sc->sc_channel[i].nd_per; in aucc_commit_settings()
482 custom.intreq = mask << INTB_AUD0; in aucc_start_output()
483 custom.intena = mask << INTB_AUD0; in aucc_start_output()
528 custom.aud[i].per = sc->sc_channel[i].nd_per; in aucc_start_output()
530 custom.aud[i].vol = 1; in aucc_start_output()
532 custom.aud[i].vol = sc->sc_channel[i].nd_volume; in aucc_start_output()
533 custom.aud[i].lc = PREP_DMA_MEM(dmap[k++]); in aucc_start_output()
[all …]
/netbsd-src/sys/arch/amigappc/amigappc/
H A Dmachdep.c57 #include <amiga/amiga/custom.h>
111 custom.intena = isr->isr_ipl == 2 ? in add_isr()
133 custom.intena = isr->isr_ipl == 6 ? in remove_isr()
153 custom.intreq = INTF_PORTS; in ports_intr()
172 custom.intreq = INTF_EXTER; in exter_intr()
181 ireq = custom.intreqr; in lev1_intr()
186 custom.intreq = INTF_TBE; in lev1_intr()
193 custom.intreq = INTF_DSKBLK; in lev1_intr()
199 custom.intreq = INTF_SOFTINT; in lev1_intr()
209 ireq = custom in lev3_intr()
[all...]
/netbsd-src/distrib/utils/embedded/conf/
H A Dusermode.conf5 custom=custom
65 if [ -d ${custom} ]; then
66 echo "${bar} user customisations from files in ${custom} ${bar}"
67 (cd ${custom} && pax -rwpe . ${mnt})
/netbsd-src/external/bsd/kyua-cli/dist/engine/
H A Dmetadata_test.cpp59 ATF_REQUIRE(md.custom().empty()); in ATF_TEST_CASE_BODY()
82 engine::properties_map custom; in ATF_TEST_CASE_BODY() local
83 custom["1-custom"] = "first"; in ATF_TEST_CASE_BODY()
84 custom["2-custom"] = "second"; in ATF_TEST_CASE_BODY()
115 ATF_REQUIRE(custom == md.custom()); in ATF_TEST_CASE_BODY()
150 engine::properties_map custom; in ATF_TEST_CASE_BODY() local
151 custom["first"] = "hello"; in ATF_TEST_CASE_BODY()
152 custom["second"] = "bye"; in ATF_TEST_CASE_BODY()
174 .set_custom(custom) in ATF_TEST_CASE_BODY()
187 ATF_REQUIRE(custom == md.custom()); in ATF_TEST_CASE_BODY()
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/
H A Devpmac_blake.txt149 Input = "Sample input for keylen<blocklen and custom"
155 Input = "Sample input for keylen<blocklen and custom"
174 Input = "Sample input for keylen<blocklen, salt and custom"
196 Input = "Combo input with outlen, custom and salt"
205 Input = "Sample input for keylen<blocklen and custom"
211 Input = "Sample input for keylen<blocklen and custom"
230 Input = "Sample input for keylen<blocklen, salt and custom"
249 Input = "Combo input with outlen, custom and salt"
/netbsd-src/external/mpl/bind/dist/doc/arm/
H A Dcatz.inc.rst179 The label is necessary to identify custom properties (see below) for a specific member zone.
186 BIND uses catalog zones custom properties to define different properties which
188 zone or for a single member zone. Global custom properties override the settings
189 in the configuration file, and member zone custom properties override global
190 custom properties.
192 For the version "1" of the schema custom properties must be placed without a special suffix.
194 For the version "2" of the schema custom properties must be placed under the ".ext" suffix.
196 Global custom properties are set at the apex of the catalog zone, e.g.:
202 BIND currently supports the following custom properties:
211 This custom propert
[all...]
/netbsd-src/sys/arch/sandpoint/stand/altboot/
H A DREADME.altboot6 custom bootloader and the NetBSD kernel startup environment. Altboot
27 - Synology 101g+ with vendor custom PPCboot
31 - Synology 106j, 207, 407e with vendor custom PPCboot
35 - D-Link DSM-G600 with heavily restricted vendor custom U-Boot
39 - QNAP TS-101 (V200) with vendor custom U-Boot
43 - Iomega StorCenter with vendor custom U-Boot
47 - Allnet 6250 and compatible with restricted vendor custom PPCboot
51 - KURO-BOX/T4 vendor custom U-Boot
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DBIO_get_data.pod21 These functions are mainly useful when implementing a custom BIO.
23 The BIO_set_data() function associates the custom data pointed to by B<ptr> with
25 This can be used by custom BIOs for storing implementation specific information.
32 have occurred (for example through calling custom ctrls). The BIO_get_init()
41 BIO_get_data() returns a pointer to the implementation specific custom data
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DBIO_get_data.pod21 These functions are mainly useful when implementing a custom BIO.
23 The BIO_set_data() function associates the custom data pointed to by B<ptr> with
25 This can be used by custom BIOs for storing implementation specific information.
32 have occurred (for example through calling custom ctrls). The BIO_get_init()
41 BIO_get_data() returns a pointer to the implementation specific custom data
/netbsd-src/usr.bin/make/unit-tests/
H A Ddeptgt-suffixes.mk13 .SUFFIXES: .custom-null
16 .NULL: .custom-null
17 .PATH.custom-null: . ..
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_flags.inc92 "Controls custom tool's " #signal " handler (0 - do not registers the " \
199 "If set, uses custom wrappers for strstr and strcasestr functions "
202 "If set, uses custom wrappers for strspn and strcspn function "
205 "If set, uses a custom wrapper for the strtok function "
208 "If set, uses custom wrappers for strpbrk function "
212 "If set, uses custom wrappers for strcmp functions to find more errors.")
214 "If set, uses custom wrappers for strlen and strnlen functions "
217 "If set, uses custom wrappers for strndup functions "
220 "If set, uses custom wrappers for strchr, strchrnul, and strrchr "
223 "If set, uses custom wrappers for memcmp function "
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_flags.inc83 "Controls custom tool's " #signal " handler (0 - do not registers the " \
183 "If set, uses custom wrappers for strstr and strcasestr functions "
186 "If set, uses custom wrappers for strspn and strcspn function "
189 "If set, uses a custom wrapper for the strtok function "
192 "If set, uses custom wrappers for strpbrk function "
195 "If set, uses custom wrappers for strlen and strnlen functions "
198 "If set, uses custom wrappers for strndup functions "
201 "If set, uses custom wrappers for strchr, strchrnul, and strrchr "
204 "If set, uses custom wrappers for memcmp function "
212 "If set, uses custom wrappers for memset/memcpy/memmove "
[all …]
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_flags.inc85 "Controls custom tool's " #signal " handler (0 - do not registers the " \
185 "If set, uses custom wrappers for strstr and strcasestr functions "
188 "If set, uses custom wrappers for strspn and strcspn function "
191 "If set, uses a custom wrapper for the strtok function "
194 "If set, uses custom wrappers for strpbrk function "
197 "If set, uses custom wrappers for strlen and strnlen functions "
200 "If set, uses custom wrappers for strndup functions "
203 "If set, uses custom wrappers for strchr, strchrnul, and strrchr "
206 "If set, uses custom wrappers for memcmp function "
214 "If set, uses custom wrappers for memset/memcpy/memmove "
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/macs/
H A Dkmac_prov.c128 unsigned char custom[KMAC_MAX_CUSTOM_ENCODED]; member
152 OPENSSL_cleanse(kctx->custom, kctx->custom_len); in kmac_free()
237 memcpy(dst->custom, src->custom, dst->custom_len); in kmac_dup()
308 kctx->custom, kctx->custom_len, block_len)) { in kmac_init()
318 kctx->custom, kctx->custom_len, block_len) in kmac_init()
438 if (!encode_string(kctx->custom, sizeof(kctx->custom), &kctx->custom_len, in kmac_set_ctx_params()
/netbsd-src/external/mit/libcbor/dist/doc/source/api/
H A Ditem_reference_counting.rst8 Using custom allocator
11 …is can be useful if you are using a custom allocator throughout your application, or if you want t…
20 #error "libcbor built with support for custom allocation is required"
/netbsd-src/external/apache2/llvm/dist/llvm/docs/CommandGuide/
H A Dbugpoint.rst128 **--run-{int,jit,llc,custom}**
133 custom command (see **--exec-command**) respectively.
135 **--safe-{llc,custom}**
142 static native code compiler, or a custom command, (see **--exec-command**)
148 This option defines the command to use with the **--run-custom** and
149 **--safe-custom** options to execute the bitcode testcase. This can
154 This option defines the command to use with the **--compile-custom**
177 **--safe-{int,jit,llc,custom}**
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man7/
H A DEVP_MAC-KMAC.pod47 =item "custom" (B<OSSL_MAC_PARAM_CUSTOM>) <octet string>
70 The "custom" parameter must be set as part of or before the EVP_MAC_init() call.
82 const unsigned char *custom, size_t custom_len,
108 if (custom != NULL && custom_len != 0)
110 (void *)custom, custom_len);

12345678910>>...28