Lines Matching refs:base
1038 * enough of an installed base to work around the problem here. In any
1203 int base;
1217 base = 0;
1220 configs[base] = configs[i];
1221 base++;
1225 if (base == 0) {
1229 if (base < num_configs) {
1230 (void) memset(&configs[base], 0, sizeof(void *) * (num_configs - base));
1238 qsort(configs, base, sizeof(struct glx_config *),
1240 return base;