Home
last modified time | relevance | path

Searched defs:Y (Results 1 – 3 of 3) sorted by relevance

/bionic/libc/kernel/uapi/linux/
Dconst.h26 #define __AC(X,Y) (X ##Y) argument
27 #define _AC(X,Y) __AC(X, Y) argument
/bionic/libc/arch-mips/string/
Dmemcpy.S795 # define SWAP_REGS(X,Y) X, Y argument
798 # define SWAP_REGS(X,Y) Y, X argument
/bionic/libc/upstream-dlmalloc/
Dmalloc.c1901 #define EQ_OWNER(X,Y) ((X) == (Y)) argument
1910 #define EQ_OWNER(X,Y) pthread_equal(X, Y) argument