| /OK3568_Linux_fs/kernel/drivers/char/hw_random/ |
| H A D | Kconfig | 3 # Hardware Random Number Generator (RNG) configuration 7 tristate "Hardware Random Number Generator Core support" 10 Hardware Random Number Generator Core infrastructure. 18 kernel's random number generator entropy pool. 25 tristate "Timer IOMEM HW Random Number Generator support" 29 Number Generator used by reading a 'dumb' iomem address that 39 tristate "Intel HW Random Number Generator support" 44 Generator hardware found on Intel i8xx-based motherboards. 52 tristate "AMD HW Random Number Generator support" 57 Generator hardware found on AMD 76x-based motherboards. [all …]
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/css_2401_system/host/ |
| H A D | pixelgen_private.h | 137 ia_css_print("Pixel Generator ID %d Enable 0x%x\n", ID, state->com_enable); in pixelgen_ctrl_dump_state() 138 ia_css_print("Pixel Generator ID %d PRBS reset value 0 0x%x\n", ID, in pixelgen_ctrl_dump_state() 140 ia_css_print("Pixel Generator ID %d PRBS reset value 1 0x%x\n", ID, in pixelgen_ctrl_dump_state() 142 ia_css_print("Pixel Generator ID %d SYNC SID 0x%x\n", ID, state->syng_sid); in pixelgen_ctrl_dump_state() 143 ia_css_print("Pixel Generator ID %d syng free run 0x%x\n", ID, in pixelgen_ctrl_dump_state() 145 ia_css_print("Pixel Generator ID %d syng pause 0x%x\n", ID, state->syng_pause); in pixelgen_ctrl_dump_state() 146 ia_css_print("Pixel Generator ID %d syng no of frames 0x%x\n", ID, in pixelgen_ctrl_dump_state() 148 ia_css_print("Pixel Generator ID %d syng no of pixels 0x%x\n", ID, in pixelgen_ctrl_dump_state() 150 ia_css_print("Pixel Generator ID %d syng no of line 0x%x\n", ID, in pixelgen_ctrl_dump_state() 152 ia_css_print("Pixel Generator ID %d syng hblank cyc 0x%x\n", ID, in pixelgen_ctrl_dump_state() [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/tr1/ |
| H A D | random.h | 78 * 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 …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/tr1/ |
| H A D | random.h | 78 * 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 …]
|
| /OK3568_Linux_fs/kernel/include/crypto/ |
| H A D | rng.h | 3 * RNG: Random Number Generator algorithms under the crypto API 17 * struct rng_alg - random number generator definition 20 * random number. The random number generator transform 24 * @seed: Seed or reseed the random number generator. With the 26 * generator shall become ready for generation. If the 27 * random number generator requires a seed for setting 33 * @seedsize: The seed size required for a random number generator 64 * DOC: Random number generator API 66 * The random number generator API is used with the ciphers of type 77 * Allocate a cipher handle for a random number generator. The returned struct [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/detail/ |
| H A D | as_expr.hpp | 29 template<typename Generator> 32 typedef Generator type; 35 template<typename Generator> 36 struct base_generator<use_basic_expr<Generator> > 38 typedef Generator type; 42 template<typename T, typename Generator, bool WantsBasicExpr> 46 template<typename T, typename Generator> 47 struct as_expr<T, Generator, false> 51 typedef typename Generator::template result<Generator(expr_type)>::type result_type; 56 return Generator()(expr_type::make(t)); in operator ()() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/ |
| H A D | domain.hpp | 4 /// defining domains with a generator and a grammar for controlling 45 /// an expression type with a \e Generator, and optionally 48 /// The Generator determines how new expressions in the 49 /// domain are constructed. Typically, a generator wraps 79 /// : domain<generator<MyExpr>, MyGrammar> 92 typename Generator // = default_generator 97 : Generator 99 typedef Generator proto_generator; 114 … /// If <tt>wants_basic_expr\<Generator\>::value</tt> is true, then let \c E be \c basic_expr; 124 /// <tt>Generator()(E\<tag::terminal, term\<A\> \>::make(t))</tt>. [all …]
|
| H A D | generate.hpp | 82 /// \brief Annotate a generator to indicate that it would 84 /// than \c proto::expr\<\>. <tt>use_basic_expr\<Generator\></tt> is 85 /// itself a generator. 87 template<typename Generator> 89 : Generator 94 /// \brief A simple generator that passes an expression 126 /// \brief A simple generator that passes an expression 139 /// \brief A generator that wraps expressions passed 145 /// \c generator\<\> wraps each expression passed to it in 148 struct generator struct [all …]
|
| /OK3568_Linux_fs/buildroot/package/odb/ |
| H A D | 0002-Remove-gratuitous-classes.patch | 13 odb/generator.cxx | 24 ++++++++++++------------ 14 odb/generator.hxx | 26 ++++++++------------------ 38 diff --git a/odb/generator.cxx b/odb/generator.cxx 40 --- a/odb/generator.cxx 41 +++ b/odb/generator.cxx 46 - throw generator::failed (); 55 - throw generator::failed (); 64 -void generator:: 73 - throw generator::failed (); 82 - throw generator::failed (); [all …]
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | fsl_qe.h | 135 QE_BRG1, /* Baud Rate Generator 1 */ 136 QE_BRG2, /* Baud Rate Generator 2 */ 137 QE_BRG3, /* Baud Rate Generator 3 */ 138 QE_BRG4, /* Baud Rate Generator 4 */ 139 QE_BRG5, /* Baud Rate Generator 5 */ 140 QE_BRG6, /* Baud Rate Generator 6 */ 141 QE_BRG7, /* Baud Rate Generator 7 */ 142 QE_BRG8, /* Baud Rate Generator 8 */ 143 QE_BRG9, /* Baud Rate Generator 9 */ 144 QE_BRG10, /* Baud Rate Generator 10 */ [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-connectivity/telepathy/telepathy-python3-0.15.19/ |
| H A D | parallel_make.patch | 18 -_generated/interfaces.py: $(tools_dir)/python-interfaces-generator.xsl $(wildcard $(spec_dir)/*.xm… 19 +_generated/interfaces.py: _generated/__init__.py $(tools_dir)/python-interfaces-generator.xsl $(wi… 21 $(tools_dir)/python-interfaces-generator.xsl \ 24 -_generated/constants.py: $(tools_dir)/python-constants-generator.xsl $(wildcard $(spec_dir)/*.xml) 25 +_generated/constants.py: _generated/__init__.py $(tools_dir)/python-constants-generator.xsl $(wild… 27 $(tools_dir)/python-constants-generator.xsl \ 30 -_generated/errors.py: $(tools_dir)/python-errors-generator.xsl $(wildcard $(spec_dir)/*.xml) 31 +_generated/errors.py: _generated/__init__.py $(tools_dir)/python-errors-generator.xsl $(wildcard $… 33 $(tools_dir)/python-errors-generator.xsl \
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/nodejs/nodejs/ |
| H A D | 0001-mips-Use-32bit-cast-for-operand-on-mips32.patch | 7 deps/v8/src/compiler/backend/mips/code-generator-mips.cc: In member function 'void v8::internal::co… 8 ../deps/v8/src/compiler/backend/mips/code-generator-mips.cc:4233:48: error: call of overloaded 'Ope… 16 deps/v8/src/compiler/backend/mips/code-generator-mips.cc | 2 +- 19 … a/deps/v8/src/compiler/backend/mips/code-generator-mips.cc b/deps/v8/src/compiler/backend/mips/co… 21 --- a/deps/v8/src/compiler/backend/mips/code-generator-mips.cc 22 +++ b/deps/v8/src/compiler/backend/mips/code-generator-mips.cc
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/bits/ |
| H A D | random.h | 55 * 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 …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/bits/ |
| H A D | random.h | 55 * 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 …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-gnome/gtk-doc/files/ |
| H A D | 0001-Do-not-hardocode-paths-to-perl-python-in-scripts.patch | 36 # gtk-doc - GTK DocBook documentation generator. 56 # gtk-doc - GTK DocBook documentation generator. 66 # gtk-doc - GTK DocBook documentation generator. 76 # gtk-doc - GTK DocBook documentation generator. 86 # gtk-doc - GTK DocBook documentation generator. 96 # gtk-doc - GTK DocBook documentation generator. 106 # gtk-doc - GTK DocBook documentation generator. 116 # gtk-doc - GTK DocBook documentation generator. 126 # gtk-doc - GTK DocBook documentation generator.
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/media/xilinx/ |
| H A D | xlnx,v-tc.txt | 4 The Video Timing Controller is a general purpose video timing generator and 19 - xlnx,generator: The VTC has a timing generator 21 At least one of the xlnx,detector and xlnx,generator properties must be 32 xlnx,generator;
|
| /OK3568_Linux_fs/u-boot/drivers/rng/ |
| H A D | Kconfig | 2 bool "Driver support for Random Number Generator devices" 5 Enable driver model for random number generator(rng) devices. 12 bool "Enable random number generator for rockchip crypto rng" 16 Enable random number generator for rockchip.This driver is
|
| /OK3568_Linux_fs/kernel/lib/reed_solomon/ |
| H A D | reed_solomon.c | 60 * @gfpoly: Field generator polynomial coefficients 61 * @gffunc: Field generator function 62 * @fcr: first root of RS code generator polynomial, index form 64 * @nroots: RS code generator polynomial degree (number of roots) 133 /* Form RS code generator polynomial from its roots */ in codec_init() 201 * @gfpoly: the extended Galois field generator polynomial coefficients, 207 * @fcr: the first consecutive root of the rs code generator polynomial 210 * @nroots: RS code generator polynomial degree (number of roots) 279 * @gfpoly: the extended Galois field generator polynomial coefficients, 282 * @fcr: the first consecutive root of the rs code generator polynomial [all …]
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | rslib.h | 24 * @genpoly: Generator polynomial 25 * @nroots: Number of generator roots = number of parity symbols 29 * @gfpoly: The primitive generator polynominal 88 * @gfpoly: the extended Galois field generator polynomial coefficients, 91 * @fcr: the first consecutive root of the rs code generator polynomial 94 * @nroots: RS code generator polynomial degree (number of roots)
|
| /OK3568_Linux_fs/kernel/drivers/tty/serial/ |
| H A D | ip22zilog.h | 168 #define TRxCBR 2 /* TRxC = BR Generator Output */ 173 #define TCBR 0x10 /* Transmit clock = BR Generator output */ 177 #define RCBR 0x40 /* Receive clock = BR Generator output */ 181 /* Write Register 12 (lower byte of baud rate generator time constant) */ 183 /* Write Register 13 (upper byte of baud rate generator time constant) */ 186 #define BRENAB 1 /* Baud rate generator enable */ 187 #define BRSRC 2 /* Baud rate generator source */ 194 #define SSBR 0x80 /* Set DPLL source = BR generator */ 262 /* Read Register 12 (lower byte of baud rate generator constant) */ 264 /* Read Register 13 (upper byte of baud rate generator constant) */
|
| H A D | zs.h | 187 #define TRxCBR 2 /* TRxC = BR Generator Output */ 192 #define TCBR 0x10 /* Transmit clock = BR Generator output */ 196 #define RCBR 0x40 /* Receive clock = BR Generator output */ 200 /* Write Register 12 (Lower Byte of Baud Rate Generator Time Constant) */ 202 /* Write Register 13 (Upper Byte of Baud Rate Generator Time Constant) */ 205 #define BRENABL 1 /* Baud rate generator enable */ 206 #define BRSRC 2 /* Baud rate generator source */ 213 #define SSBR 0x80 /* Set DPLL source = BR generator */ 279 /* Read Register 12 (Lower Byte of Baud Rate Generator Constant (WR12)) */ 281 /* Read Register 13 (Upper Byte of Baud Rate Generator Constant (WR13) */
|
| /OK3568_Linux_fs/kernel/drivers/net/hamradio/ |
| H A D | z8530.h | 132 #define TRxCBR 2 /* TRxC = BR Generator Output */ 137 #define TCBR 0x10 /* Transmit clock = BR Generator output */ 141 #define RCBR 0x40 /* Receive clock = BR Generator output */ 145 /* Write Register 12 (lower byte of baud rate generator time constant) */ 147 /* Write Register 13 (upper byte of baud rate generator time constant) */ 150 #define BRENABL 1 /* Baud rate generator enable */ 151 #define BRSRC 2 /* Baud rate generator source */ 158 #define SSBR 0x80 /* Set DPLL source = BR generator */ 217 /* Read Register 12 (lower byte of baud rate generator constant) */ 219 /* Read Register 13 (upper byte of baud rate generator constant) */
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | cmake.bbclass | 7 # What CMake generator to use. 12 generator = d.getVar("OECMAKE_GENERATOR") 13 if "Unix Makefiles" in generator: 14 args = "-G '" + generator + "' -DCMAKE_MAKE_PROGRAM=" + d.getVar("MAKE") 17 elif "Ninja" in generator: 18 args = "-G '" + generator + "' -DCMAKE_MAKE_PROGRAM=ninja" 23 bb.fatal("Unknown CMake Generator %s" % generator)
|
| /OK3568_Linux_fs/kernel/arch/m68k/atari/ |
| H A D | atasound.c | 64 /* Disable generator A in mixer control. */ in atari_mksound() 78 /* Set generator A frequency to hz. */ in atari_mksound() 95 /* Use envelope for generator A. */ in atari_mksound() 99 /* Set generator A level to maximum, no envelope. */ in atari_mksound() 103 /* Turn on generator A in mixer control. */ in atari_mksound()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-support/rng-tools/rng-tools/ |
| H A D | init | 15 echo -n "Starting random number generator daemon" 20 echo -n "Stopping random number generator daemon" 30 echo -n "Stopping random number generator daemon" 33 echo -n "Starting random number generator daemon"
|