Home
last modified time | relevance | path

Searched refs:conditional (Results 1 – 25 of 283) sorted by relevance

12345678910>>...12

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/type_traits/
H A Dmake_signed.hpp35 typedef typename conditional<
42 typename conditional<
47 typename conditional<
50 typename conditional<
53 typename conditional<
56 typename conditional<
61 typename conditional<
79 typename conditional<
82 typename conditional<
85 typename conditional<
[all …]
H A Dmake_unsigned.hpp35 typedef typename conditional<
41 typename conditional<
46 typename conditional<
49 typename conditional<
52 typename conditional<
55 typename conditional<
60 typename conditional<
78 typename conditional<
81 typename conditional<
84 typename conditional<
[all …]
H A Dconditional.hpp14 template <bool b, class T, class U> struct conditional { typedef T type; }; struct
15 template <class T, class U> struct conditional<false, T, U> { typedef U type; }; struct
19 template <bool b, class T, class U> using conditional_t = typename conditional<b, T, U>::type;
H A Dtype_with_alignment.hpp159 typedef boost::conditional<
168 typedef boost::conditional<
177 typedef boost::conditional<
185 typedef boost::conditional<
193 typedef boost::conditional<
H A Dcopy_cv.hpp25 …typedef typename boost::conditional<boost::is_const<U>::value, typename boost::add_const<T>::type,…
29 …typedef typename boost::conditional<boost::is_volatile<U>::value, typename boost::add_volatile<CT>…
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dscript_asm.pl271 local ($conditional) = @_;
272 if ($conditional =~ /^\s*(IF|WHEN)\s*(.*)/i) {
274 $conditional = $2;
290 if ($conditional =~ /^NOT\s+(.*)$/i) {
293 $conditional = $1;
302 if ($conditional =~ /^ATN\s*(.*)/i) {#
307 $conditional = $1;
309 } elsif ($conditional =~ /^($phase)\s*(.*)/i) {
313 $conditional = $2;
321 if ($conditional =~ /^(AND|OR)\s*(.*)/i) {
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/type_traits/detail/
H A Dcommon_type_impl.hpp52 template<class T, class U> struct common_type_class: public boost::conditional<
57 typename boost::conditional<
68 template<class T, class U> struct common_type_impl: public boost::conditional<
79 template<class T, class U> struct common_type_impl3: public boost::conditional<
90 template<class T, class U> struct common_type_impl4: public boost::conditional<
H A Dcomposite_member_pointer_type.hpp78 typedef typename boost::conditional<
82 typename boost::conditional<boost::is_base_of<C2, C1>::value, C1, void>::type
H A Dmp_defer.hpp50 template<template<class...> class F, class... T> using mp_defer = typename boost::conditional<mp_va…
/OK3568_Linux_fs/buildroot/utils/checkpackagelib/
H A Dlib_mk.py93 self.conditional = 0
99 self.conditional += 1
102 self.conditional -= 1
110 if self.conditional == 0:
297 self.conditional = 0
301 self.conditional += 1
304 self.conditional -= 1
308 if self.conditional > 0:
/OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/bluez5/
H A Dbluez5_5.65.bb8 # noinst programs in Makefile.tools that are conditional on READLINE
19 # noinst programs in Makefile.tools that are conditional on TESTING
38 # noinst programs in Makefile.tools that are conditional on TOOLS
/OK3568_Linux_fs/u-boot/common/
H A Dbedbug.c1072 int conditional = 0; in find_next_address() local
1109 conditional = 1; in find_next_address()
1125 conditional = 0; in find_next_address()
1138 conditional = 1; in find_next_address()
1151 conditional = 1; in find_next_address()
1156 conditional = 0; in find_next_address()
1161 if (conditional) { in find_next_address()
1217 if (branch && (!conditional || (ctr_ok && cond_ok))) { in find_next_address()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/traits/
H A Dis_backend.hpp29 typedef typename boost::conditional<
37 typedef typename boost::conditional <
/OK3568_Linux_fs/yocto/poky/meta/recipes-kernel/linux/
H A Dlinux-yocto-dev.bb28 SRCREV_machine ?= '${@oe.utils.conditional("PREFERRED_PROVIDER_virtual/kernel", "linux-yocto-dev", …
29 SRCREV_meta ?= '${@oe.utils.conditional("PREFERRED_PROVIDER_virtual/kernel", "linux-yocto-dev", "${…
43 # conditional
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/konkretcmpi/
H A Dkonkretcmpi_0.9.2.bb23 ${@oe.utils.conditional("libdir", "/usr/lib64", "-DLIB_SUFFIX=64", "", d)} \
24 ${@oe.utils.conditional("libdir", "/usr/lib32", "-DLIB_SUFFIX=32", "", d)} \
/OK3568_Linux_fs/kernel/scripts/coccinelle/misc/
H A Dbugon.cocci6 //# with a BUG_ON having the conditional expression of the if statement
61 …lowed by BUG.\nPlease make sure the condition has no side effects (see conditional BUG_ON definiti…
/OK3568_Linux_fs/yocto/meta-openembedded/meta-perl/recipes-perl/libxml/
H A Dlibxml-libxml-perl_2.0134.bb27 file://fix-CATALOG-conditional-compile.patch \
28 file://using-DOCB-conditional.patch \
/OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/x11-common/
H A Dxserver-nodm-init_3.0.bb23 REQUIRED_DISTRO_FEATURES = "x11 ${@oe.utils.conditional('ROOTLESS_X', '1', 'pam', '', d)}"
66 RDEPENDS:${PN} = "xinit ${@oe.utils.conditional('ROOTLESS_X', '1', 'xuser-account libcap libcap-bin…
/OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/wayland/
H A Drequired-distro-features.inc7 REQUIRED_DISTRO_FEATURES = "wayland opengl ${@oe.utils.conditional('VIRTUAL-RUNTIME_init_manager', …
/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 Duses_allocator.h89 : conditional< in _GLIBCXX_VISIBILITY()
134 : conditional<uses_allocator<_Tp, _Alloc>::value, in _GLIBCXX_VISIBILITY()
H A Dstl_pair.h136 using __converts = typename conditional<__implicit, in _GLIBCXX_VISIBILITY()
150 using __converts = typename conditional<__implicit, in _GLIBCXX_VISIBILITY()
390 operator=(typename conditional< in _GLIBCXX_VISIBILITY()
401 operator=(typename conditional< in _GLIBCXX_VISIBILITY()
/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 Duses_allocator.h89 : conditional< in _GLIBCXX_VISIBILITY()
134 : conditional<uses_allocator<_Tp, _Alloc>::value, in _GLIBCXX_VISIBILITY()
H A Dstl_pair.h136 using __converts = typename conditional<__implicit, in _GLIBCXX_VISIBILITY()
150 using __converts = typename conditional<__implicit, in _GLIBCXX_VISIBILITY()
390 operator=(typename conditional< in _GLIBCXX_VISIBILITY()
401 operator=(typename conditional< in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/packagegroups/
H A Dpackagegroup-core-weston.bb8 REQUIRED_DISTRO_FEATURES = "wayland ${@oe.utils.conditional('VIRTUAL-RUNTIME_init_manager', 'system…
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/math/tools/
H A Dconvert_from_string.hpp22 …typedef typename boost::conditional<boost::is_constructible<T, const char*>::value, const char*, T…

12345678910>>...12