Home
last modified time | relevance | path

Searched refs:derived (Results 1 – 25 of 1136) sorted by relevance

12345678910>>...46

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dvector-builder.h145 Derived *derived () { return static_cast<Derived *> (this); } in derived() function
146 const Derived *derived () const;
155 vector_builder<T, Shape, Derived>::derived () const in derived() function
218 if (!derived ()->equal_p ((*this)[i], other[i]))
253 return derived ()->apply_step (final, count - 2, in elt()
254 derived ()->step (prev, final)); in elt()
281 derived ()->new_vector (shape, npatterns, nelts_per_pattern); in new_unary_operation()
334 derived ()->new_vector (shape, npatterns, nelts_per_pattern); in new_binary_operation()
374 i != end && derived ()->equal_p (elt (i), elt (start)); in count_dups()
394 derived ()->note_representative (&(*this)[next], (*this)[i]); in reshape()
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dvector-builder.h145 Derived *derived () { return static_cast<Derived *> (this); } in derived() function
146 const Derived *derived () const;
155 vector_builder<T, Shape, Derived>::derived () const in derived() function
218 if (!derived ()->equal_p ((*this)[i], other[i]))
253 return derived ()->apply_step (final, count - 2, in elt()
254 derived ()->step (prev, final)); in elt()
281 derived ()->new_vector (shape, npatterns, nelts_per_pattern); in new_unary_operation()
334 derived ()->new_vector (shape, npatterns, nelts_per_pattern); in new_binary_operation()
374 i != end && derived ()->equal_p (elt (i), elt (start)); in count_dups()
394 derived ()->note_representative (&(*this)[next], (*this)[i]); in reshape()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iterator/
H A Diterator_facade.hpp600 static I& derived(iterator_facade<I,V,TC,R,D>& facade) in derived() function in boost::iterators::iterator_core_access
606 static I const& derived(iterator_facade<I,V,TC,R,D> const& facade) in derived() function in boost::iterators::iterator_core_access
655 return iterator_core_access::dereference(this->derived()); in operator *()
660 return operator_arrow_dispatch_::apply(*this->derived()); in operator ->()
665 iterator_core_access::increment(this->derived()); in operator ++()
666 return this->derived(); in operator ++()
673 Derived& derived() in derived() function in boost::iterators::detail::iterator_facade_base
678 Derived const& derived() const in derived() function in boost::iterators::detail::iterator_facade_base
698 iterator_core_access::decrement(this->derived()); in operator --()
699 return this->derived(); in operator --()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/type_index/
H A Dtype_index_facade.hpp69 BOOST_CXX14_CONSTEXPR const Derived & derived() const BOOST_NOEXCEPT { in derived() function in boost::typeindex::type_index_facade
79 return derived().raw_name(); in name()
85 return derived().name(); in pretty_name()
91 const char* const left = derived().raw_name(); in equal()
99 const char* const left = derived().raw_name(); in before()
109 const char* const name_raw = derived().raw_name(); in hash_code()
/OK3568_Linux_fs/yocto/poky/meta/files/common-licenses/
H A DNoweb5 … source and include this COPYRIGHT file. You may modify noweb and create derived works, provided y…
9 … sell a derived work, provided that all source code for your derived work is available, at no addi…
H A DSSH-short2 can be used freely for any purpose. Any derived versions of this
3 software must be clearly marked as such, and if the derived work is
H A DXSL27 Any stylesheet derived from this Software that is publically
29 version strings in any derived Software will be changed so that
30 no possibility of confusion between the derived package and this
H A DDSSSL33 Any stylesheet derived from this Software that is publically
35 version strings in any derived Software will be changed so that
36 no possibility of confusion between the derived package and this
H A DRSA-MD5 …dentified as "derived from the RSA Data Security, Inc. MD5 Message-Digest Algorithm" in all materi…
H A DNRL7 Portions of the software are derived from the Net/2 and 4.4-Lite Berkeley Software Distributions (B…
9 …iles all contain specific copyright notices and those notices must be retained in any derived work.
24 …the names of its contributors may be used to endorse or promote products derived from this softwar…
H A DSendmail7 Use, Modification and Redistribution (including distribution of any modified or derived work) in so…
20 …r names of their contributors may be used to endorse or promote products derived from this softwar…
32 …the names of its contributors may be used to endorse or promote products derived from this softwar…
H A DSendmail-8.237 Use, Modification and Redistribution (including distribution of any modified or derived work) in so…
20 …r names of their contributors may be used to endorse or promote products derived from this softwar…
32 …the names of its contributors may be used to endorse or promote products derived from this softwar…
H A DPlexus9 3. The name "classworlds” must not be used to endorse or promote products derived from this Softwar…
11 4. Products derived from this Software may not be called "classworlds” nor may "classworlds” appear…
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dsecid.rst13 If this is an outbound flow, the label is derived from the socket, if any, or
16 derived from other sources such as process context, device, etc., in special
19 If this is an inbound flow, the label is derived from the IPSec security
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dexynos5422-odroid-core.dtsi41 /* derived from 532MHz MPLL */
67 /* derived from 666MHz CPLL */
85 /* derived from 666MHz CPLL */
97 /* derived from 600MHz DPLL */
112 /* derived from 666MHz CPLL */
133 /* derived from 532MHz MPLL */
151 /* derived from 666MHz CPLL */
160 /* derived from 666MHz CPLL */
181 /* derived from 532MHz MPLL */
199 /* derived from 600MHz DPLL */
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/support/
H A Dsequence_base.hpp28 derived() const BOOST_NOEXCEPT in derived() function
35 derived() BOOST_NOEXCEPT in derived() function
/OK3568_Linux_fs/kernel/Documentation/hwmon/
H A Dmax16601.rst58 curr1_input VCORE input current, derived from duty cycle and output
88 curr10_input VCORE input current, derived from sensor element.
134 power1_input Input power, derived from duty cycle and output current.
138 power2_input Input power, derived from input current sensor.
/OK3568_Linux_fs/u-boot/Licenses/
H A DExceptions8 U-Boot, and does *not* fall under the heading of "derived work".
13 *not* fall under the heading of "derived work".
/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/
H A Dstreambuf213 * Calls the derived imbue(__loc).
239 * @brief Entry points for derived buffer functions.
242 * derived @c foo member functions, passing the arguments (if any)
288 * Otherwise returns the derived @c showmanyc().
464 * Only called from derived constructors, and sets up all the
482 * including derived classes.
529 * including derived classes.
576 * <em>Between invocations of this function a class derived
590 * Each derived class provides its own appropriate behavior. See
604 * Each derived class provides its own appropriate behavior.
[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/
H A Dstreambuf213 * Calls the derived imbue(__loc).
239 * @brief Entry points for derived buffer functions.
242 * derived @c foo member functions, passing the arguments (if any)
288 * Otherwise returns the derived @c showmanyc().
464 * Only called from derived constructors, and sets up all the
482 * including derived classes.
529 * including derived classes.
576 * <em>Between invocations of this function a class derived
590 * Each derived class provides its own appropriate behavior. See
604 * Each derived class provides its own appropriate behavior.
[all …]
/OK3568_Linux_fs/kernel/drivers/crypto/
H A Dn2_core.c272 struct n2_ahash_alg derived; member
282 return container_of(ahash_alg, struct n2_hmac_alg, derived.alg); in n2_hmac_alg()
633 ds = n2alg->derived.digest_size; in n2_hmac_async_digest()
648 memcpy(&rctx->u, n2alg->derived.hash_init, in n2_hmac_async_digest()
649 n2alg->derived.hw_op_hashsz); in n2_hmac_async_digest()
651 return n2_do_async_digest(req, n2alg->derived.hmac_type, in n2_hmac_async_digest()
652 n2alg->derived.hw_op_hashsz, ds, in n2_hmac_async_digest()
1306 list_for_each_entry_safe(hmac, hmac_tmp, &hmac_algs, derived.entry) { in __n2_unregister_algs()
1307 crypto_unregister_ahash(&hmac->derived.alg); in __n2_unregister_algs()
1308 list_del(&hmac->derived.entry); in __n2_unregister_algs()
[all …]
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/clock/
H A Dmvebu-core-clock.txt43 2 = l2clk (L2 Cache clock derived from CPU0 clock)
44 3 = ddrclk (DDR controller clock derived from CPU0 clock)
49 2 = ddrclk (DDR controller clock derived from CPU0 clock)
H A Drockchip,rv1108-cru.txt35 - "hdmiphy" - external clock input derived from HDMI PHY - optional
36 - "usbphy" - external clock input derived from USB PHY - optional
/OK3568_Linux_fs/buildroot/dl/unixbench/git/UnixBench/pgms/
H A Dindex.base20 # The 2D baseline scores were derived from a test run on an HP Compaq nc8430
36 # The gears test score is derived from a test run on an HP Compaq nc8430
/OK3568_Linux_fs/external/chromium/licenses/
H A DNOTICE13 derived from this software without specific prior written permission.
43 may be used to endorse or promote products derived from this
72 derived from this software without specific prior written permission.
113 may be used to endorse or promote products derived from this software
142 may be used to endorse or promote products derived from this software
395 products derived from this software without specific prior written
691 may be used to endorse or promote products derived from this software
739 may be used to endorse or promote products derived from this software
759 All or some portions of this file are derived from material licensed
773 may be used to endorse or promote products derived from this software
[all …]

12345678910>>...46