HomeSort by relevance Sort by last modified time
    Searched defs:ValidBytes (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/TerminalDxe/
Vtutf8.c 30 UINT8 ValidBytes;
33 ValidBytes = 0;
41 GetOneValidUtf8Char (TerminalDevice, &Utf8Char, &ValidBytes);
43 if (ValidBytes < 1 || ValidBytes > 3) {
47 Utf8ToUnicode (Utf8Char, ValidBytes, (CHAR16 *) &UnicodeChar);
58 @param ValidBytes The count of returned VT-VTF8 characters.
59 If ValidBytes is zero, no valid VT-UTF8 returned.
66 OUT UINT8 *ValidBytes
79 // then *ValidBytes will be zero.
    [all...]
TerminalConOut.c 187 UINT8 ValidBytes;
194 ValidBytes = 0;
271 UnicodeToUtf8 (*WString, &Utf8Char, &ValidBytes);
272 Length = ValidBytes;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/TftpServer/
TftpServer.h 184 UINT64 ValidBytes; ///< Number of valid bytes in the buffer
  /device/linaro/bootloader/edk2/StdLib/EfiSocketLib/
Socket.h 210 size_t ValidBytes; ///< Length of valid data in bytes
    [all...]

Completed in 195 milliseconds