Searched refs:translate (Results 1 - 7 of 7) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dfiles.c1706 uchar translate[MAXPCHARS]; local
1818 len = get_uchars(fp, buf, bufp, translate, FALSE,
1820 assign_graphics(translate, len, MAXPCHARS, 0);
1822 len = get_uchars(fp, buf, bufp, translate, FALSE,
1824 assign_graphics(translate, len, MAXDCHARS, 0);
1826 len = get_uchars(fp, buf, bufp, translate, FALSE,
1828 assign_graphics(translate, len, MAXTCHARS, MAXDCHARS);
1830 len = get_uchars(fp, buf, bufp, translate, FALSE,
1832 assign_graphics(translate, len, MAXECHARS, MAXDCHARS+MAXTCHARS);
1843 (void) get_uchars(fp, buf, bufp, translate, FALS
[all...]
H A Doptions.c816 uchar translate[MAXPCHARS+1]; local
827 translate[i] = (uchar) opts[i];
828 assign_graphics(translate, length, maxlen, offset);
836 uchar translate[MAXPCHARS+1]; local
847 translate[i] = (((i < WARNCOUNT) && opts[i]) ?
849 assign_warnings(translate);
H A Dsounds.c972 new_map->regex.translate = 0;
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dfiles.c1706 uchar translate[MAXPCHARS]; local
1818 len = get_uchars(fp, buf, bufp, translate, FALSE,
1820 assign_graphics(translate, len, MAXPCHARS, 0);
1822 len = get_uchars(fp, buf, bufp, translate, FALSE,
1824 assign_graphics(translate, len, MAXDCHARS, 0);
1826 len = get_uchars(fp, buf, bufp, translate, FALSE,
1828 assign_graphics(translate, len, MAXTCHARS, MAXDCHARS);
1830 len = get_uchars(fp, buf, bufp, translate, FALSE,
1832 assign_graphics(translate, len, MAXECHARS, MAXDCHARS+MAXTCHARS);
1843 (void) get_uchars(fp, buf, bufp, translate, FALS
[all...]
H A Doptions.c816 uchar translate[MAXPCHARS+1]; local
827 translate[i] = (uchar) opts[i];
828 assign_graphics(translate, length, maxlen, offset);
836 uchar translate[MAXPCHARS+1]; local
847 translate[i] = (((i < WARNCOUNT) && opts[i]) ?
849 assign_warnings(translate);
H A Dsounds.c972 new_map->regex.translate = 0;
/seL4-refos-master/kernel/manual/parts/
H A Dio.tex128 page-table structure used by IOMMU hardware to translate hardware

Completed in 105 milliseconds