Searched refs:NumCells (Results 1 – 2 of 2) sorted by relevance
504 ULONG NumCells; in CON_API() local507 NumCells = ConioRectWidth(&ReadOutputRequest->ReadRegion) * in CON_API()516 if (NumCells <= 1) in CON_API()529 NumCells, in CON_API()570 ULONG NumCells; in CON_API() local573 NumCells = ConioRectWidth(&WriteOutputRequest->WriteRegion) * in CON_API()597 if (NumCells <= 1) in CON_API()610 NumCells, in CON_API()625 ULONG Size = NumCells * sizeof(CHAR_INFO); in CON_API()
354 ULONG NumCells; in IntReadConsoleOutput() local383 NumCells = SizeX * SizeY; in IntReadConsoleOutput()392 if (NumCells <= 1) in IntReadConsoleOutput()399 ULONG Size = NumCells * sizeof(CHAR_INFO); in IntReadConsoleOutput()823 ULONG NumCells; in IntWriteConsoleOutput() local852 NumCells = SizeX * SizeY; in IntWriteConsoleOutput()861 if (NumCells <= 1) in IntWriteConsoleOutput()869 ULONG Size = NumCells * sizeof(CHAR_INFO); in IntWriteConsoleOutput()