Searched defs:glue (Results 1 – 10 of 10) sorted by relevance
/external/valgrind/VEX/test/ |
D | test-amd64-muldiv.h | 2 void glue(glue(test_, OP), b)(int64 op0, int64 op1) in glue() function 20 void glue(glue(test_, OP), w)(int64 op0h, int64 op0, int64 op1) in glue() function 38 void glue(glue(test_, OP), l)(int64 op0h, int64 op0, int64 op1) in glue() function 56 void glue(glue(test_, OP), q)(int64 op0h, int64 op0, int64 op1) in glue() function
|
D | test-i386-muldiv.h | 2 void glue(glue(test_, OP), b)(int op0, int op1) in glue() function 20 void glue(glue(test_, OP), w)(int op0h, int op0, int op1) in glue() function 38 void glue(glue(test_, OP), l)(int op0h, int op0, int op1) in glue() function
|
D | test-i386.h | 145 void glue(test_, OP)(void) in glue() function
|
D | test-i386-shift.h | 145 void glue(test_, OP)(void) in glue() function
|
D | test-amd64.h | 139 void glue(test_, OP)(void) in glue() function
|
D | test-amd64-shift.h | 162 void glue(test_, OP)(void) in glue() function
|
D | test-amd64.c | 52 #define glue(x, y) xglue(x, y) macro
|
D | test-i386.c | 42 #define glue(x, y) xglue(x, y) macro
|
/external/clang/test/Preprocessor/ |
D | c99-6_10_3_4_p6.c | 10 #define glue(a, b) a ## b macro
|
/external/pcre/dist/ |
D | pcretest.c | 746 #define glue(a,b) a##b macro
|