Home
last modified time | relevance | path

Searched refs:Y (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/kernel/uapi/linux/
Dconst.h22 #define _AC(X,Y) X
26 #define __AC(X,Y) (X##Y) argument
27 #define _AC(X,Y) __AC(X,Y) 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
2888 unsigned int Y = (unsigned int)X;\
2889 unsigned int N = ((Y - 0x100) >> 16) & 8;\
2890 unsigned int K = (((Y <<= N) - 0x1000) >> 16) & 4;\
2892 N += K = (((Y <<= K) - 0x4000) >> 16) & 2;\
2893 K = 14 - N + ((Y <<= K) >> 15);\
2969 unsigned int Y = X - 1;\
2970 unsigned int K = Y >> (16-4) & 16;\
2971 unsigned int N = K; Y >>= K;\
[all …]