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

  /src/external/gpl3/binutils/dist/opcodes/
aarch64-opc.c 5031 int mismatch_score = 0;
5033 mismatch_score += 1;
5038 mismatch_score += 2;
5040 if (mismatch_score < min_mismatch)
5042 min_mismatch = mismatch_score;
5044 if (mismatch_score == 0)
5028 int mismatch_score = 0; local

Completed in 23 milliseconds