Home
last modified time | relevance | path

Searched defs:TM_SHORT (Results 1 – 2 of 2) sorted by relevance

/original-bsd/sys/tahoe/stand/
H A Dcyvar.h16 #define TM_SHORT(x) (short)((((x) >> 8) & 0xff) + (((x) << 8) & 0xff00)) macro
/original-bsd/sys/tahoe/vba/
H A Dcyvar.h6 #define TM_SHORT(x) (short)((((x) >> 8) & 0xff) + (((x) << 8) & 0xff00)) macro