Home
last modified time | relevance | path

Searched refs:gcr_density (Results 1 – 4 of 4) sorted by relevance

/dports/cad/magic/magic-8.3.245/gcr/
H A DgcrInit.c288 if (ch->gcr_density == (int *) NULL)
290 ch->gcr_density = (int *) mallocMagic((unsigned) (lenWds * sizeof (int)));
292 ch->gcr_density[0] = maxVal = density;
316 ch->gcr_density[i] = density;
H A DgcrDebug.c157 ch->gcr_density = (int *) mallocMagic((unsigned) (lenWds * sizeof (int)));
405 fprintf(fp, "%5d%s\n", ch->gcr_density[i],
406 (diff != ch->gcr_density[i]) ? " *****" : "");
702 ch->gcr_density[i]);
704 TxPrintf(": {%2d}", ch->gcr_density[i]);
H A Dgcr.h206 int *gcr_density; /* Density for each column */ member
H A DgcrChannel.c90 ch->gcr_density = (int *) mallocMagic((unsigned) (lenWds * sizeof (int)));
192 freeMagic((char *) ch->gcr_density);