Lines Matching refs:max
400 unsigned long max = 1 << vinfo->depth;
404 if (c->base_pixel > max) return False;
407 if (pixel > max) return False;
416 unsigned long max = 1 << vinfo->depth;
420 if (c->base_pixel > max) return False;
422 if (pixel > max) return False;
513 unsigned long max;
567 ColorValuesFromMask(vinfo->red_mask, &max,
569 ColorValuesFromMask(vinfo->green_mask, &max,
571 ColorValuesFromMask(vinfo->blue_mask, &max,
1048 #define calc(i, max, mult) ((((i / test.mult) % \
1049 (test.max + 1)) * SCALE) / test.max)
1259 #define calc(i, max, mult) ((((i / colorCube->mult) % \
1260 (colorCube->max + 1)) * SCALE) / colorCube->max)
1462 If not available, returns max
1471 int max = 1; /* longest sequence we found */
1478 if (count > max) {
1479 max = count;
1487 if (i == npixels && count > max) {
1488 max = count;
1493 *ncolors = max;