Searched refs:BYTECLIP (Results 1 – 1 of 1) sorted by relevance
103 #define BYTECLIP(x) (char)((x) > 127 ? 127 : ((x) < -128 ? -128 : (x))) macro1143 mi->mi_x = BYTECLIP(temp);1155 mi->mi_y = BYTECLIP(temp);1163 mi->mi_x = BYTECLIP(temp);1172 mi->mi_y = BYTECLIP(temp);