Home
last modified time | relevance | path

Searched refs:nS16 (Results 1 – 1 of 1) sorted by relevance

/aoo42x/main/vcl/source/fontsubset/
H A Dcff.cxx788 short nS16 = (p[1] << 8) + p[2]; in read2push() local
789 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