Searched refs:fmap (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/font-util/dist/
H A Ducs2any.c499 char *fmap = NULL; local in function:main
709 zstrcpy(&fmap, argv[ai]);
717 my_name, i < argc ? fmap : "");
728 "corresponding registry-encoding argument\n", fmap);
736 fmap_fp = fopen(fmap, "r");
740 my_name, fmap, strerror(errno));
786 fprintf(stderr, "Unrecognized line in '%s':\n%s\n", fmap, l);
931 fsource, fmap, registry, encoding);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_state.c984 float *fmap = (float *)map; local in function:gen4_upload_curbe
989 fmap[offset + i * 4 + 0] = fixed_plane[i][0];
990 fmap[offset + i * 4 + 1] = fixed_plane[i][1];
991 fmap[offset + i * 4 + 2] = fixed_plane[i][2];
992 fmap[offset + i * 4 + 3] = fixed_plane[i][3];
999 fmap[offset + i * 4 + 0] = cp->ucp[j][0];
1000 fmap[offset + i * 4 + 1] = cp->ucp[j][1];
1001 fmap[offset + i * 4 + 2] = cp->ucp[j][2];
1002 fmap[offset + i * 4 + 3] = cp->ucp[j][3];

Completed in 15 milliseconds