Home | History | Annotate | Download | only in src

Lines Matching defs:STREAM_TO_UINT16

94 #define STREAM_TO_UINT16(u16, p) {u16 = ((uint16_t)(*(p)) + (((uint16_t)(*((p) + 1))) << 8)); (p) += 2;}
595 STREAM_TO_UINT16(opcode,p);
706 STREAM_TO_UINT16(opcode,p);
914 STREAM_TO_UINT16(opcode,p);
1257 STREAM_TO_UINT16(opcode,p);