Searched refs:extended (Results 1 - 25 of 37) sorted by relevance

12

/barrelfish-master/usr/drivers/usb/usb_keyboard/
H A Dusb_keyboard_service.h15 void key_event(uint8_t scancode, bool extended);
H A Dusb_keyboard_service.c74 * \param extended
76 void key_event(uint8_t scancode, bool extended) argument
82 err = c->tx_vtbl.key_event(c, NOP_CONT, scancode, extended);
/barrelfish-master/usr/drivers/lpc_kbd/
H A Dlpc_kbd.h23 void key_event(uint8_t scancode, bool extended);
H A Dlpc_kbd.c42 static bool extended; local
44 assert(!extended);
45 extended = true;
47 key_event(val, extended);
48 extended = false;
H A Dmain.c28 void key_event(uint8_t scancode, bool extended) argument
32 errval_t err = c->tx_vtbl.key_event(c, NOP_CONT, scancode, extended);
/barrelfish-master/tools/fof/
H A DIntroLanguage.tex12 Section~\ref{sec:fof_syntax_core}. This core is extended by several
32 bound to be extended as long as foreign functions are needed. This is
/barrelfish-master/usr/eclipseclp/icparc_solvers/ilog/
H A Dfd_ilog.pl184 ( Level = basic -> CodeLevel=0 ; Level = extended -> CodeLevel=1),
199 distribute([C-V], List, extended).
/barrelfish-master/usr/eclipseclp/documents/libman/
H A Dextchr.tex60 In addition, there is now an experimental extended implementation of {\chrs}.
61 This extended implementation is faster than the existing {\tt chr} library,
899 A new, extended, {\tt chr} library has been developed, with the intention of providing
912 \item The extended library produces code that generally runs about twice as fast
916 compile command will now recognise and compile \chr\ code when the extended
937 \subsection{Invoking the extended CHR library}
939 The extended library is invoked by \verb'lib(ech)'. Given that it is now
979 After loading the extended {\tt chr} library, programs containing \chr\ code can
986 In the extended library, \chr\ code can occur anywhere in a particular module, and
1018 In the extended {\t
[all...]
H A Dmp.tex216 the current \eclipse system with a slightly extended library \cite{vass}
H A Deplex.tex79 %The interface to CPLEX has been extended such that more
89 %The interface to the solver's state has been extended,
1421 \item writing out or reading in an quadratic objective function in LP or (extended)
/barrelfish-master/usr/eclipseclp/Contrib/
H A Dxml.pl59 * extended_characters(<bool>) : Use the extended character
H A Ddistfix.pl16 % Purpose: Read Prolog terms (with extended syntax).
/barrelfish-master/doc/015-disk-driver-arch/
H A Drunning.tex10 line needs to be extended with:
/barrelfish-master/usr/eclipseclp/ecrc_solvers/chr/
H A Dmath-utilities.pl4 % 940304 math_portray/2 extended with clauses for math-fourier.chr
/barrelfish-master/usr/eclipseclp/documents/internal/kernel/
H A Dglobalstate.tex91 extended by on overflows (0=default).
/barrelfish-master/usr/eclipseclp/ecrc_solvers/grace/
H A Dtkint.pl311 % extended functor that matches variables
/barrelfish-master/usr/eclipseclp/documents/userman/
H A Dextsuspend.tex594 This example could be further extended, e.g., to take care of shared
606 extended to work with finite domain or other constrained
H A Dexthsusp.tex1536 body, they are considered part of the head (\defnotion{extended head})
1538 in a simple predicate in the extended head, the corresponding
1539 delayed goals are woken at the end of the extended head.
1548 If the goals woken by the head unification or by the extended head
1581 since the second clause of \predspec{filter/3} has an extended head which
H A Dumsintro.tex153 %All {\eclipse} memory areas are automatically extended when necessary.
H A Dumsusing.tex531 Queries may be extended over more than one line. When this is done the prompt
/barrelfish-master/doc/008-tracing/
H A DTracing.tex137 also be extended, a possible idea would be to store the trace log in a file. In
478 will discuss the different ways how Aquarium can be extended with scripts.
598 Aquarium can be extended with script filters. An example for a script filter
/barrelfish-master/usr/eclipseclp/Kernel/lib/
H A Dquintus.pl142 <LI>the definition of the escape sequence is more extended
/barrelfish-master/doc/006-routing/
H A DRouting.tex223 In order to support setting up connections between dispatchers, the existing messaging interfaces between dispatchers and their local monitor, and between monitors has been extended.
232 In order to support sending messages, the existing messaging interfaces between dispatchers and their local monitor, and between monitors has been extended. Each multi-hop message contains a VCI, a field encoding the direction of the message and the message payload (as a dynamic array). Furthermore, it contains one field encoding message flags and another field used to acknowledge received messages. Those two fields are used for flow control (see section~\ref{section: flow control}).
/barrelfish-master/usr/eclipseclp/documents/tutorial/
H A Dpropiachr.tex404 In fact the class of terms can be extended to a lattice, by
/barrelfish-master/usr/eclipseclp/documents/intro_paper/
H A Declipse.tex1214 extended with an extra {\em 0/1} variable in the same way.
2174 some of the variables) can always be extended to a complete
2628 application, and this model can then be extended and annotated

Completed in 111 milliseconds

12