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

  /src/external/gpl3/gdb/dist/gdb/
arc-linux-tdep.c 83 REGOFF (4), /* LP_COUNT */
136 REGOFF (4), /* LP_COUNT */
460 ULONGEST lp_end, lp_start, lp_count; local
465 &lp_count);
468 "lp_count = %s, next_pc = %s",
471 pulongest (lp_count),
474 if (next_pc == lp_end && lp_count > 1)
  /src/external/gpl3/gdb.old/dist/gdb/
arc-linux-tdep.c 83 REGOFF (4), /* LP_COUNT */
136 REGOFF (4), /* LP_COUNT */
460 ULONGEST lp_end, lp_start, lp_count; local
465 &lp_count);
468 "lp_count = %s, next_pc = %s",
471 pulongest (lp_count),
474 if (next_pc == lp_end && lp_count > 1)
  /src/sys/dev/ppbus/
if_plip.c 172 static uint16_t lp_count = 0; variable
247 if (lp_count++ == 0)
294 if (--lp_count == 0)
  /src/external/gpl3/binutils/dist/gas/config/
tc-s390.c 1025 static int lp_count = 0; variable
1188 sprintf (tmp_name, ".L\001%i", lp_count);
1193 sprintf (tmp_name, ".L\001%i\002%i", lp_count, lpe_count);
2146 lp_count++;
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-s390.c 1025 static int lp_count = 0; variable
1188 sprintf (tmp_name, ".L\001%i", lp_count);
1193 sprintf (tmp_name, ".L\001%i\002%i", lp_count, lpe_count);
2146 lp_count++;

Completed in 34 milliseconds