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

  /src/sys/arch/powerpc/ibm4xx/
clock.c 121 long tbtick, xticks; local
133 xticks = tbtick - lasttb2; /* Number of TLB cycles since last exception */
134 for (nticks = 0; xticks > ticks_per_intr; nticks++)
135 xticks -= ticks_per_intr;
136 lasttb2 = tbtick - xticks;
clock.c 121 long tbtick, xticks; local
133 xticks = tbtick - lasttb2; /* Number of TLB cycles since last exception */
134 for (nticks = 0; xticks > ticks_per_intr; nticks++)
135 xticks -= ticks_per_intr;
136 lasttb2 = tbtick - xticks;
  /src/external/apache2/llvm/dist/llvm/utils/llvm-locstats/
llvm-locstats.py 22 plt.xticks(rotation=45, fontsize='x-small')
llvm-locstats.py 22 plt.xticks(rotation=45, fontsize='x-small')

Completed in 59 milliseconds