Home
last modified time | relevance | path

Searched refs:CONCAT (Results 1 – 7 of 7) sorted by relevance

/external/elfutils/lib/
Dfixedsizehash.h26 #define CONCAT(t1,t2) __CONCAT (t1,t2) macro
63 struct CONCAT(PREFIX,fshash) in CONCAT() function
66 struct CONCAT(PREFIX,fshashent) in CONCAT()
81 CLASS struct CONCAT(PREFIX,fshash) * in CONCAT() function
82 CONCAT(PREFIX,fshash_init) (size_t nelems) in CONCAT()
84 struct CONCAT(PREFIX,fshash) *result; in CONCAT()
99 result = (struct CONCAT(PREFIX,fshash) *) in CONCAT()
100 xcalloc (sizeof (struct CONCAT(PREFIX,fshash)) in CONCAT()
101 + (nelems + 1) * sizeof (struct CONCAT(PREFIX,fshashent)), 1); in CONCAT()
113 CONCAT(PREFIX,fshash_fini) (struct CONCAT(PREFIX,fshash) *htab) in CONCAT() function
[all …]
/external/qemu/
Dvnchextile.h2 #define CONCAT(a, b) CONCAT_I(a, b) macro
3 #define pixel_t CONCAT(uint, CONCAT(BPP, _t))
5 #define NAME CONCAT(generic_, BPP)
10 static void CONCAT(send_hextile_tile_, NAME)(VncState *vs, in CONCAT() function
209 #undef CONCAT
/external/libffi/src/cris/
Dsysv.S29 #define CONCAT(x,y) x ## y macro
30 #define XCONCAT(x,y) CONCAT (x, y)
/external/skia/src/core/
DSkPictureFlat.h17 CONCAT, enumerator
DSkPicture.cpp58 case CONCAT: return "CONCAT"; in DrawTypeToString()
DSkPictureRecord.cpp104 addDraw(CONCAT); in concat()
DSkPicturePlayback.cpp534 case CONCAT: in draw()
1189 case CONCAT: in dumpStream()