HomeSort by: relevance | last modified time | path
    Searched defs:min_mismatch (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/binutils/dist/opcodes/
aarch64-opc.c 5019 int min_mismatch = 999;
5040 if (mismatch_score < min_mismatch)
5042 min_mismatch = mismatch_score;
5064 if (notes && min_mismatch)
5016 int min_mismatch = 999; local
aarch64-opc.c 5019 int min_mismatch = 999;
5040 if (mismatch_score < min_mismatch)
5042 min_mismatch = mismatch_score;
5064 if (notes && min_mismatch)
5016 int min_mismatch = 999; local

Completed in 45 milliseconds