Searched defs:X2 (Results 1 – 2 of 2) sorted by relevance
/glibc-2.36/sysdeps/pthread/ |
D | tst-cancel19.c | 45 #define X2(n) X1(n##0) X1(n##1) X1(n##2) X1(n##3) X1(n##4) in clobber_lots_of_regs() macro
|
/glibc-2.36/libio/ |
D | libioP.h | 125 #define JUMP2(FUNC, THIS, X1, X2) (_IO_JUMPS_FUNC(THIS)->FUNC) (THIS, X1, X2) argument 126 #define JUMP3(FUNC, THIS, X1,X2,X3) (_IO_JUMPS_FUNC(THIS)->FUNC) (THIS, X1,X2, X3) argument 132 #define WJUMP2(FUNC, THIS, X1, X2) (_IO_WIDE_JUMPS_FUNC(THIS)->FUNC) (THIS, X1, X2) argument 133 #define WJUMP3(FUNC, THIS, X1,X2,X3) (_IO_WIDE_JUMPS_FUNC(THIS)->FUNC) (THIS, X1,X2, X3) argument
|