Home
last modified time | relevance | path

Searched full:trivial (Results 1 – 25 of 578) sorted by relevance

12345678910>>...24

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/cpp_int/
H A Dserialize.hpp37 // Trivial or non-trivial cpp_int type.
44 // Non-trivial. in do_serialize()
74 // Non-trivial. in do_serialize()
98 // Trivial. in do_serialize()
119 // Trivial. in do_serialize()
136 // Non-trivial. in do_serialize()
152 // Non-trivial. in do_serialize()
164 // Trivial. in do_serialize()
176 // Trivial. in do_serialize()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/ostree/
H A Dostree_2021.6.bb86 PACKAGECONFIG[trivial-httpd-cmdline] = "--enable-trivial-httpd-cmdline, --disable-trivial-httpd-cmd…
134 ${PN}-trivial-httpd \
159 FILES:${PN}-trivial-httpd = " \
160 ${libexecdir}/libostree/ostree-trivial-httpd \
164 ${@bb.utils.contains('PACKAGECONFIG', 'trivial-httpd-cmdline', '${PN}-trivial-httpd', '', d)} \
198 ${PN}-trivial-httpd \
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/rtc/
H A Dtrivial-rtc.yaml4 $id: http://devicetree.org/schemas/rtc/trivial-rtc.yaml#
7 title: Trivial RTCs
13 This is a list of trivial RTC devices that have simple device tree
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/dropbear/dropbear/
H A DCVE-2021-36369.patch4 Subject: [PATCH] added option to disable trivial auth methods (#128)
6 * added option to disable trivial auth methods
10 * fixed trivial auth detection for pubkeys
37 + dropbear_exit("trivial authentication not allowed");
/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 Doptional162 // used to perform non-trivial copy assignment.
177 // used to perform non-trivial move assignment.
234 // User-provided destructor is needed when _Up has non-trivial dtor.
295 // Payload for potentially-constexpr optionals (trivial copy/move/destroy).
305 // Payload for optionals with non-trivial copy construction/assignment.
318 // Non-trivial copy assignment.
328 // Payload for optionals with non-trivial move construction/assignment.
341 // Non-trivial move assignment.
353 // Payload for optionals with non-trivial copy and move assignment.
365 // Non-trivial copy assignment.
[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 Doptional162 // used to perform non-trivial copy assignment.
177 // used to perform non-trivial move assignment.
234 // User-provided destructor is needed when _Up has non-trivial dtor.
295 // Payload for potentially-constexpr optionals (trivial copy/move/destroy).
305 // Payload for optionals with non-trivial copy construction/assignment.
318 // Non-trivial copy assignment.
328 // Payload for optionals with non-trivial move construction/assignment.
341 // Non-trivial move assignment.
353 // Payload for optionals with non-trivial copy and move assignment.
365 // Non-trivial copy assignment.
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/geojsonvt/6.5.1/include/mapbox/geojsonvt/
H A Dclip.hpp219 if (minAll >= k1 && maxAll < k2) // trivial accept in clip()
222 if (maxAll < k1 || minAll >= k2) // trivial reject in clip()
235 if (min >= k1 && max < k2) { // trivial accept in clip()
238 } else if (max < k1 || min >= k2) { // trivial reject in clip()
/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 Dstl_construct.h166 * a trivial destructor, the compiler should optimize all of this in _GLIBCXX_VISIBILITY()
176 // A deleted destructor is trivial, this ensures we reject such types: in _GLIBCXX_VISIBILITY()
215 * a trivial destructor, the compiler should optimize all of this in _GLIBCXX_VISIBILITY()
225 // A deleted destructor is trivial, this ensures we reject such types: in _GLIBCXX_VISIBILITY()
H A Dstl_uninitialized.h135 // Trivial types can have deleted copy constructor, but the std::copy in _GLIBCXX_VISIBILITY()
142 // Trivial types can have deleted assignment, so using std::copy in _GLIBCXX_VISIBILITY()
208 // Trivial types can have deleted copy constructor, but the std::fill in _GLIBCXX_VISIBILITY()
213 // Trivial types can have deleted assignment, so using std::fill in _GLIBCXX_VISIBILITY()
279 // Trivial types can have deleted copy constructor, but the std::fill in _GLIBCXX_VISIBILITY()
284 // Trivial types can have deleted assignment, so using std::fill in _GLIBCXX_VISIBILITY()
602 // trivial types can have deleted assignment in _GLIBCXX_VISIBILITY()
618 // trivial types can have deleted assignment in _GLIBCXX_VISIBILITY()
/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 Dstl_construct.h166 * a trivial destructor, the compiler should optimize all of this in _GLIBCXX_VISIBILITY()
176 // A deleted destructor is trivial, this ensures we reject such types: in _GLIBCXX_VISIBILITY()
215 * a trivial destructor, the compiler should optimize all of this in _GLIBCXX_VISIBILITY()
225 // A deleted destructor is trivial, this ensures we reject such types: in _GLIBCXX_VISIBILITY()
H A Dstl_uninitialized.h135 // Trivial types can have deleted copy constructor, but the std::copy in _GLIBCXX_VISIBILITY()
142 // Trivial types can have deleted assignment, so using std::copy in _GLIBCXX_VISIBILITY()
208 // Trivial types can have deleted copy constructor, but the std::fill in _GLIBCXX_VISIBILITY()
213 // Trivial types can have deleted assignment, so using std::fill in _GLIBCXX_VISIBILITY()
279 // Trivial types can have deleted copy constructor, but the std::fill in _GLIBCXX_VISIBILITY()
284 // Trivial types can have deleted assignment, so using std::fill in _GLIBCXX_VISIBILITY()
602 // trivial types can have deleted assignment in _GLIBCXX_VISIBILITY()
618 // trivial types can have deleted assignment in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/tftp-hpa/
H A Dtftp-hpa_5.2.bb1 SUMMARY = "Client for the Trivial File Transfer Protocol"
3 "The Trivial File Transfer Protocol (TFTP) is normally used only for \
78 SUMMARY:tftp-hpa-server = "Server for the Trivial File Transfer Protocol"
/OK3568_Linux_fs/u-boot/doc/
H A DREADME.hwconfig45 dependency tracking could be non-trivial. For example, for
50 It's quite trivial to implement simple cases though.
/OK3568_Linux_fs/kernel/include/asm-generic/
H A Dpgtable-nop4d.h18 * The "pgd_xxx()" functions here are trivial for a folded two-level
48 * allocating and freeing a p4d is trivial: the 1-entry p4d is
H A Dpgtable-nopmd.h26 * The "pud_xxx()" functions here are trivial for a folded two-level
57 * allocating and freeing a pmd is trivial: the 1-entry pmd is
H A Dpgtable-nopud.h24 * The "p4d_xxx()" functions here are trivial for a folded two-level
55 * allocating and freeing a pud is trivial: the 1-entry pud is
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/numeric/conversion/detail/
H A Dconverter.hpp450 // Trivial Converter : used when (cv-unqualified) T == (cv-unqualified) S
583 typedef trivial_converter_impl<Traits> Trivial ; typedef
584 typedef mpl::identity <Trivial> TrivialQ ;
593 typedef typename Traits::trivial trivial ; typedef
595 typedef typename mpl::eval_if<trivial,TrivialQ,NonTrivialQ>::type type ;
H A Dconversion_traits.hpp39 typedef mpl::false_ trivial ; typedef
64 typedef mpl::true_ trivial ; typedef
/OK3568_Linux_fs/yocto/meta-browser/meta-firefox/recipes-browser/firefox/firefox/fixes/
H A D0001-Bug-1721326-Fix-build-with-glibc-2.34.patch20 -// The watchdog thread loop is pretty trivial, and should not require much stack
35 + // The watchdog thread loop is pretty trivial, and should not
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/
H A Dcpp_int.hpp57 …Bits, cpp_integer_type SignType, cpp_int_check_type Checked, class Allocator, bool trivial = false>
81 // we call this a "trivial" cpp_int:
412 …eter MinBits is inconsistent with the parameter trivial - did you mistakingly try to override the
564 …eter MinBits is inconsistent with the parameter trivial - did you mistakingly try to override the
741 …eter MinBits is inconsistent with the parameter trivial - did you mistakingly try to override the
884 …eter MinBits is inconsistent with the parameter trivial - did you mistakingly try to override the
1089 // Assigning trivial type to trivial type: in do_assign()
1098 // non-trivial to trivial narrowing conversion: in do_assign()
1115 …// trivial to non-trivial, treat the trivial argument as if it were an unsigned arithmetic type, t… in do_assign()
1127 // regular non-trivial to non-trivial assign: in do_assign()
/OK3568_Linux_fs/kernel/fs/hfs/
H A Dtrans.c24 * the 'trivial' name-mangling scheme, returning the length of the
90 * using the 'trivial' name-mangling scheme, returning the length of
/OK3568_Linux_fs/kernel/Documentation/translations/zh_CN/process/
H A Dsubmitting-patches.rst257 对于小的补丁,你也许会CC到搜集琐碎补丁的邮件列表(Trivial Patch Monkey)
258 trivial@kernel.org,那里专门收集琐碎的补丁。下面这样的补丁会被看作“琐碎的”
273 违例写一下译注。"trivial"这个英文单词的本意是“琐碎的,不重要的。”但是在这里
278 trivial@kernel.org邮件列表的目的是针对这样的补丁,为提交者提供一个中心,来
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/libeigen/libeigen/
H A D0001-Default-eigen_packet_wrapper-constructor.patch6 This makes it trivial, allowing use of `memcpy`.
23 …ror: 'void* memcpy(void*, const void*, size_t)' copying an object of non-trivial type 'Eigen::inte…
40 …ror: 'void* memcpy(void*, const void*, size_t)' copying an object of non-trivial type 'Eigen::inte…
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/
H A Dbtf_dump_test_case_syntax.c44 * While previous function pointers are pretty trivial (C-syntax-level
45 * trivial), the following are deciphered here for future generations:
/OK3568_Linux_fs/kernel/tools/testing/selftests/arm64/fp/
H A Dfpsimd-test.S171 // Trivial memory copy: copy x2 bytes, starting at address x1, to address x0.
244 // Trivial memory fill: fill x1 bytes starting at address x0 with byte w2
257 // Trivial memory compare: compare x2 bytes starting at address x0 with

12345678910>>...24