Searched refs:mode (Results 176 - 200 of 389) sorted by relevance

1234567891011>>

/barrelfish-2018-10-04/usr/drivers/xeon_phi/
H A Dmain_card.c142 static void spawnd_change_event(octopus_mode_t mode, char* record, void* state) argument
145 if (mode & OCT_ON_SET) {
H A Ddomain.c36 static void domain_wait_trigger_handler(octopus_mode_t mode, argument
/barrelfish-2018-10-04/usr/eclipseclp/Contrib/
H A Dorder.pl18 :- mode
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/lib/
H A Dcgi.pl161 :- mode dequote(+,-).
174 :- mode hex(+,-).
H A Dkernel_bips.pl327 :- mode
369 :- mode prune_instances(+,+,?).
376 :- mode insert_pruned(?,+,-).
389 :- mode remove_instances(?,+,-).
H A Dmeta.pl132 :- mode check_handlers(?,-,+,+).
196 :- mode normalise_susp_list_spec(?,-,+,+).
367 :- mode unify_attributes(?,++).
435 :- mode test_unify_attributes(?, ++).
457 :- mode compare_instances_attributes(?, ?, ?).
489 :- mode copy_term_attributes(?, ?).
542 :- mode local_set_bounds_handlers(+,?,?,?,-).
558 :- mode delayed_goals_attributes(?, ?, ?).
593 :- mode suspensions_attributes(?, ?, ?).
614 :- mode delayed_goals_number_attribute
[all...]
H A Dtracer.pl320 :- mode lookup_module(+,+,-,-).
478 :- mode port_spec_to_mask(?, +, -).
489 :- mode port_list_to_mask(?, +, -).
496 :- mode set_spypoints(?, +, -).
535 :- mode debug_port_names(-).
553 :- mode port_name_to_mask_bit(+,-).
569 :- mode port_name_to_number(+,-).
H A Dfd_arith.pl233 :- mode conv_pred(+, ?, +, ?).
234 :- mode conv_expr(+, ?, ?, +, ?).
579 :- mode conv_ge(+, ?, ?, ?).
607 :- mode conv_ge(+, -, ?, ?, ?).
698 :- mode tr_fd_arith_out(+, -).
707 :- mode tr_fd_arith_out_(+, -).
761 :- mode tr_fd_arith_out_dummy(+, -).
797 :- mode first_elem(?, -).
802 :- mode next_elem(+, ?, -).
1118 :- mode handle_e
[all...]
/barrelfish-2018-10-04/include/lua/
H A Dlauxlib.h76 const char *mode);
81 const char *name, const char *mode);
/barrelfish-2018-10-04/tools/harness/machines/
H A Deth.py58 mode, username, host, port = userinfo.split('@')[:4]
59 if 'w' in mode and username != myuser:
70 # XXX: open in binary mode with no buffering
H A Dmsrc.py96 mode, username, host, port = userinfo.split('@')[:4]
97 if 'w' in mode and username != myuser:
108 # XXX: open in binary mode with no buffering
H A Duw.py112 mode, username, host, port = userinfo.split('@')[:4]
113 if 'w' in mode and username != myuser:
124 # XXX: open in binary mode with no buffering
/barrelfish-2018-10-04/usr/eclipseclp/documents/userman/
H A Dumsdeveltools.tex70 compiler invocation mode directives.
356 mode or set any flags. Note however that it is not available on
364 the profiling mode, which means that every 100th of a second the
491 \item Compile your program in debug mode, as you would normally do during
652 of the \predspec{mode/1} directive for predicate definitions. This directive
657 to generate more compact and/or faster code. Specifying the mode of a
662 The mode analyser inserts instrumentation into the clause definitions
663 of predicates during compilation in order to record mode usage of each
667 and the suggested mode annotations for each predicate are displayed.
677 \item Compile your program with the mode analyse
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/documents/megalog/
H A Dmultiuser-sec.tex54 Any database can be used in either single or multi user mode:
56 \item In single user mode, a single \eclipse process opens the database
58 \item In multi user mode, a database server process manages the
62 The multi user mode is enabled for a database by simply starting
72 in single user mode).
74 already open in single user mode, an attempt to start a server
90 switch to multi user mode, otherwise the database is opened in single
91 user mode.
161 schema while using a database in the multi user mode. This restriction
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/src/
H A Dbip_io.c392 -> mode = BoundArg(2, CONSTANT) | BoundArg(3, CONSTANT);
422 -> mode = BoundArg(1, CONSTANT) | BoundArg(2, CONSTANT);
424 -> mode = BoundArg(3, CONSTANT) | BoundArg(4, CONSTANT);
426 -> mode = BoundArg(3, CONSTANT) | BoundArg(4, CONSTANT);
428 -> mode = BoundArg(4, CONSTANT) | BoundArg(5, CONSTANT);
430 -> mode = BoundArg(3, GROUND) | BoundArg(4, GROUND);
433 -> mode = BoundArg(2, GROUND);
435 -> mode = BoundArg(2, GROUND);
439 -> mode = BoundArg(3, GROUND);
442 -> mode
559 get_stream_id(value v, type t, int mode, int *err) argument
916 short mode; local
[all...]
H A Dtkeclipse.c543 char mode; local
570 mode = 'r';
573 mode = 'w';
578 mask = (mode == 'r') ? TCL_READABLE : TCL_WRITABLE;
/barrelfish-2018-10-04/lib/openssl-1.0.0d/ssl/
H A Ds3_pkt.c249 if (s->mode & SSL_MODE_RELEASE_BUFFERS)
612 (s->mode & SSL_MODE_ENABLE_PARTIAL_WRITE)))
823 !(s->mode & SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER))
849 if (s->mode & SSL_MODE_RELEASE_BUFFERS)
975 * (even in 'peek' mode) */
1012 if (s->mode & SSL_MODE_RELEASE_BUFFERS)
1101 if (!(s->mode & SSL_MODE_AUTO_RETRY))
1274 if (!(s->mode & SSL_MODE_AUTO_RETRY))
/barrelfish-2018-10-04/usr/replay/
H A Dmaster.c385 te->mode = FLAGS_RdOnly;
387 te->mode = FLAGS_WrOnly;
389 te->mode = FLAGS_RdWr;
476 if (te->mode != FLAGS_RdOnly) { // writer
484 if ((te->mode != FLAGS_WrOnly) && // this is a reader
553 req->mode = te->mode;
997 // /* cnt, te->op, te->u.fnum, te->fd, te->mode, te->pid, te->fline); */
1107 // /* cnt, te->op, te->u.fnum, te->fd, te->mode, te->pid, i, te->fline); */
1167 // if(te->mode !
[all...]
/barrelfish-2018-10-04/include/sys/
H A Dfile.h109 typedef int fo_chmod_t(struct file *fp, mode_t mode,
361 fo_chmod(struct file *fp, mode_t mode, struct ucred *active_cred, argument
365 return ((*fp->f_ops->fo_chmod)(fp, mode, active_cred, td));
H A Dmman.h237 struct shmfd *shm_alloc(struct ucred *ucred, mode_t mode);
/barrelfish-2018-10-04/usr/eclipseclp/ecrc_solvers/
H A Dr.pl544 :- mode substitute(+,+,+,-).
556 :- mode substitute(+,+,+,-).
563 :- mode substitute_aux(+,?,+,-).
572 :- mode substitute_aux1(+,+,?,+,-).
580 :- mode simplify2(+,+,-,-,-).
596 :- mode merge_and_detect_new_vars(+,+,-,-).
634 :- mode collect_vars(+,-,?).
681 :- mode count_coeff_signs(+,+,-,+,-).
807 % :- mode remove_pvars(+,+,-).
832 :- mode separate_pvar
[all...]
/barrelfish-2018-10-04/lib/cxx/cxx/
H A Dlocale.cpp1750 unsigned long Maxcode = 0x10FFFF, codecvt_mode mode = codecvt_mode(0))
1754 if (mode & generate_header)
1827 unsigned long Maxcode = 0x10FFFF, codecvt_mode mode = codecvt_mode(0))
1831 if (mode & generate_header)
1904 unsigned long Maxcode = 0x10FFFF, codecvt_mode mode = codecvt_mode(0))
1908 if (mode & consume_header)
2025 unsigned long Maxcode = 0x10FFFF, codecvt_mode mode = codecvt_mode(0))
2029 if (mode & consume_header)
2146 codecvt_mode mode = codecvt_mode(0))
2149 if (mode
[all...]
/barrelfish-2018-10-04/usr/skb/octopus/
H A Dskb_query.c217 errval_t set_record(struct ast_object* ast, uint64_t mode, argument
228 if (mode & SET_SEQUENTIAL) {
323 uint64_t mode, struct oct_reply_state* drs, uint64_t* wid)
343 pword mode_term = ec_long((long int) mode);
322 set_watch(struct octopus_binding* b, struct ast_object* ast, uint64_t mode, struct oct_reply_state* drs, uint64_t* wid) argument
/barrelfish-2018-10-04/lib/libc/db/btree/
H A Dbt_open.c83 * mode: open permission bits
91 __bt_open(const char *fname, int flags, int mode, const BTREEINFO *openinfo, int dflags) argument
200 if ((t->bt_fd = _open(fname, flags | O_CLOEXEC, mode)) < 0)
/barrelfish-2018-10-04/lib/lua/src/
H A Dlgc.c436 const TValue *mode = gfasttm(g, h->metatable, TM_MODE); local
438 if (mode && ttisstring(mode) && /* is there a weak mode? */
439 ((weakkey = strchr(svalue(mode), 'k')),
440 (weakvalue = strchr(svalue(mode), 'v')),
712 ** In non-generational mode, change all non-dead objects back to white,
714 ** In generational mode, keep black objects black, and also mark them as
724 if (isgenerational(g)) { /* generational mode? */
729 else { /* normal mode */
952 luaC_changemode(lua_State *L, int mode) argument
[all...]

Completed in 301 milliseconds

1234567891011>>