Home | History | Annotate | Download | only in compiler

Lines Matching defs:Count

178     UINT32                      Count);
184 UINT32 Count,
196 UINT32 Count,
229 UINT32 Count;
240 Count = (UINT32) Op->Asl.Value.Integer;
249 if (!Count)
291 * The package count is fixed and there are no subpackages
297 if (Count < ExpectedCount)
301 else if (Count > ExpectedCount)
304 Count, ExpectedCount);
316 * The package count is variable, there are no subpackages,
319 for (i = 0; i < Count; i++)
340 * The package count is variable, there are no subpackages.
346 ExpectedCount = Package->RetInfo3.Count;
347 if (Count < ExpectedCount)
354 for (i = 0; i < Count; i++)
356 if (i < Package->RetInfo3.Count)
383 Count--;
388 Package, 1, Count);
393 /* First element is the (Integer) count of subpackages to follow */
398 /* We must have an integer count from above (otherwise, use Count) */
403 * Count cannot be larger than the parent package length, but
407 if (ExpectedCount >= Count)
412 Count = ExpectedCount;
420 Package, 1, Count);
429 if (Count & 1)
432 Predefined->Info.Name, Count);
440 for (i = 0; i < Count; ++i)
463 if (Count < ExpectedCount)
480 Package, Package->RetInfo4.Count1, Count);
497 Package, 0, Count);
508 Count, ExpectedCount);
536 UINT32 Count;
544 Count = (UINT32) Op->Asl.Value.Integer;
556 /* Validate count (# of elements) */
564 if (Count < ExpectedCount)
567 Count, ExpectedCount);
570 else if (Count > ExpectedCount)
573 Count, ExpectedCount);
599 * Count1 - Count for first group
601 * Count2 - Count for second group
628 * The second group can have a count of zero.
658 * ParentCount - Element count of parent package
686 UINT32 Count;
715 Count = (UINT32) Op->Asl.Value.Integer;
722 if (!Count &&
744 if (Count < ExpectedCount)
747 Count, ExpectedCount);
750 if (Count > ExpectedCount)
753 Count, ExpectedCount);
768 if (Count < ExpectedCount)
771 Count, ExpectedCount);
778 Count - Package->RetInfo.Count1);
787 if (ExpectedCount && (Count < ExpectedCount))
790 Count, 1);
804 ExpectedCount = Package->RetInfo2.Count;
805 if (Count < ExpectedCount)
808 Count, ExpectedCount);
811 if (Count > ExpectedCount)
814 Count, ExpectedCount);
834 if (Count < ExpectedCount)
837 Count, ExpectedCount);
844 Package->RetInfo.ObjectType1, Count, 0, 0);
849 * First element is the (Integer) count of elements, including
850 * the count field (the ACPI name is NumElements)
855 /* We must have an integer count from above (otherwise, use Count) */
860 * Make sure package is large enough for the Count and is
865 if (Count < ExpectedCount)
868 Count, ExpectedCount);
871 else if (Count > ExpectedCount)
874 Count, ExpectedCount);
879 if (Count < Package->RetInfo.Count1)
883 Count, ExpectedCount);
887 Count = ExpectedCount;
894 Package->RetInfo.ObjectType1, (Count - 1), 0, 0);
913 * Count - Actual package element count
914 * ExpectedCount - Expected package element count
927 UINT32 Count,
932 PredefinedName, Count, ExpectedCount);
972 * Count - Actual package element count
973 * ExpectedCount - Expected package element count
985 UINT32 Count,
990 PredefinedName, Count, ExpectedCount);