Searched refs:XSTR (Results 1 – 6 of 6) sorted by relevance
7 #define XSTR(s) STR(s) macro 16 const char *version = XSTR(__GLIBC__) "." XSTR(__GLIBC_MINOR__); in main()
5 #define XSTR(s) STR(s) macro133 #define __test_tag(tag) __attribute__((btf_decl_tag("comment:" XSTR(__COUNTER__) ":" tag)))150 #define __retval(val) __test_tag("test_retval=" XSTR(val))151 #define __retval_unpriv(val) __test_tag("test_retval_unpriv=" XSTR(val))167 #define __linear_size(sz) __test_tag("test_linear_size=" XSTR(sz))
26 #define XSTR(s) STR(s) macro 40 asm volatile("in $" XSTR(SYNC_PORT) ", %%al \n" in sync_with_host()
26 #define XSTR(s) STR(s) macro 45 asm volatile("in $" XSTR(SYNC_PORT)", %%al \n" in sync_with_host()
306 #define XSTR(s) #s macro307 #define STR(s) XSTR(s)