Searched defs:CONV (Results 1 – 8 of 8) sorted by relevance
33 #define CONV(x) ((int)(((x).path >> 4)&0xfff)) macro
99 #define CONV(x) (((x).path >> 5)&(Maxdstate-1)) macro
206 #define CONV(x) (((x).path >> 5)&(MaxTlsDevs-1)) macro
48 #define CONV(x) ( (((ulong)(x).path) >> Shiftconv) & Maskconv ) macro
100 #define CONV(x) (((x).path >> 5)&(Maxdstate-1)) macro
207 #define CONV(x) (((x).path >> 5)&(MaxTlsDevs-1)) macro
53 #define CONV(x) ((((ulong)(x).path) >> 8)&(Maxconv-1)) macro