Searched refs:MatchCount (Results 1 - 1 of 1) sorted by relevance

/barrelfish-master/lib/acpica/source/tools/acpihelp/
H A Dahdecode.c800 UINT32 MatchCount; local
803 MatchCount = AhFindAslOperators (Name);
804 if (MatchCount == 1)
830 BOOLEAN MatchCount = 0; local
842 MatchCount++;
854 MatchCount++;
858 if (!MatchCount)
863 return (MatchCount);

Completed in 26 milliseconds