Lines Matching defs:matches
214 /* count the matches and mismatches */
260 LOG_KB_1(("Detected layout is \"%s\", matches=%d, seq=%d\n",
272 * current layout based on the number of matches we find.
299 unsigned matches = 0, entries = 0;
344 /* find a key which matches */
360 ++matches;
391 * don't get bogus messages about bad matches. */
400 LOG_KB_1(("Finished mapping keyboard, matches=%d, entries=%d (excluding 102nd key)\n", matches, entries));
401 if (matches != entries)