HomeSort by relevance Sort by last modified time
    Searched full:boxp (Results 1 - 4 of 4) sorted by null

  /external/libjpeg-turbo/
jquant2.c 255 register boxptr boxp; local
260 for (i = 0, boxp = boxlist; i < numboxes; i++, boxp++) {
261 if (boxp->colorcount > maxc && boxp->volume > 0) {
262 which = boxp;
263 maxc = boxp->colorcount;
275 register boxptr boxp; local
280 for (i = 0, boxp = boxlist; i < numboxes; i++, boxp++)
    [all...]
  /external/opencv3/3rdparty/libjpeg/
jquant2.c 278 register boxptr boxp; local
283 for (i = 0, boxp = boxlist; i < numboxes; i++, boxp++) {
284 if (boxp->colorcount > maxc && boxp->volume > 0) {
285 which = boxp;
286 maxc = boxp->colorcount;
298 register boxptr boxp; local
303 for (i = 0, boxp = boxlist; i < numboxes; i++, boxp++)
    [all...]
  /bionic/libc/zoneinfo/
tzdata     [all...]
  /external/c-ares/
ares_platform.c     [all...]

Completed in 219 milliseconds