HomeSort by: relevance | last modified time | path
    Searched refs:ExpectedCount (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/compiler/
aslprepkg.c 77 UINT32 ExpectedCount);
89 UINT32 ExpectedCount);
120 UINT32 ExpectedCount;
188 ExpectedCount = Package->RetInfo.Count1 + Package->RetInfo.Count2;
189 if (Count < ExpectedCount)
193 else if (Count > ExpectedCount)
196 Count, ExpectedCount);
238 ExpectedCount = Package->RetInfo3.Count;
239 if (Count < ExpectedCount)
298 ExpectedCount = (UINT32) Op->Asl.Value.Integer
    [all...]
  /src/sys/external/bsd/acpica/dist/namespace/
nsprepkg.c 104 UINT32 ExpectedCount;
169 ExpectedCount = Package->RetInfo.Count1 + Package->RetInfo.Count2;
170 if (Count < ExpectedCount)
174 else if (Count > ExpectedCount)
179 Info->FullPathname, Count, ExpectedCount));
215 ExpectedCount = Package->RetInfo3.Count;
216 if (Count < ExpectedCount)
286 ExpectedCount = (UINT32) (*Elements)->Integer.Value;
287 if (ExpectedCount >= Count)
292 Count = ExpectedCount;
    [all...]
nsrepair2.c 121 UINT32 ExpectedCount,
855 * ExpectedCount - Minimum length of each subpackage
873 UINT32 ExpectedCount,
929 if ((*OuterElements)->Package.Count < ExpectedCount)

Completed in 57 milliseconds