Home
last modified time | relevance | path

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

/external/capstone/suite/cstest/src/
Dcapstone_test.c103 char **list_part, **list_byte; in test_single_MC() local
118 list_byte = split(offset_opcode[1], ",", &size_byte); in test_single_MC()
121 list_byte = split(offset_opcode[0], ",", &size_byte); in test_single_MC()
126 code[i] = (unsigned char)strtol(list_byte[i], NULL, 16); in test_single_MC()
134 free_strs(list_byte, size_byte); in test_single_MC()
142 free_strs(list_byte, size_byte); in test_single_MC()
182 free_strs(list_byte, size_byte); in test_single_MC()
194 free_strs(list_byte, size_byte); in test_single_MC()
202 free_strs(list_byte, size_byte); in test_single_MC()
278 char **list_part, **list_byte, **list_part_cs_result, **list_part_issue_result; in test_single_issue() local
[all …]