Searched defs:min_t (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/contrib/xz-embedded/freebsd/ |
| H A D | xz_config.h | 68 #define min_t(type, x, y) min((x), (y)) macro
|
| /f-stack/freebsd/contrib/xz-embedded/userspace/ |
| H A D | xz_config.h | 53 #define min_t(type, x, y) min(x, y) macro
|
| /f-stack/freebsd/contrib/ena-com/ |
| H A D | ena_plat.h | 202 #define min_t(type, _x, _y) ((type)(_x) < (type)(_y) ? (type)(_x) : (type)(_y)) macro
|
| /f-stack/dpdk/drivers/net/bnxt/ |
| H A D | bnxt_ethdev.c | 4178 #define min_t(type, x, y) ({ \ macro
|