Searched defs:histsize (Results 1 - 3 of 3) sorted by relevance

/external/oprofile/pp/
H A Dopgprof.cpp158 // 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/
H A Dcvhistogram.cpp876 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
1133 dims = cvGetDims( hist->bins, histsize );
1140 double t = histsize[i]/((double)hist->thresh[i][1] - hist->thresh[i][0]);
1158 int sz = histsize[0];
1210 int sz0 = histsize[0], sz1 = histsize[
1559 int dims, histsize[CV_MAX_DIM]; local
1820 int dims, histsize[CV_MAX_DIM]; local
[all...]
/external/mksh/src/
H A Dsh.h1600 EXTERN mksh_ari_t histsize; /* history size */ variable

Completed in 1089 milliseconds