* Use explicit typecasts to force signed char comparisons Avoids warnings about tautological comparisons (either the >= 0 comparison for ARM/PowerPC or the <= 127 comparison for x86*) * Remove unused function