Lines Matching defs:Total
341 * Total - Total length of line
354 UINT32 Total)
395 if (Total >= 256)
451 * Total - Number of characters printed so far
465 UINT32 *Total)
562 if (*Total < 256)
572 else if (*Total == 256)
588 *Total += 1;
639 UINT32 Total = 0;
702 AeDecodeErrorMessageId (OutputFile, Enode, PrematureEOF, Total);
706 Status = AePrintErrorSourceLine (OutputFile, Enode, &PrematureEOF, &Total);
720 AeDecodeErrorMessageId (OutputFile, Enode, PrematureEOF, Total);
750 UINT32 Total = 0;
765 (void) AePrintErrorSourceLine (OutputFile, Enode, &PrematureEOF, &Total);