Searched defs:X (Results 1 – 1 of 1) sorted by relevance
/trusty/user/base/lib/dlmalloc/ |
D | dlmalloc.c | 1908 #define EQ_OWNER(X,Y) ((X) == (Y)) argument 1917 #define EQ_OWNER(X,Y) pthread_equal(X, Y) argument 2953 #define compute_bit2idx(X, I)\ argument 2961 #define compute_bit2idx(X, I)\ argument 2969 #define compute_bit2idx(X, I)\ argument 2977 #define compute_bit2idx(X, I) I = ffs(X)-1 argument 2980 #define compute_bit2idx(X, I)\ argument 3660 #define insert_large_chunk(M, X, S) {\ argument 3728 #define unlink_large_chunk(M, X) {\ argument
|