___t               80 include/asm-generic/div64.h 	uint64_t ___res, ___x, ___t, ___m, ___n = (n);			\
___t               95 include/asm-generic/div64.h 	___t = ___res += (___m & 0xffffffff) * (___x >> 32);		\
___t               97 include/asm-generic/div64.h 	___t = (___res < ___t) ? (1ULL << 32) : 0;			\
___t               98 include/asm-generic/div64.h 	___res = (___res >> 32) + ___t;					\
___t              100 include/linux/mlx5/device.h 	u32 ___t = MLX5_GET(typ, p, fld); \
___t              101 include/linux/mlx5/device.h 	pr_debug(#fld " = 0x%x\n", ___t); \
___t              102 include/linux/mlx5/device.h 	___t; \
___t              123 include/linux/mlx5/device.h 	u64 ___t = MLX5_GET64(typ, p, fld); \
___t              124 include/linux/mlx5/device.h 	pr_debug(#fld " = 0x%llx\n", ___t); \
___t              125 include/linux/mlx5/device.h 	___t; \