Home
last modified time | relevance | path

Searched defs:CONCAT4 (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/include/
Dsymcat.h25 #define CONCAT4(a,b,c,d) a##b##c##d macro
36 #define CONCAT4(a,b,c,d) a/**/b/**/c/**/d macro
Dbfd.h54 #define CONCAT4(a,b,c,d) XCONCAT2(CONCAT2(a,b),CONCAT2(c,d)) macro
/aosp_15_r20/external/gsc-utils/include/
H A Dcommon.h32 #define CONCAT4(w, x, y, z) CONCAT_STAGE_1(w, x, y, z) macro
/aosp_15_r20/external/mesa3d/src/util/
H A Dmacros.h521 #define CONCAT4(a, b, c, d) PASTE4(a, b, c, d) macro