Home
last modified time | relevance | path

Searched refs:functions (Results 1 – 25 of 3516) sorted by relevance

12345678910>>...141

/netbsd-src/external/apache2/llvm/dist/libcxx/docs/
H A DFormatProposalStatus.csv24 [format.functions],"Format functions - format(string_view fmt, const Args&... args);",,Mark de Weve…
25 [format.functions],"Format functions - format(wstring_view fmt, const Args&... args);",,Mark de Wev…
26 [format.functions],"Format functions - format(const locale& loc, string_view fmt, const Args&... ar…
27 [format.functions],"Format functions - format(const locale& loc, wstring_view fmt, const Args&... a…
28 [format.functions],"Format functions - vformat(string_view fmt, format_args args);",,Mark de Wever,…
29 [format.functions],"Format functions - vformat(wstring_view fmt, wformat_args args);",,Mark de Weve…
30 [format.functions],"Format functions - vformat(const locale& loc, string_view fmt, format_args args…
31 [format.functions],"Format functions - vformat(const locale& loc, wstring_view fmt, wformat_args ar…
32 [format.functions],"Format functions - format_to(Out out, wstring_view fmt, const Args&... args);",…
33 [format.functions],"Format functions - format_to(Out out, const locale& loc, wstring_view fmt, cons…
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man7/
H A Devp.pod5 evp - high-level cryptographic functions
14 functions.
17 functions provide public key encryption and decryption to implement digital "envelopes".
20 L<B<EVP_DigestVerify>I<XXX>|EVP_DigestVerifyInit(3)> functions implement
23 functions.
26 functions. The L<B<EVP_Digest>I<XXX>|EVP_DigestInit(3)> functions provide message digests.
28 The B<EVP_PKEY>I<XXX> functions provide a high-level interface to
31 with a private key of a particular algorithm by using the functions
38 The EVP_PKEY functions support the full range of asymmetric algorithm operations:
47 these functions do not perform a digest of the data to be signed. Therefore,
[all …]
H A Dprovider.pod37 functions in the form of an L<OSSL_DISPATCH(3)> array, and by extension,
54 For the provider itself, it is passed to some of the functions given in the
57 I<in> is a dispatch array of base functions offered by the OpenSSL
58 libraries, and the available functions are further described in
61 I<*out> must be assigned a dispatch array of base functions that the
63 The functions that may be offered are further described in
69 This pointer will be passed to various operation functions offered by
75 One of the functions the provider offers to the OpenSSL libraries is
97 commonly in the I<fetching> type of functions
117 The functions the provider can offer are described in
[all …]
H A Dmigration_guide.pod50 "high level" APIs (for example those functions prefixed with C<EVP>). They cannot
66 L<EVP_EncryptInit_ex(3)>, and L<EVP_DigestInit(3)> functions. In case when
67 the requested algorithm is not available, these functions will fail.
80 For example, the EVP APIs provide the functions L<EVP_EncryptInit_ex(3)>,
82 encryption. Those functions can be used with the algorithms AES, CHACHA, 3DES etc.
84 to call AES specific functions such as L<AES_set_encrypt_key(3)>,
85 L<AES_encrypt(3)>, and so on. The functions for 3DES are different.
116 L<EC_KEY_METHOD_new(3)>, etc.). These functions are being deprecated in
145 functions must be used.
202 Using calls to convenience functions such as EVP_sha256() and EVP_aes_256_gcm() may
[all …]
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man7/
H A Devp.pod5 evp - high-level cryptographic functions
14 functions.
17 functions provide public key encryption and decryption to implement digital "envelopes".
20 L<B<EVP_DigestVerify>I<XXX>|EVP_DigestVerifyInit(3)> functions implement
23 functions.
26 functions. The L<B<EVP_Digest>I<XXX>|EVP_DigestInit(3)> functions provide message digests.
28 The B<EVP_PKEY>I<XXX> functions provide a high-level interface to
31 with a private key of a particular algorithm by using the functions
37 The EVP_PKEY functions support the full range of asymmetric algorithm operations:
46 these functions do not perform a digest of the data to be signed. Therefore,
[all …]
/netbsd-src/external/bsd/bc/dist/
H A Dload.c69 f = &functions[load_adr.pc_func]; in addbyte()
100 if (functions[func].f_label == NULL) in def_label()
102 functions[func].f_label = bc_malloc (sizeof(bc_label_group)); in def_label()
103 functions[func].f_label->l_next = NULL; in def_label()
107 temp = functions[func].f_label; in def_label()
256 functions[(int)func].f_params = in load_code()
257 nextarg (functions[(int)func].f_params, ap_name, in load_code()
266 functions[(int)func].f_params = in load_code()
267 nextarg (functions[(int)func].f_params, ap_name, in load_code()
280 functions[(int)func].f_autos = in load_code()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libiberty/
H A Dsimple-object.c180 ret->functions = format_functions[i]; in simple_object_start_read()
199 return sobj->functions->find_sections (sobj, pfn, data, err); in simple_object_find_sections()
338 if (! sobj->functions->copy_lto_debug_sections) in simple_object_copy_lto_debug_sections()
352 errmsg = sobj->functions->copy_lto_debug_sections in simple_object_copy_lto_debug_sections()
391 data = sobj->functions->fetch_attributes (sobj, errmsg, err); in simple_object_fetch_attributes()
395 ret->functions = sobj->functions; in simple_object_fetch_attributes()
405 sobj->functions->release_read (sobj->data); in simple_object_release_read()
416 if (to->functions != from->functions) in simple_object_attributes_merge()
421 return to->functions->attributes_merge (to->data, from->data, err); in simple_object_attributes_merge()
429 attrs->functions->release_attributes (attrs->data); in simple_object_release_attributes()
[all …]
H A Dlibiberty.texi16 * Libiberty: (libiberty). Library of utility functions which
81 * Functions:: Available functions, macros, and global variables.
86 * Index:: Index of functions and categories.
132 * Supplemental Functions:: Providing functions which don't exist
135 * Replacement Functions:: These functions are sometimes buggy or
144 @cindex supplemental functions
145 @cindex functions, supplemental
146 @cindex functions, missing
148 Certain operating systems do not provide functions which have since
155 Similarly, some functions exist only among a particular ``flavor''
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386.opt228 malign-functions=
337 Return values of functions in FPU registers.
405 Omit the frame pointer in leaf functions.
659 Support MMX built-in functions.
663 Support 3DNow! built-in functions.
667 Support Athlon 3Dnow! built-in functions.
671 Support MMX and SSE built-in functions and code generation.
675 Support MMX, SSE and SSE2 built-in functions and code generation.
679 Support MMX, SSE, SSE2 and SSE3 built-in functions and code generation.
683 Support MMX, SSE, SSE2, SSE3 and SSSE3 built-in functions and code generation.
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/i386/64/
H A Dt-softfp-compat2 # support functions got improper versions by accident. Here we
5 # Filter out the following TFmode functions.
7 tf-functions := $(addprefix $(srcdir)/soft-fp/, $(tf-compats))
8 LIB2ADD := $(filter-out $(tf-functions), $(LIB2ADD))
12 libgcc2-tf-functions = _divtc3 _multc3 _powitf2
13 LIB2FUNCS_EXCLUDE += $(libgcc2-tf-functions)
14 libgcc2-tf-compats = $(addsuffix .c, $(libgcc2-tf-functions))
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/i386/64/
H A Dt-softfp-compat2 # support functions got improper versions by accident. Here we
5 # Filter out the following TFmode functions.
7 tf-functions := $(addprefix $(srcdir)/soft-fp/, $(tf-compats))
8 LIB2ADD := $(filter-out $(tf-functions), $(LIB2ADD))
12 libgcc2-tf-functions = _divtc3 _multc3 _powitf2
13 LIB2FUNCS_EXCLUDE += $(libgcc2-tf-functions)
14 libgcc2-tf-compats = $(addsuffix .c, $(libgcc2-tf-functions))
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/
H A Dsimple-object.c180 ret->functions = format_functions[i]; in simple_object_start_read()
199 return sobj->functions->find_sections (sobj, pfn, data, err); in simple_object_find_sections()
344 if (! sobj->functions->copy_lto_debug_sections) in simple_object_copy_lto_debug_sections()
358 errmsg = sobj->functions->copy_lto_debug_sections in simple_object_copy_lto_debug_sections()
397 data = sobj->functions->fetch_attributes (sobj, errmsg, err); in simple_object_fetch_attributes()
401 ret->functions = sobj->functions; in simple_object_fetch_attributes()
411 sobj->functions->release_read (sobj->data); in simple_object_release_read()
422 if (to->functions != from->functions) in simple_object_attributes_merge()
427 return to->functions->attributes_merge (to->data, from->data, err); in simple_object_attributes_merge()
435 attrs->functions->release_attributes (attrs->data); in simple_object_release_attributes()
[all …]
H A Dlibiberty.texi16 * Libiberty: (libiberty). Library of utility functions which
81 * Functions:: Available functions, macros, and global variables.
86 * Index:: Index of functions and categories.
132 * Supplemental Functions:: Providing functions which don't exist
135 * Replacement Functions:: These functions are sometimes buggy or
144 @cindex supplemental functions
145 @cindex functions, supplemental
146 @cindex functions, missing
148 Certain operating systems do not provide functions which have since
155 Similarly, some functions exist only among a particular ``flavor''
[all …]
/netbsd-src/external/gpl3/gcc/dist/libiberty/
H A Dsimple-object.c180 ret->functions = format_functions[i]; in simple_object_start_read()
199 return sobj->functions->find_sections (sobj, pfn, data, err); in simple_object_find_sections()
344 if (! sobj->functions->copy_lto_debug_sections) in simple_object_copy_lto_debug_sections()
358 errmsg = sobj->functions->copy_lto_debug_sections in simple_object_copy_lto_debug_sections()
397 data = sobj->functions->fetch_attributes (sobj, errmsg, err); in simple_object_fetch_attributes()
401 ret->functions = sobj->functions; in simple_object_fetch_attributes()
411 sobj->functions->release_read (sobj->data); in simple_object_release_read()
422 if (to->functions != from->functions) in simple_object_attributes_merge()
427 return to->functions->attributes_merge (to->data, from->data, err); in simple_object_attributes_merge()
435 attrs->functions->release_attributes (attrs->data); in simple_object_release_attributes()
[all …]
H A Dlibiberty.texi16 * Libiberty: (libiberty). Library of utility functions which
81 * Functions:: Available functions, macros, and global variables.
86 * Index:: Index of functions and categories.
132 * Supplemental Functions:: Providing functions which don't exist
135 * Replacement Functions:: These functions are sometimes buggy or
144 @cindex supplemental functions
145 @cindex functions, supplemental
146 @cindex functions, missing
148 Certain operating systems do not provide functions which have since
155 Similarly, some functions exist only among a particular ``flavor''
[all …]
/netbsd-src/external/gpl3/binutils/dist/libiberty/
H A Dsimple-object.c180 ret->functions = format_functions[i]; in simple_object_start_read()
199 return sobj->functions->find_sections (sobj, pfn, data, err); in simple_object_find_sections()
344 if (! sobj->functions->copy_lto_debug_sections) in simple_object_copy_lto_debug_sections()
358 errmsg = sobj->functions->copy_lto_debug_sections in simple_object_copy_lto_debug_sections()
397 data = sobj->functions->fetch_attributes (sobj, errmsg, err); in simple_object_fetch_attributes()
401 ret->functions = sobj->functions; in simple_object_fetch_attributes()
411 sobj->functions->release_read (sobj->data); in simple_object_release_read()
422 if (to->functions != from->functions) in simple_object_attributes_merge()
427 return to->functions->attributes_merge (to->data, from->data, err); in simple_object_attributes_merge()
435 attrs->functions->release_attributes (attrs->data); in simple_object_release_attributes()
[all …]
H A Dlibiberty.texi16 * Libiberty: (libiberty). Library of utility functions which
81 * Functions:: Available functions, macros, and global variables.
86 * Index:: Index of functions and categories.
132 * Supplemental Functions:: Providing functions which don't exist
135 * Replacement Functions:: These functions are sometimes buggy or
144 @cindex supplemental functions
145 @cindex functions, supplemental
146 @cindex functions, missing
148 Certain operating systems do not provide functions which have since
155 Similarly, some functions exist only among a particular ``flavor''
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dbuiltin-attrs.def21 that are applied to some built-in functions by default. Attributes
22 that are meant to be used by user-defined functions but aren't used
24 but not to functions need not and should not be defined here.
172 /* Allocation functions like malloc and realloc whose first argument
187 /* Allocation functions like calloc the product of whose first two arguments
192 /* Allocation functions like realloc whose second argument specifies
205 /* Nothrow functions with the sentinel(1) attribute. */
208 /* Nothrow functions whose pointer parameter(s) are all nonnull. */
211 /* Nothrow leaf functions whose pointer parameter(s) are all nonnull. */
215 /* Nothrow functions whose first parameter is a nonnull pointer. */
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dbuiltin-attrs.def21 that are applied to some built-in functions by default. Attributes
22 that are meant to be used by user-defined functions but aren't used
24 but not to functions need not and should not be defined here.
178 /* Allocation functions like malloc and realloc whose first argument
193 /* Allocation functions like calloc the product of whose first two arguments
198 /* Allocation functions like realloc whose second argument specifies
211 /* Nothrow functions with the sentinel(1) attribute. */
214 /* Nothrow functions whose pointer parameter(s) are all nonnull. */
217 /* Nothrow leaf functions whose pointer parameter(s) are all nonnull. */
221 /* Nothrow functions whose first parameter is a nonnull pointer. */
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386.opt228 malign-functions=
337 Return values of functions in FPU registers.
405 Omit the frame pointer in leaf functions.
643 Support MMX built-in functions.
647 Support 3DNow! built-in functions.
651 Support Athlon 3Dnow! built-in functions.
655 Support MMX and SSE built-in functions and code generation.
659 Support MMX, SSE and SSE2 built-in functions and code generation.
663 Support MMX, SSE, SSE2 and SSE3 built-in functions and code generation.
667 Support MMX, SSE, SSE2, SSE3 and SSSE3 built-in functions and code generation.
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DSRP_Calc_B.pod21 The following functions have been deprecated since OpenSSL 3.0, and can be
50 All of the functions described on this page are deprecated. There are no
51 available replacement functions at this time.
53 The SRP functions described on this page are used to calculate various
58 client side and are calculated via the functions SRP_Calc_client_key_ex(),
61 BIGNUM parameters to these functions.
63 Most of these functions come in two forms. Those that take a I<libctx> and
64 I<propq> parameter, and those that don't. Any cryptogrpahic functions that
69 functions do not have a form that takes I<libctx> or I<propq> parameters because
74 All these functions return the calculated key or parameter, or NULL on error.
[all …]
/netbsd-src/external/lgpl3/gmp/dist/
H A DREADME39 functions, and the functions have a regular interface.
59 There are four classes of functions in GNU MP.
61 1. Signed integer arithmetic functions (mpz). These functions are intended
65 2. Rational arithmetic functions (mpq). For now, just a small set of
66 functions necessary for basic rational arithmetics. The associated type
69 3. Floating-point arithmetic functions (mpf). If the C type `double'
72 and call the functions in the mpf class for the arithmetic operations.
74 4. Positive-integer, hard-to-use, very low overhead functions are in the
76 enough space is available for the results. The set of functions is not
77 regular, nor is the calling interface. These functions accept input
[all …]
/netbsd-src/external/lgpl3/mpfr/dist/
H A DNEWS34 the behavior of the formatted output functions may be visible, regarded
36 - New functions mpfr_cosu, mpfr_sinu, mpfr_tanu, mpfr_acosu, mpfr_asinu,
38 - New functions mpfr_cospi, mpfr_sinpi, mpfr_tanpi, mpfr_acospi, mpfr_asinpi,
40 - New functions mpfr_log2p1, mpfr_log10p1, mpfr_exp2m1, mpfr_exp10m1 and
42 - New functions mpfr_fmod_ui, mpfr_powr, mpfr_pown, mpfr_pow_uj, mpfr_pow_sj
46 In particular, for the formatted output functions (mpfr_printf, etc.),
51 like functions (except a minor limitation for mpfr_custom_init_set).
56 behavior of the formatted output functions may be visible, regarded
66 - New functions mpfr_get_decimal128 and mpfr_set_decimal128 (available only
71 follow mpfr_get_str and GMP's mpf_out_str functions (these cases gave an
[all …]
/netbsd-src/external/gpl3/gcc.old/usr.bin/
H A DMakefile.options12 options.c: optionlist ${DIST}/gcc/opt-functions.awk ${DIST}/gcc/opt-read.awk \
14 ${TOOL_AWK} -f ${DIST}/gcc/opt-functions.awk \
20 options-save.c: optionlist ${DIST}/gcc/opt-functions.awk ${DIST}/gcc/opt-read.awk \
22 ${TOOL_AWK} -f ${DIST}/gcc/opt-functions.awk \
28 options.h: optionlist ${DIST}/gcc/opt-functions.awk ${DIST}/gcc/opt-read.awk \
30 ${TOOL_AWK} -f ${DIST}/gcc/opt-functions.awk \
/netbsd-src/external/gpl3/gcc/usr.bin/
H A DMakefile.options12 options.cc: optionlist ${DIST}/gcc/opt-functions.awk ${DIST}/gcc/opt-read.awk \
14 ${TOOL_AWK} -f ${DIST}/gcc/opt-functions.awk \
20 options-save.cc: optionlist ${DIST}/gcc/opt-functions.awk ${DIST}/gcc/opt-read.awk \
22 ${TOOL_AWK} -f ${DIST}/gcc/opt-functions.awk \
28 options.h: optionlist ${DIST}/gcc/opt-functions.awk ${DIST}/gcc/opt-read.awk \
30 ${TOOL_AWK} -f ${DIST}/gcc/opt-functions.awk \

12345678910>>...141