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

  /src/sys/external/bsd/acpica/dist/tools/acpibin/
abcompare.c 470 UINT8 Mismatches = 0;
557 Mismatches++;
558 if ((Mismatches > 100) && (!AbGbl_DisplayAllMiscompares))
560 printf ("100 Mismatches: Too many mismatches\n");
573 Mismatches++;
578 Mismatches++;
580 else if (!Mismatches)
592 printf ("%u Mismatches found\n", Mismatches);
    [all...]
abcompare.c 470 UINT8 Mismatches = 0;
557 Mismatches++;
558 if ((Mismatches > 100) && (!AbGbl_DisplayAllMiscompares))
560 printf ("100 Mismatches: Too many mismatches\n");
573 Mismatches++;
578 Mismatches++;
580 else if (!Mismatches)
592 printf ("%u Mismatches found\n", Mismatches);
    [all...]

Completed in 74 milliseconds