Lines Matching defs:Count
395 * The original object just had its reference count
415 /* Update reference count of new object */
571 /* Set the reference count according to the parent Package object */
611 UINT32 Count;
643 Count = ObjDesc->Package.Count;
644 NewCount = Count;
651 for (i = 0; i < Count; i++)
668 if (NewCount < Count)
672 Info->FullPathname, (Count - NewCount)));
674 /* NULL terminate list and update the package count */
677 ObjDesc->Package.Count = NewCount;