Searched defs:max_t (Results 1 – 6 of 6) sorted by relevance
| /linux/arch/powerpc/boot/ |
| H A D | types.h | 41 #define max_t(type, a, b) max(((type) a), ((type) b)) macro
|
| /linux/include/linux/ |
| H A D | minmax.h | 169 #define max_t(type, x, y) __cmp_once(max, type, x, y) macro
|
| /linux/arch/mips/include/asm/octeon/ |
| H A D | cvmx-stxx-defs.h | 250 uint64_t max_t:16; member
|
| /linux/drivers/gpu/drm/radeon/ |
| H A D | si_dpm.h | 72 u32 max_t; member
|
| /linux/tools/mm/ |
| H A D | page-types.c | 218 #define max_t(type, x, y) ({ \ macro
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | reg_bounds.c | 78 static __always_inline u64 max_t(enum num_t t, u64 x, u64 y) in max_t() function [all...] |