platid_gen.c | 98 #define PREFIX "PLATID" 386 char *prefix = prefix_names[mode]; local in function:gen_header 391 fprintf(fp_out, "#define %s_%s_%s\n", "SPEC", prefix, name); 394 fprintf(fp_out, "#define %s_%s_%s_NUM\t%d\n", PREFIX, prefix, name, 396 fprintf(fp_out, "#define %s_%s_%s\t\\\n", PREFIX, prefix, name); 397 fprintf(fp_out, " ((%s_%s_%s_NUM << %s)", PREFIX, prefix, name, 401 PREFIX, prefix, genctx[mode][nest - 1].sym) [all...] |