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

  /sdk/emulator/qtools/
hist_trace.cpp 8 int hist[kMaxHistEntries]; variable
43 hist[bb_diff] += 1;
51 if (hist[ii] == 0)
53 per = 100.0 * hist[ii] / total;
54 sum += hist[ii];
56 printf(" %4d: %6d %6.2f %6.2f\n", ii - kMaxHistEntries2, hist[ii], per, sum_per);
  /external/blktrace/btt/
unplug_hist.c 30 int hist[NBKTS * sizeof(int)]; member in struct:hist_bkt
41 memset(hbp->hist, 0, NBKTS * sizeof(int));
60 hbp->hist[idx]++;
78 fprintf(fp, "%d %d\n", i, hbp->hist[i]);
  /external/srec/srec/include/
specnorm.h 55 long *hist; member in struct:__anon5910
  /external/webkit/WebKit/qt/tests/qwebhistory/
tst_qwebhistory.cpp 68 QWebHistory* hist; member in class:tst_QWebHistory
90 hist = page->history();
104 QCOMPARE(hist->currentItem().title(), QString("page5"));
112 QCOMPARE(hist->count(), histsize);
122 hist->back();
126 hist->back();
135 while (hist->canGoBack()) {
136 hist->back();
142 hist->forward();
146 hist->forward()
204 save << *hist; local
212 load >> *hist; local
244 save << *hist; local
246 load >> *hist; local
274 save << *hist; local
279 load >> *hist; local
    [all...]
  /external/jdiff/src/jdiff/
HTMLStatistics.java 195 int[] hist = new int[101]; local
197 hist[i] = 0;
204 hist[bucket]++;
228 total += hist[i];
231 if (hist[i] != 0) {
234 h_.writeText(" <TD>" + (hist[i]/total) + "</TD>");
235 h_.writeText(" <TD><img alt=\"|\" src=\"../black.gif\" height=20 width=" + (hist[i]*300/total) + "></TD>");
242 if (hist[i] != 0) {
243 h_.writeText(i + "," + (hist[i]/total));
282 int[] hist = new int[101] local
    [all...]
  /system/core/sh/
histedit.c 68 History *hist; /* history cookie */ variable
91 if (!hist) {
96 hist = history_init();
99 if (hist != NULL)
132 if (hist)
133 el_set(el, EL_HIST, history, hist);
160 if (hist) {
161 history_end(hist);
162 hist = NULL;
175 if (hist != NULL)
    [all...]
  /external/blktrace/btt/doc/
btt.tex 552 \newpage\section{\label{sec:hist}Histogram Data Files}
    [all...]
  /external/libpng/
pngtest.c 1007 png_uint_16p hist; local
1009 if (png_get_hIST(read_ptr, read_info_ptr, &hist))
1010 png_set_hIST(write_ptr, write_info_ptr, hist);
    [all...]
  /external/qemu/distrib/libpng-1.2.19/
png.h 680 * pcal_purpose, pcal_units, pcal_params, hist, iccp_name, iccp_profile,
823 png_uint_16p hist; member in struct:png_info_struct
1296 png_uint_16p hist; \/* histogram *\/ member in struct:png_struct_def
    [all...]

Completed in 1686 milliseconds