HomeSort by relevance Sort by last modified time
    Searched refs:histsize (Results 1 - 6 of 6) sorted by null

  /external/oprofile/pp/
opgprof.cpp 158 // round-up high_pc to ensure a correct histsize calculus
164 size_t histsize = (high_pc - low_pc) / multiplier; local
166 // FIXME: must we skip the flat profile write if histsize == 0 ?
179 op_write_u32(fp, histsize);
186 u16 * hist = (u16*)xcalloc(histsize, sizeof(u16));
202 if (pos >= histsize) {
218 op_write_file(fp, hist, histsize * sizeof(u16));
  /external/opencv/cv/src/
cvhistogram.cpp 876 int dims, histsize[CV_MAX_DIM]; local
880 dims = cvGetDims( hist->bins, histsize );
883 status = icvCalcHistLookupTables8u( hist, dims, histsize, tab );
894 total *= histsize[i];
1129 int dims, histsize[CV_MAX_DIM]; local
1559 int dims, histsize[CV_MAX_DIM]; local
1820 int dims, histsize[CV_MAX_DIM]; local
    [all...]
  /external/mksh/src/
histrap.c 78 /* HISTSIZE default: size of saved history, persistent or standard */
537 if (n > 0 && n != histsize) {
548 histsize = n;
595 histsize = MKSH_DEFHISTSIZE;
596 history = alloc2(histsize, sizeof(char *), APERM);
659 if (++hp >= history + histsize) {
662 for (hp = history; hp < history + histsize - 1; hp++)
751 if (lines > histsize && histptr >= history) {
    [all...]
var.c 1128 num.i = histsize;
1298 * for HISTSIZE, HISTFILE. Unsetting these in AT&T ksh does not
    [all...]
sh.h 1600 EXTERN mksh_ari_t histsize; \/* history size *\/ variable
    [all...]
  /packages/apps/Music/src/com/android/music/
MediaPlaybackService.java 1301 int histsize = mHistory.size(); local
1515 int histsize = mHistory.size(); local
    [all...]

Completed in 157 milliseconds