Searched refs:back (Results 1 - 25 of 92) sorted by relevance

1234

/barrelfish-2018-10-04/lib/collections/
H A Dflipbuffer.c57 (*fbuf)->back = NULL;
62 * \brief Flip the buffer, i.e. change the role of the front and back buffer.
74 fbuf->front = fbuf->back;
77 fbuf->back = tmpbuf;
133 * \brief Is the back buffer empty?
136 * \return Whether or not the back buffer contains any data?
140 if (fbuf->back == NULL || fbuf->backlen == 0) {
149 * \brief Empty the back buffer
155 if (fbuf->back != NULL) {
156 free(fbuf->back);
[all...]
/barrelfish-2018-10-04/lib/cxx/cxxabi/
H A Dcxa_demangle.cpp554 if (!db.template_param.back().empty())
556 for (auto& t : db.template_param.back().front())
579 if (sub < db.template_param.back().size())
581 for (auto& temp : db.template_param.back()[sub])
613 auto expr = db.names.back().move_full();
615 db.names.back() = "const_cast<" + db.names.back().move_full() + ">(" + expr + ")";
639 auto expr = db.names.back().move_full();
641 db.names.back() = "dynamic_cast<" + db.names.back()
[all...]
/barrelfish-2018-10-04/include/collections/
H A Dflipbuffer.h27 void *back; /// < back buffer member in struct:collections_fbuf
28 size_t backlen; /// < length (in bytes) of back buffer
/barrelfish-2018-10-04/lib/libc/amd64/sys/
H A Dsbrk.S60 jz back
77 back: label
/barrelfish-2018-10-04/tools/fof/
H A DIntroLanguage.tex3 \epigraph{Give me back that Filet-O-Fish, Give me back that Filet-O-Fish, \ldots}%
H A DFutureWork.tex32 \item[Code generator back-back-end:] following the steps of FoF and
33 Paka, we need a more principled back-back-end, generating (correct)
/barrelfish-2018-10-04/lib/zlib/
H A Dgzio.c71 int back; /* one character push-back */ member in struct:gz_stream
72 int last; /* true if push-back is last character */
122 s->back = EOF;
412 if (s->stream.avail_out && s->back != EOF) {
413 *next_out++ = s->back;
416 s->back = EOF;
513 Push one byte back onto the stream.
521 if (s == NULL || s->mode != 'r' || c == EOF || s->back != EOF) return EOF;
522 s->back
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/Opium/demo/
H A Dporting.pl71 % Sets back " " to quote strings
/barrelfish-2018-10-04/usr/eclipseclp/Contrib/
H A Dflat.pl26 % Purpose: Flatten various binary trees to lists and convert back.
49 The list_to_<operator> predicates take a list and turn it back
H A Darrays.pl24 % this format, "array_to_list" converts back.
H A Dstruct.pl30 % "conjunction" of substitutions really refers to back-substitution,
137 the variables back. Since we can use subst/3 to do this last step, a
H A Dtrees.pl156 % checking the list, and converting the result, if any, back to a tree.
/barrelfish-2018-10-04/tools/
H A Dqemu-wrapper.sh152 echo "$NIC_MODEL not supported. Fall back to e1000"
/barrelfish-2018-10-04/lib/openssl-1.0.0d/util/
H A Dpod2man.pl84 =back
178 =back
235 =item Unmatched =back
237 (W) You have a C<=back> without a corresponding C<=over>.
242 C<=head1>, C<=head2>, C<=item>, C<=over>, C<=back>, or C<=cut>.
245 =back
268 The =over and =back directives don't really work right. They
762 # put it back so we get the <> processed again;
884 elsif ($Cmd eq 'back') {
886 warn "$0: Unmatched =back i
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/lib/
H A Dremote_tools.pl156 development tools are ready to be used. Control is initially given back
186 given back to ECLiPSe when the tools have been attached.
H A Dqueues.pl196 tests whether the queue is empty. If the back of a queue were
/barrelfish-2018-10-04/usr/eclipseclp/documents/embedding/
H A Dembtclmulti.tex130 handler returns, control is handed back to {\eclipse} (and passed
258 The handlers for when control is handed back to {\eclipse}, {\tt ec_start},
281 during a peer multitasking phase, control is repeatedly handed back and
355 and so control is handed back to {\eclipse} in the normal way using {\bf
H A Ddbi.tex307 session until committed, and where uncommitted changes can be rolled back,
310 and not all updates can be rolled back. Consult the database manual for
322 closed if the program fails or aborts back beyond this call. The session
361 transaction. (Note: not all changes can be rolled back; consult the DB manual for details)
370 back.
H A Dembremoteproto.tex94 side, and control is passed to the {\eclipse} side. Control is passed back
187 protocols are compatible, it sends the EXDR string {\tt yes} back to
231 connection for the remote side to give control back to the {\eclipse} side.
237 The remote_connect/3 or remote_connect_accept/6 predicate waits for the control to be handed back by
347 control is handed back to it. For more details on the messages, see next
495 side, and eventually control is handed back
739 {\eclipse} into the peer queue buffer. Control is then yielded back to
741 hands control back to {\eclipse} side by the resume message. The suspended
758 back to the remote side. Other messages are handled as normal, recursively
1087 {\eclipse} side will yield control back t
[all...]
H A Dembtcl.tex176 and passing the results back (via output arguments) to Tcl.
207 can be handled. Afterwards the control is passed back to Tcl.
412 flushes it. This will briefly pass control back to Tcl, the {\bf
414 added to its arguments), afterwards control is passed back to
426 This will briefly yield control back to Tcl, the
428 afterwards control is passed back to {\eclipse}.
H A Dembremote.tex691 data is then sent back to the {\eclipse} side.
1188 event on the {\eclipse} side, and a call-back on the Tcl side), which can
1197 call-back when control is transferred to {\eclipse} and reenabled when
1198 control is transferred back to Tcl).
1205 expected to eventually handed back control implicitly to {\eclipse}, and
1211 the explicit yield call-back to enable a button on the Tcl side that will
1212 explicitly transfer control back to {\eclipse} when pressed, which should
1237 control back to the Tcl side. Meanwhile, the Tcl process is not
1242 over to {\eclipse} ({\it start}), when control is handed back from
1279 until control is transferred back t
[all...]
/barrelfish-2018-10-04/lib/pcre/
H A Dpcre_dfa_exec.c468 move back, and set up each alternative appropriately. */
478 int back = GET(end_code, 2+LINK_SIZE); local
479 if (back > max_back) max_back = back;
484 /* If we can't go back the amount required for the longest lookbehind
485 pattern, go back as far as we can; some alternatives may still be viable. */
488 /* In character mode we have to step back character by character */
520 int back = GET(end_code, 2+LINK_SIZE); local
521 if (back <= gone_back)
524 ADD_NEW_DATA(-bstate, 0, gone_back - back);
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/documents/internal/kernel/
H A Dio.tex83 back (yield/resume model, see Embedding Manual) to the host program
182 human consumption, and formats that can be read back by the parser,
/barrelfish-2018-10-04/usr/eclipseclp/lib_tcl/widget/
H A Dconsole.tcl985 ## Search forward (next) if $int>0, otherwise search back (prev)
1609 if {[string compare [set ix [$w search -back $c1 insert $lim]] {}]} {
1611 [string compare [set ix [$w search -back $c1 $ix-1c $lim]] {}]} {}
1624 [set ix [$w search -back $c1 $ix $lim]] {}]} {
1652 while {[string compare {} [set i [$w search -back \" $i $lim]]]} {
/barrelfish-2018-10-04/usr/eclipseclp/documents/mpslib/
H A Declipse.tex53 user arrives back at its keyboard, the worker needs to migrate. Although

Completed in 284 milliseconds

1234