Lines Matching defs:Count
181 UINT32 *Count);
317 UINT32 Count;
325 Count = strlen (AsciiString) + 1;
329 for (i = 0; i < Count; i++)
482 * Count - Output the count of hex numbers in
495 UINT32 *Count)
541 *Count = BufferCount + 1;
555 * RETURN: Count of remaining data in the input list
571 UINT32 Count;
577 StringValue = DtNormalizeBuffer (StringValue, &Count);
579 if (Count != ByteLength)
582 "Found %u values, must match expected count: %u",
583 Count, ByteLength);
590 for (i = 0; i < Count; i++, Substring += 3)
613 return (ByteLength - Count);