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

/vbox/src/VBox/Devices/EFI/Firmware/PerformancePkg/Dp_App/
H A DDpUtilities.c155 UINTN IndexA; // Current work location within an ASCII string. local
168 for (IndexA = 0; PdbFileName[IndexA] != 0; IndexA++) {
169 if (PdbFileName[IndexA] == '\\') {
170 StartIndex = IndexA + 1;
173 if (PdbFileName[IndexA] == '.') {
174 EndIndex = IndexA;
179 for (IndexA = StartIndex; IndexA < EndInde
[all...]

Completed in 50 milliseconds