Home
last modified time | relevance | path

Searched refs:__stringify_in_c (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/coreboot/src/arch/ppc64/
H A Dstages.c28 #define __stringify_in_c(...) #__VA_ARGS__ in stage_entry() macro
29 #define stringify_in_c(...) __stringify_in_c(__VA_ARGS__) " " in stage_entry()
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/powerpc/nx-gzip/include/
H A Dcopy-paste.h4 #define __stringify_in_c(...) #__VA_ARGS__ macro
5 #define stringify_in_c(...) __stringify_in_c(__VA_ARGS__) " "
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/powerpc/include/
H A Dinstructions.h73 # define __stringify_in_c(...) #__VA_ARGS__ macro
74 # define stringify_in_c(...) __stringify_in_c(__VA_ARGS__) " "