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

  /device/linaro/bootloader/edk2/PerformancePkg/Dp_App/
DpUtilities.c 159 UINTN IndexA; // Current work location within an ASCII string.
172 for (IndexA = 0; PdbFileName[IndexA] != 0; IndexA++) {
173 if (PdbFileName[IndexA] == '\\') {
174 StartIndex = IndexA + 1;
177 if (PdbFileName[IndexA] == '.') {
178 EndIndex = IndexA;
183 for (IndexA = StartIndex; IndexA < EndIndex; IndexA++) {
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiDpLib/
DpUtilities.c 144 UINTN IndexA; // Current work location within an ASCII string.
157 for (IndexA = 0; PdbFileName[IndexA] != 0; IndexA++) {
158 if (PdbFileName[IndexA] == '\\') {
159 StartIndex = IndexA + 1;
162 if (PdbFileName[IndexA] == '.') {
163 EndIndex = IndexA;
168 for (IndexA = StartIndex; IndexA < EndIndex; IndexA++) {
    [all...]

Completed in 362 milliseconds