Searched defs:Y (Results 1 – 3 of 3) sorted by relevance
/bionic/libc/kernel/uapi/linux/ |
D | const.h | 26 #define __AC(X,Y) (X ##Y) argument 27 #define _AC(X,Y) __AC(X, Y) argument
|
/bionic/libc/arch-mips/string/ |
D | memcpy.S | 795 # define SWAP_REGS(X,Y) X, Y argument 798 # define SWAP_REGS(X,Y) Y, X argument
|
/bionic/libc/upstream-dlmalloc/ |
D | malloc.c | 1901 #define EQ_OWNER(X,Y) ((X) == (Y)) argument 1910 #define EQ_OWNER(X,Y) pthread_equal(X, Y) argument
|