HomeSort by relevance Sort by last modified time
    Searched defs:LineIndex (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/EbcDebugger/
EdbCmdMemory.c 88 UINTN LineIndex;
126 for (LineIndex = 0; LineIndex < LineNumber; LineIndex++) {
131 if (((LineIndex % EFI_DEBUGGER_LINE_NUMBER_IN_PAGE) == 0) &&
132 (LineIndex != 0)) {
148 if (((LineIndex % EFI_DEBUGGER_LINE_NUMBER_IN_PAGE) == 0) &&
149 (LineIndex != 0)) {
EdbDisasmSupport.c 1055 UINTN LineIndex;
1078 for (LineIndex = 0; LineIndex < LineNumber; LineIndex++) {
  /external/clang/lib/Parse/
ParseStmtAsm.cpp 247 unsigned LineIndex = 0;
249 LineIndex = LineToks.size() - 2;
251 while (LineToks[LineIndex].getLocation() != Tok.getLocation()) {
252 LineIndex++;
253 assert(LineIndex < LineToks.size() - 2); // we added two extra tokens
263 NumLineToksConsumed = LineIndex;
268 for (unsigned i = 0, e = LineToks.size() - LineIndex - 2; i != e; ++i) {

Completed in 710 milliseconds