Searched defs:X (Results 1 – 4 of 4) 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 29 #define _AT(T,X) ((T)(X)) argument
|
D | securebits.h | 21 #define issecure_mask(X) (1 << (X)) argument
|
/bionic/libc/bionic/ |
D | hash.h | 56 #define CRAYFIX(X) ((X) & 0xffffffff) argument 58 #define CRAYFIX(X) (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 2940 #define compute_bit2idx(X, I)\ argument 2948 #define compute_bit2idx(X, I)\ argument 2956 #define compute_bit2idx(X, I)\ argument 2964 #define compute_bit2idx(X, I) I = ffs(X)-1 argument 2967 #define compute_bit2idx(X, I)\ argument 3664 #define insert_large_chunk(M, X, S) {\ argument 3732 #define unlink_large_chunk(M, X) {\ argument
|