Lines Matching defs:c2
498 unsigned int c2;499 c2 = OTHER(is)->other_reverse(ucode, OTHER(is)->other_aux);500 if (c2 >> 24)501 WRITE_4(c2);502 else if (c2 >> 16)503 WRITE_3(c2);504 else if (c2 >> 8)505 WRITE_2(c2);506 else if (c2)507 WRITE_1(c2);