Home
last modified time | relevance | path

Searched refs:iccmx (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/argyllcms/Argyll_V1.9.2/spectro/
H A Dinst.h1178 } iccmx; typedef
1185 iccmx *list_iccmx(instType itype, int *no);
1188 void free_iccmx(iccmx *list);
H A Dinst.c957 iccmx *ss_list; in inst_creat_disptype_list()
1106 iccmx *list_iccmx(instType itype, int *no) { in list_iccmx()
1108 iccmx *rv; in list_iccmx()
1118 if ((rv = malloc(sizeof(iccmx) * (npaths + 1))) == NULL) { in list_iccmx()
1216 HEAPSORT(iccmx, rv, j) in list_iccmx()
1223 void free_iccmx(iccmx *list) { in free_iccmx()