Home
last modified time | relevance | path

Searched full:generator (Results 1 – 25 of 2332) sorted by relevance

12345678910>>...94

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/
H A Drandom.h78 * An adaptor class for converting the output of any Generator into in _GLIBCXX_VISIBILITY()
119 * Converts a value generated by the adapted random number generator in _GLIBCXX_VISIBILITY()
242 * Constructs a variate generator with the uniform random number in _GLIBCXX_VISIBILITY()
243 * generator @p __eng for the random distribution @p __dist. in _GLIBCXX_VISIBILITY()
267 * Gets a reference to the underlying uniform random number generator in _GLIBCXX_VISIBILITY()
276 * generator object. in _GLIBCXX_VISIBILITY()
322 * random number generator supplied as a part of this library are in _GLIBCXX_VISIBILITY()
326 * A number generator is a function object with an operator() that in _GLIBCXX_VISIBILITY()
329 * A compliant random number generator must satisfy the following in _GLIBCXX_VISIBILITY()
331 * <caption align=top>Random Number Generator Requirements</caption> in _GLIBCXX_VISIBILITY()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/tr1/
H A Drandom.h78 * An adaptor class for converting the output of any Generator into in _GLIBCXX_VISIBILITY()
119 * Converts a value generated by the adapted random number generator in _GLIBCXX_VISIBILITY()
242 * Constructs a variate generator with the uniform random number in _GLIBCXX_VISIBILITY()
243 * generator @p __eng for the random distribution @p __dist. in _GLIBCXX_VISIBILITY()
267 * Gets a reference to the underlying uniform random number generator in _GLIBCXX_VISIBILITY()
276 * generator object. in _GLIBCXX_VISIBILITY()
322 * random number generator supplied as a part of this library are in _GLIBCXX_VISIBILITY()
326 * A number generator is a function object with an operator() that in _GLIBCXX_VISIBILITY()
329 * A compliant random number generator must satisfy the following in _GLIBCXX_VISIBILITY()
331 * <caption align=top>Random Number Generator Requirements</caption> in _GLIBCXX_VISIBILITY()
[all …]
/netbsd-src/external/mit/isl/dist/interface/
H A Dgenerator.cc44 #include "generator.h"
61 if (!generator::is_isl_type(type)) in first_arg_matches_class()
63 return generator::extract_type(type) == name; in first_arg_matches_class()
84 bool generator::is_static(const isl_class &clazz, FunctionDecl *method) in is_static()
93 bool generator::is_mutator(const isl_class &clazz, FunctionDecl *fd) in is_mutator()
117 FunctionDecl *generator::find_by_name(const string &name, bool required) in find_by_name()
132 const std::set<std::string> generator::automatic_conversion_functions = {
145 void generator::extract_automatic_conversion(FunctionDecl *fd) in extract_automatic_conversion()
165 void generator::extract_class_automatic_conversions(const isl_class &clazz) in extract_class_automatic_conversions()
181 void generator::extract_automatic_conversions() in extract_automatic_conversions()
[all …]
H A Dplain_cpp.h8 #include "generator.h"
24 /* Generator for plain C++ bindings.
68 * "generator" is the C++ interface generator printing the classes.
71 plain_cpp_generator &generator; member
74 plain_cpp_generator &generator, bool is_declaration) : in plain_printer()
75 class_printer(os, clazz, generator, is_declaration), in plain_printer()
76 generator(generator) {} in plain_printer()
107 plain_cpp_generator &generator) : in decl_printer()
108 plain_printer(os, clazz, generator, true) {} in decl_printer()
136 plain_cpp_generator &generator) : in impl_printer()
[all …]
/netbsd-src/share/man/man9/
H A Dcprng.987 A single instance of the fast generator serves the entire kernel.
88 A well-known instance of the strong generator,
91 the strong generator can also be created by calling
116 Create an instance of the cprng_strong generator.
117 This generator currently implements the NIST SP 800-90A Hash_DRBG with
131 will serialize access to the new instance of the generator (see
140 Creation will succeed even if full entropy for the generator is not
142 In this case, the first request to read from the generator may cause
158 bytes from the generator
169 strong generator.
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/
H A Dappveyor.yml12 generator: "Visual Studio 15 2017"
15 generator: "Visual Studio 15 2017 Win64"
18 generator: "Visual Studio 14 2015"
21 generator: "Visual Studio 14 2015 Win64"
24 generator: "Visual Studio 12 2013"
27 generator: "Visual Studio 12 2013 Win64"
30 generator: "MinGW Makefiles"
39 - if "%generator%"=="MinGW Makefiles" (set "PATH=%PATH:C:\Program Files\Git\usr\bin;=%")
46 …- cmake -G "%generator%" "-DCMAKE_BUILD_TYPE=%configuration%" -DBENCHMARK_DOWNLOAD_DEPENDENCIES=ON…
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/dh/
H A Ddh_gen.c20 static int dh_builtin_genparams(DH *ret, int prime_len, int generator,
23 int DH_generate_parameters_ex(DH *ret, int prime_len, int generator, in DH_generate_parameters_ex() argument
27 return ret->meth->generate_params(ret, prime_len, generator, cb); in DH_generate_parameters_ex()
28 return dh_builtin_genparams(ret, prime_len, generator, cb); in DH_generate_parameters_ex()
37 * For this case, g is a generator of the order-q subgroup if
61 static int dh_builtin_genparams(DH *ret, int prime_len, int generator, in dh_builtin_genparams() argument
83 if (generator <= 1) { in dh_builtin_genparams()
87 if (generator == DH_GENERATOR_2) { in dh_builtin_genparams()
93 } else if (generator == DH_GENERATOR_5) { in dh_builtin_genparams()
101 * in the general case, don't worry if 'generator' is a generator or in dh_builtin_genparams()
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/test/recipes/
H A D20-test_dhparam.t81 #For any other generator the value appears on the following line
86 "Checking generator is correct");
90 subtest "Read: 1024 bit PKCS3 params, generator 2, PEM file" => sub {
94 subtest "Read: 1024 bit PKCS3 params, generator 5, PEM file" => sub {
98 subtest "Read: 2048 bit PKCS3 params, generator 2, PEM file" => sub {
106 subtest "Read: 1024 bit PKCS3 params, generator 2, DER file" => sub {
110 subtest "Read: 1024 bit PKCS3 params, generator 5, DER file" => sub {
114 subtest "Read: 2048 bit PKCS3 params, generator 2, DER file" => sub {
124 subtest "Generate: 512 bit PKCS3 params, generator 2, PEM file" => sub {
130 subtest "Generate: 512 bit PKCS3 params, explicit generator 2, PEM file" => sub {
[all …]
/netbsd-src/external/bsd/mdocml/dist/
H A Dman.cgi.398 The purpose of each page generator is to print a complete HTML page,
104 Each page generator ends with a call to
108 This page generator is used when
122 This page generator is used when
183 This page generator is used when
195 This page generator is used when
207 This page generator is used by various functions when errors are
241 This generator calls
253 This generator prints a search form, filling it with data
273 This generator translates a preformatted, backspace-encoded manual
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DBugpoint.rst47 test program, it tries executing it with the selected code generator. If the
48 selected code generator crashes, ``bugpoint`` starts the `crash debugger`_ on
49 the code generator. Otherwise, if the resulting output differs from the
50 reference output, it assumes the difference resulted from a code generator
51 failure, and starts the `code generator debugger`_.
53 Finally, if the output of the selected code generator matches the reference
65 If an optimizer or code generator crashes, ``bugpoint`` will try as hard as it
81 .. _code generator debugger:
83 Code generator debugger
86 The code generator debugger attempts to narrow down the amount of code that is
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/dh/
H A Ddh_gen.c34 static int dh_builtin_genparams(DH *ret, int prime_len, int generator,
114 int DH_generate_parameters_ex(DH *ret, int prime_len, int generator, in DH_generate_parameters_ex() argument
118 if (generator != 2) in DH_generate_parameters_ex()
123 return ret->meth->generate_params(ret, prime_len, generator, cb); in DH_generate_parameters_ex()
124 return dh_builtin_genparams(ret, prime_len, generator, cb); in DH_generate_parameters_ex()
135 * For this case, g is a generator of the order-q subgroup if
155 static int dh_builtin_genparams(DH *ret, int prime_len, int generator, in dh_builtin_genparams() argument
187 if (generator <= 1) { in dh_builtin_genparams()
191 if (generator == DH_GENERATOR_2) { in dh_builtin_genparams()
197 } else if (generator == DH_GENERATOR_5) { in dh_builtin_genparams()
[all …]
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/
H A Dappveyor.yml12 generator: "Visual Studio 15 2017"
15 generator: "Visual Studio 15 2017 Win64"
18 generator: "Visual Studio 14 2015"
21 generator: "Visual Studio 14 2015 Win64"
24 generator: "MinGW Makefiles"
33 - if "%generator%"=="MinGW Makefiles" (set "PATH=%PATH:C:\Program Files\Git\usr\bin;=%")
40 …- cmake -G "%generator%" "-DCMAKE_BUILD_TYPE=%configuration%" -DBENCHMARK_DOWNLOAD_DEPENDENCIES=ON…
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/bn/
H A Dbn_const.c21 * RFC2409 specifies a generator of 2.
22 * RFC2412 specifies a generator of of 22.
49 * RFC2409 specifies a generator of 2.
50 * RFC2412 specifies a generator of 22.
81 * RFC3526 specifies a generator of 2.
82 * RFC2312 specifies a generator of 22.
95 * RFC3526 specifies a generator of 2.
108 * RFC3526 specifies a generator of 2.
121 * RFC3526 specifies a generator of 2.
134 * RFC3526 specifies a generator of 2.
[all …]
/netbsd-src/crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/man/man3/
H A Dhcrypto_rand.357 Seed that random number generator\&. Secret material can securely be feed into the function, they w…
70 Get a random block from the random generator, can be used for key material\&.
86 Reset and free memory used by the random generator\&.
129 Get a random block from the random generator, should NOT be used for key material\&.
145 Seed that random number generator\&. Secret material can securely be feed into the function, they w…
184 Return status of the random generator
188 1 if the random generator can deliver random data\&.
/netbsd-src/external/gpl3/gcc/dist/gcc/config/mips/
H A Dsync.md82 union mips_gen_fn_ptrs generator;
83 generator.fn_6 = gen_compare_and_swap_12;
84 mips_expand_atomic_qihi (generator,
128 union mips_gen_fn_ptrs generator;
129 generator.fn_4 = gen_sync_<optab>_12;
130 mips_expand_atomic_qihi (generator,
167 union mips_gen_fn_ptrs generator;
168 generator.fn_5 = gen_sync_old_<optab>_12;
169 mips_expand_atomic_qihi (generator,
209 union mips_gen_fn_ptrs generator;
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/config/loongarch/
H A Dsync.md286 union loongarch_gen_fn_ptrs generator;
287 generator.fn_7 = gen_atomic_cas_value_cmp_and_7_si;
288 loongarch_expand_atomic_qihi (generator, operands[1], operands[2],
499 union loongarch_gen_fn_ptrs generator;
500 generator.fn_7 = gen_atomic_cas_value_exchange_7_si;
501 loongarch_expand_atomic_qihi (generator, operands[0], operands[1],
517 union loongarch_gen_fn_ptrs generator;
518 generator.fn_7 = gen_atomic_cas_value_add_7_si;
519 loongarch_expand_atomic_qihi (generator, operands[0], operands[1],
535 union loongarch_gen_fn_ptrs generator;
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mips/
H A Dsync.md82 union mips_gen_fn_ptrs generator;
83 generator.fn_6 = gen_compare_and_swap_12;
84 mips_expand_atomic_qihi (generator,
128 union mips_gen_fn_ptrs generator;
129 generator.fn_4 = gen_sync_<optab>_12;
130 mips_expand_atomic_qihi (generator,
167 union mips_gen_fn_ptrs generator;
168 generator.fn_5 = gen_sync_old_<optab>_12;
169 mips_expand_atomic_qihi (generator,
209 union mips_gen_fn_ptrs generator;
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Drandom.h55 * uniform random number generator to a floatng point result in the range in _GLIBCXX_VISIBILITY()
163 * An adaptor class for converting the output of any Generator into in _GLIBCXX_VISIBILITY()
185 * Converts a value generated by the adapted random number generator in _GLIBCXX_VISIBILITY()
225 * random number generator supplied as a part of this library are in _GLIBCXX_VISIBILITY()
229 * A number generator is a function object with an operator() that in _GLIBCXX_VISIBILITY()
232 * A compliant random number generator must satisfy the following in _GLIBCXX_VISIBILITY()
234 * <caption align=top>Random Number Generator Requirements</caption> in _GLIBCXX_VISIBILITY()
241 * @brief A model of a linear congruential random number generator. in _GLIBCXX_VISIBILITY()
243 * A random number generator that produces pseudorandom numbers via in _GLIBCXX_VISIBILITY()
283 * generator engine with seed 1. in _GLIBCXX_VISIBILITY()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Drandom.h55 * uniform random number generator to a floatng point result in the range in _GLIBCXX_VISIBILITY()
161 * An adaptor class for converting the output of any Generator into in _GLIBCXX_VISIBILITY()
183 * Converts a value generated by the adapted random number generator in _GLIBCXX_VISIBILITY()
222 * random number generator supplied as a part of this library are in _GLIBCXX_VISIBILITY()
226 * A number generator is a function object with an operator() that in _GLIBCXX_VISIBILITY()
229 * A compliant random number generator must satisfy the following in _GLIBCXX_VISIBILITY()
231 * <caption align=top>Random Number Generator Requirements</caption> in _GLIBCXX_VISIBILITY()
238 * @brief A model of a linear congruential random number generator. in _GLIBCXX_VISIBILITY()
240 * A random number generator that produces pseudorandom numbers via in _GLIBCXX_VISIBILITY()
280 * generator engine with seed 1. in _GLIBCXX_VISIBILITY()
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man7/
H A DRAND.pod6 - the OpenSSL random generator
13 can be used as a cryptographically-secure pseudo-random number generator
20 the deterministic random bit generator (DRBG) model as described in
21 [NIST SP 800-90A Rev. 1]. The default random generator will initialize
52 Changing the default random generator should be necessary
60 bit generator (DRBG) classes.
62 number generator (CSPRNG), which is described in [NIST SP 800-90A Rev. 1].
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest-param-test.h135 // Please also note that generator expressions (including parameters to the
137 // This allows the user on one hand, to adjust generator parameters in order
190 // with a particular generator, Google Test creates and runs tests
191 // for each element in the sequence produced by the generator.
209 // - returns a generator producing a sequence of values {start, start+1,
212 // - returns a generator producing a sequence of values {start, start+step,
216 // returns a generator producing a sequence {1, 2, 3, 4}. Range(1, 9, 2)
217 // returns a generator producing {1, 3, 5, 7}.
244 // - returns a generator producing sequences with elements from
247 // - returns a generator producing sequences with elements from
[all …]
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DRAND_add.pod30 These functions can be used to seed the random generator and to check its
32 In general, manual (re-)seeding of the default OpenSSL random generator
38 RAND_status() indicates whether or not the random generator has been sufficiently
41 RAND_poll() uses the system's capabilities to seed the random generator using
47 of the random generator.
54 The content of B<buf> cannot be recovered from subsequent random generator output.
74 RAND_status() returns 1 if the random generator has been seeded
H A DDH_generate_parameters.pod15 int DH_generate_parameters_ex(DH *dh, int prime_len, int generator, BN_GENCB *cb);
27 DH *DH_generate_parameters(int prime_len, int generator,
35 structure. The pseudo-random number generator must be
41 B<generator> is a small number E<gt> 1, typically 2 or 5.
72 The generator B<g> is not suitable.
94 The generator B<g> cannot be checked for suitability.
98 The generator B<g> is not suitable.
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/ec/
H A Dec_mult.c30 /* structure for precomputed multiples of the generator */
38 * generator: 'num' pointers to EC_POINT
116 * (scalar * generator)
173 if (!EC_POINT_copy(p, group->generator)) { in ec_scalar_mul_ladder()
400 * scalar*generator
407 const EC_POINT *generator = NULL; in ec_wNAF_mul() local
461 generator = EC_GROUP_get0_generator(group); in ec_wNAF_mul()
462 if (generator == NULL) { in ec_wNAF_mul()
467 /* look if we can use precomputed multiples of generator */ in ec_wNAF_mul()
471 && (EC_POINT_cmp(group, generator, pre_comp->points[0], ctx) == in ec_wNAF_mul()
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DRAND_add.pod30 These functions can be used to seed the random generator and to check its
32 In general, manual (re-)seeding of the default OpenSSL random generator
38 RAND_status() indicates whether or not the random generator has been sufficiently
41 RAND_poll() uses the system's capabilities to seed the random generator using
47 of the random generator.
54 The content of B<buf> cannot be recovered from subsequent random generator output.
80 RAND_status() returns 1 if the random generator has been seeded

12345678910>>...94