Home
last modified time | relevance | path

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

/external/capstone/arch/M68K/
DM68KDisassembler.c226 static int DECL_SPEC compare_nof_true_bits(const void *aptr, const void *bptr);
3775 static int DECL_SPEC compare_nof_true_bits(const void *aptr, const void *bptr) in compare_nof_true_bits() function
3809 qsort((void *)g_opcode_info, opcode_info_length, sizeof(g_opcode_info[0]), compare_nof_true_bits); in build_opcode_table()