Searched defs:min_t (Results 1 – 8 of 8) 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 D | envelope.hpp | 16 T min_t = limits::has_infinity ? -limits::infinity() : limits::min(); in envelope() local
|
| /OK3568_Linux_fs/kernel/arch/powerpc/boot/ |
| H A D | types.h | 40 #define min_t(type, a, b) min(((type) a), ((type) b)) macro
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | minmax.h | 104 #define min_t(type, x, y) __careful_cmp((type)(x), (type)(y), <) macro
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/ |
| H A D | phl_scan_instance.c | 50 u8 min_t[2] = {PASSIVE_PERIOD_MIN, ACTIVE_PERIOD_MIN}; in _set_inst_ch() local
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/ |
| H A D | phl_scan_instance.c | 50 u8 min_t[2] = {PASSIVE_PERIOD_MIN, ACTIVE_PERIOD_MIN}; in _set_inst_ch() local
|
| /OK3568_Linux_fs/kernel/tools/testing/scatterlist/linux/ |
| H A D | mm.h | 72 #define min_t(type, x, y) \ macro
|
| /OK3568_Linux_fs/u-boot/include/linux/ |
| H A D | kernel.h | 199 #define min_t(type, x, y) ({ \ macro
|
| /OK3568_Linux_fs/kernel/tools/vm/ |
| H A D | page-types.c | 213 #define min_t(type, x, y) ({ \ macro
|