Searched refs:LE16 (Results 1 – 1 of 1) sorted by relevance
82 #define LE16(p) (((uint16_t)(p)->hs[1]<<8)|((uint16_t)(p)->hs[0])) macro1094 p->h = (short)LE16(p); in mconvert()1400 off = SEXT(sgn,16,LE16(q)); in mget()1434 offset = do_ops(m, SEXT(sgn,16,LE16(p)), off); in mget()