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

  /external/mksh/src/
histrap.c 283 (unsigned long)(histptr - hp));
379 if (histptr >= history && last_line != hist_source->line) {
381 afree(*histptr, APERM);
382 histptr--;
387 /* now *histptr == cmd without all trailing newlines */
389 cmd = *histptr;
418 hp = histptr + (n < 0 ? n : (n - hist_source->line));
426 } else if ((size_t)hp > (size_t)histptr) {
433 } else if (!allow_cur && hp == histptr) {
441 if ((n = findhist(histptr - history - 1, 0, str, anchored)) < 0
    [all...]
edit.c 1144 x_histp = histptr + 1;
1214 x_histp = histptr + 1;
1225 if (histptr - history >= off) {
1226 x_load_hist(histptr - off);
    [all...]
sh.h 1659 EXTERN char **histptr; \/* last history item *\/ variable
    [all...]
  /external/libjpeg-turbo/
jquant2.c 130 typedef histcell * histptr; /* for pointers to histogram cells */ typedef
207 register histptr histp;
297 histptr histp;
485 histptr histp;
844 register histptr cachep; /* pointer into main cache array */
    [all...]
  /external/opencv3/3rdparty/libjpeg/
jquant2.c 150 typedef histcell FAR * histptr; /* for pointers to histogram cells */ typedef
230 register histptr histp;
320 histptr histp;
507 histptr histp;
866 register histptr cachep; /* pointer into main cache array *
    [all...]
  /external/opencv3/modules/features2d/src/
mser.cpp 405 CompHistory* histptr = &histbuf[0]; local
498 comptr->growHistory(histptr, wp, curr_gray, false);
505 comptr->merge(comptr, comptr+1, histptr, wp);
510 comptr->growHistory(histptr, wp, curr_gray, false);
520 comptr->growHistory(histptr, wp, 256, true, true);
    [all...]

Completed in 339 milliseconds