Searched refs:tmp_mc (Results 1 – 1 of 1) sorted by relevance
/external/capstone/suite/cstest/src/ |
D | capstone_test.c | 108 char tmp[MAXMEM], tmp_mc[MAXMEM], origin[MAXMEM], tmp_noreg[MAXMEM]; in test_single_MC() local 151 strcpy(tmp_mc, list_part[1]); in test_single_MC() 152 replace_hex(tmp_mc); in test_single_MC() 153 replace_negative(tmp_mc, mc_mode); in test_single_MC() 178 if (strcmp(tmp, tmp_mc) && strcmp(tmp_noreg, tmp_mc)) { in test_single_MC() 179 …s\" and \"%s\" != \"%s\" )\n", list_part[0], origin, list_part[1], tmp, tmp_mc, tmp_noreg, tmp_mc); in test_single_MC() 190 } else if (strcmp(tmp, tmp_mc)) { in test_single_MC() 191 … %s --- \"%s\" != \"%s\" ( \"%s\" != \"%s\" )\n", list_part[0], origin, list_part[1], tmp, tmp_mc); in test_single_MC()
|