HomeSort by: relevance | last modified time | path
    Searched defs:heights (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
ax-general.c 441 non-zero, heights[i] is the height the stack should have before local
443 int *heights = (int *) alloca (ax->buf.size () * sizeof (heights[0]));
480 if (targets[i] && (heights[i] != height))
487 heights[i] = height;
516 if (heights[target] != height)
525 heights[target] = height;
539 height = heights[i + 3];
  /src/external/gpl3/gdb/dist/gdb/
ax-general.c 441 non-zero, heights[i] is the height the stack should have before local
443 int *heights = (int *) alloca (ax->buf.size () * sizeof (heights[0]));
480 if (targets[i] && (heights[i] != height))
487 heights[i] = height;
516 if (heights[target] != height)
525 heights[target] = height;
539 height = heights[i + 3];

Completed in 15 milliseconds