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