Home
last modified time | relevance | path

Searched defs:is_int (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/
H A Dnumeric_traits.hpp36 struct is_int : mpl::false_ {}; struct
39 struct is_int<T const> : is_int<T> {}; struct
42 struct is_int<short> : mpl::true_ {}; struct
45 struct is_int<int> : mpl::true_ {}; struct
48 struct is_int<long> : mpl::true_ {}; struct
52 struct is_int<boost::long_long_type> : mpl::true_ {}; struct
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/numeric/conversion/detail/
H A Dbounds.hpp46 typedef mpl::bool_< ::std::numeric_limits<N>::is_integer > is_int ; typedef
/OK3568_Linux_fs/u-boot/drivers/video/tegra124/
H A Dsor.c373 void tegra_dc_sor_set_internal_panel(struct udevice *dev, int is_int) in tegra_dc_sor_set_internal_panel()
/OK3568_Linux_fs/kernel/include/media/
H A Dv4l2-ctrls.h265 unsigned int is_int:1; member
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/hfi1/
H A Dchip.h1474 void (*is_int)(struct hfi1_devdata *dd, unsigned int source); member