Home
last modified time | relevance | path

Searched defs:max_t (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/geometry/0.9.3/include/mapbox/geometry/
H A Denvelope.hpp17 T max_t = limits::has_infinity ? limits::infinity() : limits::max(); in envelope() local
/OK3568_Linux_fs/kernel/arch/powerpc/boot/
H A Dtypes.h41 #define max_t(type, a, b) max(((type) a), ((type) b)) macro
/OK3568_Linux_fs/kernel/include/linux/
H A Dminmax.h112 #define max_t(type, x, y) __careful_cmp((type)(x), (type)(y), >) macro
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_scan_instance.c49 u8 max_t[2] = {PASSIVE_PERIOD_MAX, ACTIVE_PERIOD_MAX}; in _set_inst_ch() local
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_scan_instance.c49 u8 max_t[2] = {PASSIVE_PERIOD_MAX, ACTIVE_PERIOD_MAX}; in _set_inst_ch() local
/OK3568_Linux_fs/u-boot/include/linux/
H A Dkernel.h204 #define max_t(type, x, y) ({ \ macro
/OK3568_Linux_fs/kernel/arch/mips/include/asm/octeon/
H A Dcvmx-stxx-defs.h250 uint64_t max_t:16; member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/radeon/
H A Dsi_dpm.h77 u32 max_t; member
/OK3568_Linux_fs/kernel/tools/vm/
H A Dpage-types.c218 #define max_t(type, x, y) ({ \ macro
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/pm/powerplay/
H A Dsi_dpm.h893 u32 max_t; member
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/detail/
H A Ddefault_ops.hpp1519 …<boost::is_same<boost::intmax_t, long>::value, boost::long_long_type, boost::intmax_t>::type max_t; in eval_logb() typedef