Lines Matching defs:x
41 #define tnf_probe_get_int(x) (*((int *)(x)))
42 #define tnf_probe_get_uint(x) (*((unsigned int *)(x)))
43 #define tnf_probe_get_long(x) (*((long *)(x)))
44 #define tnf_probe_get_ulong(x) (*((unsigned long *)(x)))
45 #define tnf_probe_get_longlong(x) (*((long long *)(x)))
46 #define tnf_probe_get_ulonglong(x) (*((unsigned long long *)(x)))
47 #define tnf_probe_get_float(x) (*((float *)(x)))
48 #define tnf_probe_get_double(x) (*((double *)(x)))