Searched defs:IndexU (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/PerformancePkg/Dp_App/
H A DDpUtilities.c156 UINTN IndexU; // Current work location within a Unicode string. local
178 IndexU = 0;
180 UnicodeBuffer[IndexU] = (CHAR16) PdbFileName[IndexA];
181 IndexU++;
182 if (IndexU >= DXE_PERFORMANCE_STRING_LENGTH) {

Completed in 60 milliseconds