Searched refs:mode (Results 276 - 300 of 389) sorted by relevance

<<111213141516

/barrelfish-2018-10-04/lib/tommath/pre_gen/
H A Dmpi.c2658 int err, bitbuf, bitcpy, bitcnt, mode, digidx, x, y, winsize; local
2815 /* set initial mode and bit cnt */
2816 mode = 0;
2839 /* if the bit is zero and mode == 0 then we ignore it
2844 if (mode == 0 && y == 0) {
2848 /* if the bit is zero and mode == 1 then we square */
2849 if (mode == 1 && y == 0) {
2861 mode = 2;
2886 mode = 1;
2891 if (mode
8894 int err, bitbuf, bitcpy, bitcnt, mode, digidx, x, y, winsize; local
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/lib/
H A Dkernel.pl75 op_(global, 1000, fy, mode , sepia_kernel),
146 % Set debug mode for the following tool declarations:
267 tool((mode)/1, mode_/2).
799 :- mode process_command_line(+,+,-,+).
1254 sys_file_flag(Path, 0, Mode), % mode
1484 % don't leave a choicepoint in + mode
1856 % don't leave a choicepoint in ++ mode
2102 :- mode length(?,+,?).
2108 :- mode length1(?,+).
2160 :- mode interpret_obsolete_querie
[all...]
H A Dqueues.pl41 :- mode
H A Dtracer_tcl.pl281 :- mode port_style(+,-).
290 :- mode check_if_source_should_update(+,+,+,-,-).
298 :- mode interpret_command(+,+,+,-).
839 % Output mode setting
842 :- mode get_tracer_output_modes(-).
848 :- mode set_tracer_output_modes(+).
854 :- mode get_tracer_print_depth(-).
859 :- mode set_tracer_print_depth(+).
1388 % no modes found, generate an all '?' mode.
H A Ddb.pl803 ** mode('KBX_cond_arg'(in,in,out))
822 ** mode('KBX_cond_op'(in,in,in,out))
847 ** mode('KB_is_attribute'(in,in,in,out))
871 ** mode('KBS_in_position'(in,in,in,out))
H A Dlinearize.pl188 :- mode linearize(?, +, -, -, +, -, +, +).
322 :- mode linearize_sum(?, +, -, -, +, -, +, +).
347 :- mode lin_mult1(+,+,-,+).
603 :- mode sum_of_prods(?, -, +, -, +).
/barrelfish-2018-10-04/doc/022-armv8/
H A Dreport.tex242 be preserved even when executing in the 32-bit mode.
343 user-space processes in AArch64 mode without support for virtualisation.
345 mode, and user-space processes in both AArch64 and AArch32 modes without
346 virtualisation, and virtual machines in AArch64 mode. We will only support
496 execution mode is only possible when switching execution level i.e. on a trap
498 \texttt{EL2} can set execution mode for \texttt{EL1}, and \texttt{EL1} for
499 \texttt{EL0}. There is no way for a program to change its own execution mode.
516 VM/non-VM mode in the Arrakis CPU driver).
865 been interrupted. The only alternative is to trampoline through kernel mode in
/barrelfish-2018-10-04/usr/eclipseclp/documents/tutorial/
H A Dumsusing.tex111 available. An eclipse mode for the GNU emacs editor is bundled with the
112 {\eclipse} package. This mode provides syntax highlighting, automatic
113 indentation and many other features. To use this mode, you need to load the
119 (autoload 'eclipse-mode "<eclipsedir>/lib_public/eclipse.el" "ECLIPSE editing mode" t)
H A Dprogramanalysis.tex72 mode or set any flags. Note however that it is not available on
78 the profiling mode, which means that every 100th of a second the
/barrelfish-2018-10-04/usr/eclipseclp/documents/userman/
H A Dumsterm.tex150 Note that the determinism of a predicate usually depends on its calling mode.
247 \item[Mode\index{mode}]
248 A predicate mode is a particular instantiation pattern of its arguments
H A Dumsstyle.tex126 \item mode declaration
/barrelfish-2018-10-04/lib/libc/nameser/
H A Dns_print.c629 int mode, err, keysize; local
647 mode = ns_get16(rdata); rdata += NS_INT16SZ;
650 len = SPRINTF((tmp, "%u %u %u ", mode, err, keysize));
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/src/
H A Dbip_array.c150 -> mode = BoundArg(1, GROUND) | BoundArg(2, GROUND);
160 pd -> mode = BoundArg(2, NONVAR);
163 built_in(in_dict("xget",3), p_xget, B_UNSAFE)->mode = GROUND;
H A Dread.c1620 -> mode = BoundArg(1, NONVAR);
1622 -> mode = BoundArg(2, NONVAR);
1624 -> mode = BoundArg(2, NONVAR) | BoundArg(3, NONVAR);
1626 -> mode = BoundArg(2, NONVAR) | BoundArg(3, CONSTANT);
/barrelfish-2018-10-04/usr/eclipseclp/Pds/src/
H A Dnsrv_client.c369 nsrv_get_mode(inet_address,port_number,mode)
372 nsrv_mode_t * mode;
397 if ((nret == NSRV_OK) && (!(xdr_nsrv_mode(&xdrs,mode))))
/barrelfish-2018-10-04/usr/eclipseclp/documents/internal/kernel/
H A Ddebugger.tex62 maintains an ancestor (goal) stack, when in debugging mode.
118 \item compilation mode (pragma([no]debug))
/barrelfish-2018-10-04/include/lua/
H A Dlua.h263 const char *mode);
/barrelfish-2018-10-04/include/lwip2/netif/ppp/
H A Dppp_impl.h143 /* Listen for an incoming connection (Passive mode) */
455 int sifnpmode(ppp_pcb *pcb, int proto, enum NPmode mode);
/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/drivers/net/mlx4/
H A Dmlx4_en.h765 int entries, int ring, enum cq_type mode, int node);
834 int mlx4_SET_MCAST_FLTR(struct mlx4_dev *dev, u8 port, u64 mac, u64 clear, u8 mode);
/barrelfish-2018-10-04/lib/libc/db/hash/
H A Dhash.c97 __hash_open(const char *file, int flags, int mode, argument
124 if ((hashp->fp = _open(file, flags | O_CLOEXEC, mode)) == -1)
/barrelfish-2018-10-04/lib/lwip2/src/netif/ppp/
H A Dppp.c1321 * sifnpmode - Set the mode for handling packets for a given NP.
1323 int sifnpmode(ppp_pcb *pcb, int proto, enum NPmode mode) { argument
1326 LWIP_UNUSED_ARG(mode);
/barrelfish-2018-10-04/usr/eclipseclp/Opium/demo/
H A Dbasic.pl339 get_file_info(FullFileStr, mode, Mode),
/barrelfish-2018-10-04/lib/posixcompat/
H A Dselect.c520 switch (us->u.active.mode) {
744 switch (us->u.active.mode) {
/barrelfish-2018-10-04/usr/eclipseclp/Contrib/
H A Dapplic.pl26 :- mode
H A Dlistut.pl58 :- mode
367 % the other; mode same_length(-,-) generates two lists of the same length,

Completed in 288 milliseconds

<<111213141516