Home | History | Annotate | Download | only in jpeg

Lines Matching refs:signed

1273 echo $ac_n "checking to see if char is signed""... $ac_c" 1>&6
1274 echo "configure:1275: checking to see if char is signed" >&5
1276 echo Assuming that char is signed on target machine.
1294 else if (arg != -67) { /* expected result for signed char */
1298 return 1; /* assume char is signed otherwise */
1321 echo $ac_n "checking to see if right shift is signed""... $ac_c" 1>&6
1322 echo "configure:1323: checking to see if right shift is signed" >&5
1324 echo "$ac_t""Assuming that right shift is signed on target machine." 1>&6
1336 /* See whether right-shift on a long is signed or not. */
1340 if (res == -0x7F7E80CL) { /* expected result for signed shift */
1341 return 1; /* right shift is signed */