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

  /src/sys/external/bsd/acpica/dist/compiler/
aslprepkg.c 185 UINT32 ExpectedCount);
197 UINT32 ExpectedCount);
228 UINT32 ExpectedCount;
296 ExpectedCount = Package->RetInfo.Count1 + Package->RetInfo.Count2;
297 if (Count < ExpectedCount)
301 else if (Count > ExpectedCount)
304 Count, ExpectedCount);
346 ExpectedCount = Package->RetInfo3.Count;
347 if (Count < ExpectedCount)
406 ExpectedCount = (UINT32) Op->Asl.Value.Integer
    [all...]
  /src/sys/external/bsd/acpica/dist/namespace/
nsprepkg.c 212 UINT32 ExpectedCount;
277 ExpectedCount = Package->RetInfo.Count1 + Package->RetInfo.Count2;
278 if (Count < ExpectedCount)
282 else if (Count > ExpectedCount)
287 Info->FullPathname, Count, ExpectedCount));
323 ExpectedCount = Package->RetInfo3.Count;
324 if (Count < ExpectedCount)
394 ExpectedCount = (UINT32) (*Elements)->Integer.Value;
395 if (ExpectedCount >= Count)
400 Count = ExpectedCount;
    [all...]

Completed in 13 milliseconds