Home
last modified time | relevance | path

Searched defs:CONV (Results 1 – 8 of 8) sorted by relevance

/plan9/sys/src/cmd/unix/drawterm/kern/
H A Ddevip.c33 #define CONV(x) ((int)(((x).path >> 4)&0xfff)) macro
H A Ddevssl.c99 #define CONV(x) (((x).path >> 5)&(Maxdstate-1)) macro
H A Ddevtls.c206 #define CONV(x) (((x).path >> 5)&(MaxTlsDevs-1)) macro
/plan9/sys/src/9/ip/
H A Ddevip.c48 #define CONV(x) ( (((ulong)(x).path) >> Shiftconv) & Maskconv ) macro
/plan9/sys/src/9/port/
H A Ddevssl.c100 #define CONV(x) (((x).path >> 5)&(Maxdstate-1)) macro
H A Ddevtls.c207 #define CONV(x) (((x).path >> 5)&(MaxTlsDevs-1)) macro
H A Ddevsdp.c53 #define CONV(x) ((((ulong)(x).path) >> 8)&(Maxconv-1)) macro
/plan9/sys/src/9/ppc/
H A Ddevtls.c206 #define CONV(x) (((x).path >> 5)&(MaxTlsDevs-1)) macro