Searched refs:chr (Results 1 - 20 of 20) sorted by relevance

/barrelfish-master/usr/eclipseclp/ecrc_solvers/
H A DMakefile.in40 PL_ECO_FILES = propia.pl chr.pl chr2pl.pl r.pl conjunto.pl set.pl s_lists.pl
41 PL_ECI_FILES = propia.pl chr.pl conjunto.pl
59 chr_extra: $(PREFIX)/lib/chr/.stamp
60 cp chr_op.op $(PREFIX)/lib/chr
61 cp -pr chr/*.* $(PREFIX)/lib/chr
62 chmod -f $(PERM) $(PREFIX)/lib/chr/*
/barrelfish-master/usr/arrakismon/
H A Dconsole.c56 char chr = guest_get_al(g); local
58 r = terminal_write(&chr, 1);
75 char chr = guest_get_al(g); local
78 if (chr == '\r' || chr == '\n') {
92 r = terminal_write(&chr, 1);
H A Dkeyboard.c176 uint8_t chr; local
182 r = terminal_read((char*)&chr, 1);
186 if (key_map[chr].scan_code != 0) {
187 guest_set_al(g, key_map[chr].ascii);
188 guest_set_ah(g, key_map[chr].scan_code);
191 printf("keyboard: Unhandeled input char with code %x\n", chr);
H A Dpc16550d.c105 char chr = pc16550d_mem_thr_rd_raw(&u->dev); local
106 int r = terminal_write(&chr, 1);
/barrelfish-master/usr/vmkitmon/
H A Dconsole.c57 char chr = guest_get_al(g); local
59 r = terminal_write(&chr, 1);
76 char chr = guest_get_al(g); local
79 if (chr == '\r' || chr == '\n') {
93 r = terminal_write(&chr, 1);
H A Dkeyboard.c177 uint8_t chr; local
183 r = terminal_read((char*)&chr, 1);
187 if (key_map[chr].scan_code != 0) {
188 guest_set_al(g, key_map[chr].ascii);
189 guest_set_ah(g, key_map[chr].scan_code);
192 printf("keyboard: Unhandeled input char with code %x\n", chr);
H A Dpc16550d.c144 char chr = pc16550d_mem_thr_rd_raw(&u->dev); local
145 output_handler(u, chr);
/barrelfish-master/lib/libc/iconv/
H A Dcitrus_prop.h59 _CITRUS_PROP_CB1_T(chr, int)
71 _CITRUS_PROP_CB_T_OPS(chr);
81 { name, _CITRUS_PROP_CHR, { .chr = { cb } } }
H A Dcitrus_memstream.c116 void *chr, *head; local
123 chr = memchr(head, ch, _memstream_remainder(ms));
124 if (chr == NULL) {
129 sz = (char *)chr - (char *)head;
134 return (chr);
H A Dcitrus_prop.c53 int chr; member in union:__anon962::__anon963
103 _CITRUS_PROP_READ_UINT_COMMON(chr, int, UCHAR_MAX)
142 _CITRUS_PROP_READ_INT(chr, int)
211 obj->u.chr = ch;
405 CALL1(chr);
/barrelfish-master/usr/eclipseclp/documents/libman/
H A Dextchr.tex44 \index{library!chr.pl|(}
51 %It includes a compiler, which translates \chr\ programs into
59 This library will replace the older {\tt chr} library.
61 This extended implementation is faster than the existing {\tt chr} library,
113 section introduces the basics of the \chr\ language and how it works.
114 The next section describes more of the \chr\ language,
117 a section on how to write good \chr\ programs. Next the debuggers for
127 \item Write a \chr\ program in a file
128 File\verb/.chr/.
130 \item In \eclipse, load the {\tt chr} librar
[all...]
H A Dextfd.tex1536 :- lib(chr).
1537 :- chr(lib(domain)).
H A Dobsman.tex1642 :- lib(chr).
1643 :- chr(lib(domain)).
/barrelfish-master/lib/pcre/
H A Dpcre_compile.c2924 pcre_uint32 chr; local
2997 GETCHARINCTEST(chr, code);
2998 list[2] = chr;
3005 GETCHARINCTEST(chr, code);
3006 list[2] = chr;
3009 if (chr < 128 || (chr < 256 && !utf))
3010 list[3] = fcc[chr];
3012 list[3] = UCD_OTHERCASE(chr);
3014 list[3] = (chr < 25
3137 pcre_uint32 chr; local
[all...]
/barrelfish-master/usr/eclipseclp/documents/internal/kernel/
H A Dinternal.tex131 Industry Research Centre ECRC (chr, propia, conjunto, r).
133 \item Constraint Handling rules lib(chr)
/barrelfish-master/usr/eclipseclp/documents/intro_paper/
H A Declipse.tex1695 libraries of \ECL - the {\em propia} library and the {\em chr}
1791 \subsection{The {\em chr} (Constraint Handling Rules) Library}
1819 Rules {\em chr} library.
1866 The constraints must be written to a file called {\em file.chr} - in
1867 our example we shall use {\em chrTaskResource.chr}.
1872 [eclipse 1]: lib(chr), lib(fd).
1873 * chr loaded
1876 [eclipse 2]: chr(chrTaskResource).
1877 * chrTaskResource.chr compiled.
1919 The {\em chr} librar
[all...]
/barrelfish-master/usr/eclipseclp/documents/tutorial/
H A Dsolversintro.tex185 \index{chr}
H A Dpropiachr.tex767 They are held as files in the {\em chr} subdirectory of the standard
/barrelfish-master/usr/eclipseclp/documents/userman/
H A Dumsintro.tex359 %\item [library(chr)] constraint handling rules system
H A Dexthsusp.tex719 \libspec{changeset}, \libspec{chr}/\libspec{ech}, \libspec{propia},

Completed in 380 milliseconds