Lines Matching defs:first
852 a cube between them and take the first one you find. */
1203 int count, first, remain, n, j;
1245 &first, &remain, delta)) {
1252 colorCube->base_pixel = pixels->pixels[first];
1257 color.pixel = n + pixels->pixels[first];
1270 XFreeColors(dpy, cmap, pixels->pixels, count+first+remain, 0);
1281 pixels->pixels[first+j] = pixels->pixels[first+count+j];
1293 int count, first, remain, n, i;
1333 &first, &remain, delta)) {
1344 grayRamp->base_pixel = pixels->pixels[first];
1349 color.pixel = n + pixels->pixels[first];
1364 pixels->pixels[first+i] = pixels->pixels[first+count+i];
1385 int *first, int *remain,
1443 first, remain)) {
1449 *remain = npixels - *first - *count;
1465 int *first, /* returns first index of sequence */
1466 int *rem) /* returns first index after sequence,
1474 *first = 0;
1480 maxstart = *first;
1483 *first = i;
1489 maxstart = *first;
1494 *first = maxstart;
1589 /* Put new entry first; it's more likely to be useful */