Home
last modified time | relevance | path

Searched defs:conditional (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/type_traits/
H A Dconditional.hpp14 template <bool b, class T, class U> struct conditional { typedef T type; }; argument
15 template <class T, class U> struct conditional<false, T, U> { typedef U type; }; struct
/OK3568_Linux_fs/u-boot/common/
H A Dbedbug.c1072 int conditional = 0; in find_next_address() local
/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Dutils.py26 def conditional(variable, checkvalue, truevalue, falsevalue, d): function