Searched refs:nS16 (Results 1 – 1 of 1) sorted by relevance
788 short nS16 = (p[1] << 8) + p[2]; in read2push() local789 if( (sizeof(nS16) != 2) && (nS16 & (1<<15))) in read2push()790 nS16 |= (~0U) << 15; // assuming 2s complement in read2push()791 aVal = nS16; in read2push()
Completed in 22 milliseconds