Searched refs:first (Results 151 - 175 of 314) sorted by relevance

1234567891011>>

/barrelfish-2018-10-04/lib/openssl-1.0.0d/demos/engines/zencod/
H A Dhw_zencod.c1268 unsigned int first ; member in struct:__anon1325
1555 tmp_rc4_key->first = 0 ;
1589 to_return = ptr_zencod_rc4_cipher ( &output, &input, (const zen_nb_t *) &rc4key, &( tmp_rc4_key->rc4_state [0] ), &( tmp_rc4_key->rc4_state [3] ), !tmp_rc4_key->first ) ;
1593 tmp_rc4_key->first = 1 ;
/barrelfish-2018-10-04/usr/eclipseclp/CPViz/viztool/src/components/
H A DMyInternalFrame.java96 boolean first = true; field in class:MyInternalFrame
403 // if (first){
405 // first = false;
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/lib/
H A Dcio.pl71 % remember input/output the first time we redirect via see/tell
H A Dlists.pl534 starting with the first. When one input list is longer, its extra
538 the most balanced solution(s) will be found first."),
621 summary:"Reorder a list such that the middle elements come first",
835 Unifies Term with the first matching element of the list List.
1013 summary:"Succeeds if FlatList is the list of all elements in NestedList, as found in\na left-to-right, depth-first traversal of NestedList.\n\n",
1019 determined by a left-to-right, depth-first traversal of NestedList.
/barrelfish-2018-10-04/doc/016-serial-ports/
H A DSerial.tex21 % Include version history first
179 Typically, a rudimentary console driver is the first thing to be
/barrelfish-2018-10-04/usr/eclipseclp/lib_tcl/
H A Declipse.tcl312 ;# line is first truncated. Note -2 needed (rather than -1)
315 set nl [string first "\n" $data]
/barrelfish-2018-10-04/lib/lwip2/src/core/ipv4/
H A Dip4.c418 /* header length exceeds first pbuf length, or ip length exceeds total pbuf length? */
426 ("IP header (len %"U16_F") does not fit in first pbuf (len %"U16_F"), IP packet dropped.\n",
488 'first' is used as a boolean to mark whether we started walking the list */
489 int first = 1; local
524 if (first) {
534 first = 0;
864 LWIP_ASSERT("check that first pbuf can hold struct ip_hdr",
/barrelfish-2018-10-04/lib/lwip2/src/core/ipv6/
H A Dip6.c423 /* header length exceeds first pbuf length, or ip length exceeds total pbuf length? */
427 ("IPv6 header (len %"U16_F") does not fit in first pbuf (len %"U16_F"), IP packet dropped.\n",
500 'first' is used as a boolean to mark whether we started walking the list */
501 int first = 1; local
515 if (first) {
530 first = 0;
598 ("IPv6 options header (hlen %"U16_F") does not fit in first pbuf (len %"U16_F"), IPv6 packet dropped.\n",
621 ("IPv6 options header (hlen %"U16_F") does not fit in first pbuf (len %"U16_F"), IPv6 packet dropped.\n",
644 ("IPv6 options header (hlen %"U16_F") does not fit in first pbuf (len %"U16_F"), IPv6 packet dropped.\n",
673 ("IPv6 options header (hlen %"U16_F") does not fit in first pbu
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/src/
H A Dprintam.c1630 int first = 1; local
1638 if (first) {
1639 first = 0;
/barrelfish-2018-10-04/usr/eclipseclp/documents/tutorial/
H A Dfdintro.tex174 of the fit predicate. The first colour list contains colours in the
175 first argument of \verb0fit/20 and the second list
182 \verb0element/30 constraint, it is usually faster than the first
648 The search is done by first choosing a colour for each bin, and then
659 The remaining variables are labelled using the first fail heuristic
678 The first requirement is to ensure the capacity variable has a finite
H A Deplex.tex254 To use an eplex instance, it must first be declared with \verb'eplex_instance/1'.
260 We first create the problem
660 % m. try the closer integer range first
688 solver -- it is triggered automatically. In addition, the first call to
713 simple heuristic to decide which of the two branches to try first: the
716 \verb'X $=< 4' is tried first since the solution value of 4.2 is
/barrelfish-2018-10-04/usr/eclipseclp/documents/userman/
H A Dextmeta.tex166 This clause succeeds only when the first argument is an attributed variable,
266 The first argument is the term that was unified with the attributed variable,
387 Its main purpose is for the first-fail selection predicates,
464 The first argument is the attributed variable to be unfied,
575 Its first argument is the value that the attributed variable has been bound to,
673 first argument position.
H A Dumsarith.tex225 operation or comparison, the types are first made equal by converting
368 Compound terms are evaluated by first evaluating their arguments and then
373 \notation{a_1},..,\notation{a_n} as its first
504 Note that if one of the first two arguments is a variable,
516 where always the first arguments are taken as input and the last
H A Dumserrors.tex410 %is redirected to, the system stream is first reset to its standard value.
418 %applies arithmetic evaluation to the first two arguments of the goal,
519 %first argument, a local non-logical variable of that name is created using
H A Dumsparallel.tex238 access will be sequentialised such that one of them writes first, and
270 It depends on which cut is executed first,
359 a parallel session is started on a machine for the first time.
H A Dumsexcept.tex108 the first argument is the event identifier, in this case the atom
206 that the event is raised repeatedly every \about{Time} seconds: first
495 \item The first argument is the number or atom that identifies the error.
525 The first argument is provided for the case that the same procedure serves
545 The first simply prints an error message and aborts:
840 %{\bf block(Goal, Tag, Recovery)} first calls {\it Goal}, and if this succeeds
/barrelfish-2018-10-04/usr/drivers/usb/usb_manager/
H A Dusb_transfer.c189 * the first frame must be of size device request, otherwise
512 xfer = ((&queue->head)->first);
520 (&queue->head)->last_next = &(&queue->head)->first;
521 (&queue->head)->first = NULL;
/barrelfish-2018-10-04/lib/cxx/unwind/
H A DUnwind-EHABI.cpp257 data++; // Skip the first word, which is the prel31 offset.
486 // Ask libuwind to get next frame (skip over first which is
594 // Ask libuwind to get next frame (skip over first which is
601 // On a resume, first unwind the _Unwind_Resume() frame. The next frame
970 uint32_t first = discriminator >> 16;
972 uint32_t end = first+count;
980 for (uint32_t i = first; i < end; ++i) {
/barrelfish-2018-10-04/usr/eclipseclp/Contrib/
H A Dcardinal_comments.pl184 SetExpression is first evaluated into a ground set or a set variable and then
621 desc: html("Pick the first element of SetVar's poss (lub\\glb) and try to include it
623 If heuristic UpDown is 'up' then inclusion is tried first; otherwise (down)
624 exclusion is tried first."),
627 and exclusion of the first element of its poss leads to a failure due to
649 desc: html("Instantiate all variables in SetVars from first to last, with
652 in its poss (lub\\glb), inclusion is tried first; otherwise (down)
653 exclusion is tried first."),
687 desc: html("Instantiate all variables in SetVars from first to last, with
690 is tried first
[all...]
H A Ddistfix.pl35 and the Pattern is a list of atoms and variables whose first
37 side without an intervening atom. To avoid ambiguities, the first
391 % what looked at first sight like an error sometimes turned out to be
/barrelfish-2018-10-04/usr/eclipseclp/documents/visualisation/
H A Dannotate.tex83 \viewablecreatetwo{} predicate, the first parameter of which is an
234 In our ongoing example, we could name the first dimension positions
317 As with the regular list/array based viewable create calls, the first
/barrelfish-2018-10-04/doc/018-Practical-guide/
H A DhelloWorldApp.tex160 As a first step, server needs to export the service it wants to provide
300 run_client(myst); /* calling run_client for first time */
327 This function first creates a continuation which calls itself
/barrelfish-2018-10-04/lib/libc/regex/
H A Dengine.c506 for (;;) { /* find first matching branch */
710 for (;;) { /* find first matching branch */
1059 case OCH_: /* mark the first two branches */
1109 int first = 1; local
1119 fprintf(d, "%s%d", (first) ? "\t" : ", ", i);
1120 first = 0;
/barrelfish-2018-10-04/tools/arm_boot/
H A Darm_bootimage.c296 /* Find the first loadable segment, and load it. */
401 /* Process the relocation if it's in the first loadable
989 /* Find the first (lowest base address) RAM region. */
992 struct menu_mmap_entry *first= NULL; local
1000 first= e;
1004 return first;
1028 /* Check that the requested base address is inside the first RAM region. */
1035 fail("Requested base address %08x is outside the first RAM region.\n",
1196 fail("Overflowed the first RAM region.\n");
/barrelfish-2018-10-04/usr/eclipseclp/icparc_solvers/rxspencer/
H A Dengine.c369 for (;;) { /* find first matching branch */
569 for (;;) { /* find first matching branch */
892 case OCH_: /* mark the first two branches */
943 register int first = 1; local
953 fprintf(d, "%s%d", (first) ? "\t" : ", ", i);
954 first = 0;

Completed in 134 milliseconds

1234567891011>>