Searched refs:x (Results 1 – 2 of 2) sorted by relevance
26 #define NUM(x, y) CONCAT (x, y) argument28 #define FUNC10(x) \ argument29 FUNC (NUM (x, 0)); \30 FUNC (NUM (x, 1)); \31 FUNC (NUM (x, 2)); \38 FUNC (NUM (x, 9))40 #define FUNC100(x) \ argument50 FUNC10 (NUM (x, 9))78 # define FUNC(x) extern int CONCAT (retNum, x) (void) argument82 # define FUNC(x) int CONCAT (retNum, x) (void) { return x; } argument[all …]
13 #define TLS_REGISTER(x) \ argument15 tls_register_##x (void) \19 tls_registry[i].name = #x; \20 tls_registry[i].addr = (uintptr_t) &x; \21 tls_registry[i].size = sizeof (x); \22 tls_registry[i].align = __alignof__ (x); \
Completed in 4 milliseconds