Home
last modified time | relevance | path

Searched refs:size_offset_opcode (Results 1 – 1 of 1) sorted by relevance

/external/capstone/suite/cstest/src/
Dcapstone_test.c110 int size_offset_opcode; in test_single_MC() local
115 offset_opcode = split(list_part[0], ": ", &size_offset_opcode); in test_single_MC()
116 if (size_offset_opcode > 1) { in test_single_MC()
133 free_strs(offset_opcode, size_offset_opcode); in test_single_MC()
141 free_strs(offset_opcode, size_offset_opcode); in test_single_MC()
181 free_strs(offset_opcode, size_offset_opcode); in test_single_MC()
193 free_strs(offset_opcode, size_offset_opcode); in test_single_MC()
201 free_strs(offset_opcode, size_offset_opcode); in test_single_MC()
286 int size_offset_opcode; in test_single_issue() local
294 offset_opcode = split(list_part[0], ": ", &size_offset_opcode); in test_single_issue()
[all …]