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

  /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 */
530 if (n > 0 && n != histsize) {
541 histsize = n;
590 histsize = MKSH_DEFHISTSIZE;
591 history = alloc2(histsize, sizeof(char *), APERM);
699 if (++hp >= history + histsize) {
702 for (hp = history; hp < history + histsize - 1; hp++)
795 if (lines > histsize && histptr >= history) {
    [all...]
sh.h 1660 EXTERN mksh_ari_t histsize; \/* history size *\/ variable
    [all...]
var.c 1210 num.i = histsize;
1377 * for HISTSIZE, HISTFILE. Unsetting these in AT&T ksh does not
    [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 349 milliseconds