Home | History | Annotate | Download | only in reflect

Lines Matching refs:s4

142 static s4 readSignedInt(const u1* ptr, int zwidth)
144 s4 val = 0;
148 val = ((u4)val >> 8) | (((s4)*ptr++) << 24);