Home
last modified time | relevance | path

Searched refs:InStr (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/EbcDebugger/
DEdbSupportUI.c195 OUT CHAR16 *InStr, in Input() argument
227 ASSERT (InStr != NULL); in Input()
260 SetMem (InStr, StrLength * sizeof (CHAR16), 0); in Input()
288 CopyMem (InStr + StrPos, InStr + StrPos + 1, sizeof (CHAR16) * (Len - StrPos)); in Input()
314 InStr[Index] = InStr[Index - 1]; in Input()
318 InStr[StrPos] = Key.UnicodeChar; in Input()
335 CopyMem (InStr + StrPos, InStr + StrPos + 1, sizeof (CHAR16) * (Len - StrPos)); in Input()
385 InStr[0] = 0; in Input()
407 CopyMem (InStr, mInputBufferHistory, StrLength * sizeof(CHAR16)); in Input()
445 StrnCpyS (InStr, StrLength, CommandStr, StrLength - 1); in Input()
[all …]
DEdbSupport.h361 OUT CHAR16 *InStr,
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
DMisc.py1424 InStr = False
1428 InStr = not InStr
1429 elif ch == '(' and not InStr:
1431 elif ch == ')' and not InStr:
1434 if (Pair > 0 or InStr) and ch == TAB_VALUE_SPLIT:
/device/linaro/bootloader/edk2/EdkShellPkg/
DShellR64.patch1360 PrintAt (Column, Row, L"%s%.*s", InStr + Update, Delete, L"");
1361 Len = StrLen (InStr);