Searched refs:histptr (Results 1 - 6 of 6) sorted by relevance
/external/mksh/src/ |
H A D | 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 [all...] |
H A D | edit.c | 1144 x_histp = histptr + 1; 1214 x_histp = histptr + 1; 1225 if (histptr - history >= off) { 1226 x_load_hist(histptr - off); 1793 x_load_hist(histptr); 1822 x_load_hist(histptr + x_arg - source->line); 1832 if (hp == histptr + 1) { 1835 } else if (hp < history || hp > histptr) { 1859 if (!x_histncp || (x_histp != x_histncp && x_histp != histptr + 1)) 1862 x_nextcmd = source->line - (histptr [all...] |
H A D | sh.h | 1659 EXTERN char **histptr; /* last history item */ variable
|
/external/libjpeg-turbo/ |
H A D | 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 */ 901 register histptr cachep; 940 histptr cachep;
|
/external/opencv3/3rdparty/libjpeg/ |
H A D | 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 */ 923 register histptr cachep; 962 histptr cachep;
|
/external/opencv3/modules/features2d/src/ |
H A D | 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);
|
Completed in 834 milliseconds