Searched refs:CONCAT (Results 1 – 7 of 7) sorted by relevance
/external/elfutils/lib/ |
D | fixedsizehash.h | 26 #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/ |
D | vnchextile.h | 2 #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/ |
D | sysv.S | 29 #define CONCAT(x,y) x ## y macro 30 #define XCONCAT(x,y) CONCAT (x, y)
|
/external/skia/src/core/ |
D | SkPictureFlat.h | 17 CONCAT, enumerator
|
D | SkPicture.cpp | 58 case CONCAT: return "CONCAT"; in DrawTypeToString()
|
D | SkPictureRecord.cpp | 104 addDraw(CONCAT); in concat()
|
D | SkPicturePlayback.cpp | 534 case CONCAT: in draw() 1189 case CONCAT: in dumpStream()
|