Searched refs:__STR (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/ntp/sntp/libopts/autoopts/
H A Dproject.h62 # define __STR(s) #s macro
63 # define STR(s) __STR(s)
/freebsd-13-stable/sys/i386/include/xen/
H A Dhypercall.h39 #define __STR(x) #x macro
40 #define STR(x) __STR(x)
/freebsd-13-stable/sys/amd64/include/xen/
H A Dhypercall.h50 #define __STR(x) #x macro
51 #define STR(x) __STR(x)
/freebsd-13-stable/contrib/llvm-project/clang/lib/Headers/
H A Daltivec.h3358 #define vec_dst(__PTR, __CW, __STR) \
3360 { __builtin_altivec_dst((const void *)(__PTR), (__CW), (__STR)); })
3363 #define vec_dstst(__PTR, __CW, __STR) \
3365 { __builtin_altivec_dstst((const void *)(__PTR), (__CW), (__STR)); })
3368 #define vec_dststt(__PTR, __CW, __STR) \
3370 { __builtin_altivec_dststt((const void *)(__PTR), (__CW), (__STR)); })
3373 #define vec_dstt(__PTR, __CW, __STR) \
3375 { __builtin_altivec_dstt((const void *)(__PTR), (__CW), (__STR)); })

Completed in 114 milliseconds