HomeSort by: relevance | last modified time | path
    Searched refs:tmp_count (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/gcc/dist/libgcc/config/arm/
unwind-arm.c 283 int tmp_count; local
350 tmp_count = num_vfpv3_regs > 0 ? 16 - start : count;
356 if (tmp_count > 0)
358 tmp_count *= 2;
360 while (tmp_count--)
  /src/external/gpl3/gcc.old/dist/libgcc/config/arm/
unwind-arm.c 255 int tmp_count; local
322 tmp_count = num_vfpv3_regs > 0 ? 16 - start : count;
328 if (tmp_count > 0)
330 tmp_count *= 2;
332 while (tmp_count--)
  /src/sys/dev/pcmcia/
pcmcia_cis.c 354 int i, tmp_count; local
362 tmp_count =
365 tmp_count));
372 if (tuple.length != (tmp_count*5 + 1)) {
384 if (tmp_count >
390 mfc_count = tmp_count;

Completed in 21 milliseconds