Lines Matching defs:c
62 #define TPASTE3( a, b, c) a##b##c argument
63 #define TPASTE4( a, b, c, d) a##b##c##d argument
64 #define TPASTE5( a, b, c, d, e) a##b##c##d##e argument
65 #define TPASTE6( a, b, c, d, e, f) a##b##c##d##e##f argument
66 #define TPASTE7( a, b, c, d, e, f, g) a##b##c##d##e##f##g argument
67 #define TPASTE8( a, b, c, d, e, f, g, h) a##b##c##d##e##f##g##h argument
68 #define TPASTE9( a, b, c, d, e, f, g, h, i) a##b##c##d##e##f##g##h##i argument
69 #define TPASTE10(a, b, c, d, e, f, g, h, i, j) a##b##c##d##e##f##g##h##i##j argument
83 #define ATPASTE3( a, b, c) TPASTE3( a, b, c) argument
84 #define ATPASTE4( a, b, c, d) TPASTE4( a, b, c, d) argument
85 #define ATPASTE5( a, b, c, d, e) TPASTE5( a, b, c, d, e) argument
86 #define ATPASTE6( a, b, c, d, e, f) TPASTE6( a, b, c, d, e, f) argument
87 #define ATPASTE7( a, b, c, d, e, f, g) TPASTE7( a, b, c, d, e, f, g) argument
88 #define ATPASTE8( a, b, c, d, e, f, g, h) TPASTE8( a, b, c, d, e, f, g, h) argument
89 #define ATPASTE9( a, b, c, d, e, f, g, h, i) TPASTE9( a, b, c, d, e, f, g, h, i) argument
90 #define ATPASTE10(a, b, c, d, e, f, g, h, i, j) TPASTE10(a, b, c, d, e, f, g, h, i, j) argument