Searched refs:propcnt (Results 1 – 1 of 1) sorted by relevance
111 static ac_uint2 propcnt[NEEDPROPS]; variable1334 propcnt[i] = (proptbl[i].used != 0) ? idx : 0xffff; in write_cdata()1342 propcnt[i] = idx; in write_cdata()1382 fprintf(out, "0x%04x", propcnt[i]); in write_cdata()1415 fwrite((char *) propcnt, sizeof(ac_uint2), nprops, out); in write_cdata()
Completed in 8 milliseconds