Searched refs:__STR (Results 1 – 4 of 4) sorted by relevance
| /src/contrib/ntp/sntp/libopts/autoopts/ |
| H A D | project.h | 62 # define __STR(s) #s macro 63 # define STR(s) __STR(s)
|
| /src/sys/amd64/include/xen/ |
| H A D | hypercall.h | 50 #define __STR(x) #x macro 51 #define STR(x) __STR(x)
|
| /src/sys/i386/include/xen/ |
| H A D | hypercall.h | 41 #define __STR(x) #x macro 42 #define STR(x) __STR(x)
|
| /src/contrib/llvm-project/clang/lib/Headers/ |
| H A D | altivec.h | 3908 #define vec_dst(__PTR, __CW, __STR) \ argument 3909 __builtin_altivec_dst((const void *)(__PTR), (__CW), (__STR)) 3912 #define vec_dstst(__PTR, __CW, __STR) \ argument 3913 __builtin_altivec_dstst((const void *)(__PTR), (__CW), (__STR)) 3916 #define vec_dststt(__PTR, __CW, __STR) \ argument 3917 __builtin_altivec_dststt((const void *)(__PTR), (__CW), (__STR)) 3920 #define vec_dstt(__PTR, __CW, __STR) \ argument 3921 __builtin_altivec_dstt((const void *)(__PTR), (__CW), (__STR))
|