HomeSort by relevance Sort by last modified time
    Searched refs:IndexU (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/PerformancePkg/Dp_App/
DpUtilities.c 160 UINTN IndexU; // Current work location within a Unicode string.
182 IndexU = 0;
184 UnicodeBuffer[IndexU] = (CHAR16) PdbFileName[IndexA];
185 IndexU++;
186 if (IndexU >= DP_GAUGE_STRING_LENGTH) {
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiDpLib/
DpUtilities.c 145 UINTN IndexU; // Current work location within a Unicode string.
167 IndexU = 0;
169 UnicodeBuffer[IndexU] = (CHAR16) PdbFileName[IndexA];
170 IndexU++;
171 if (IndexU >= DP_GAUGE_STRING_LENGTH) {

Completed in 69 milliseconds