Home
last modified time | relevance | path

Searched defs:static_max (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/variant/1.1.4/include/mapbox/
H A Dvariant.hpp191 struct static_max<arg> struct
193 static const std::size_t value = arg;
197 struct static_max<arg1, arg2, others...> struct
199 …e_t value = arg1 >= arg2 ? static_max<arg1, others...>::value : static_max<arg2, others...>::value;
/OK3568_Linux_fs/kernel/drivers/xen/
H A Dxen-balloon.c66 unsigned long long new_target, static_max; in watch_target() local