Searched refs:last (Results 76 - 100 of 186) sorted by relevance

12345678

/barrelfish-2018-10-04/lib/lwip2/src/core/
H A Dnetif.c365 /* set ipaddr last to ensure netmask/gw have been set when status callback is called */
803 struct pbuf *last; local
852 /* let last point to the last pbuf in chain r */
853 for (last = r; last->next != NULL; last = last->next);
857 LWIP_ASSERT("if first != NULL, last must also be != NULL", netif->loop_last != NULL);
859 netif->loop_last = last;
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/lib_tcl/widget/
H A Dconsole.tcl126 ## Displays the last error in the interpreter in a dialog box.
414 set incomplete [CmdSep [CmdGet $w] cmds last]
419 $w insert insert $last {}
421 EvalCmd $w $last
448 ## Check last event because history event is broken
520 ;proc CmdSep {cmd list last} {
521 upvar 1 $list cmds $last inc
933 foreach {first last} [$c tag ranges $type] {
934 lappend output [$c get $first $last]
967 ## Outputs stack caused by last erro
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/src/
H A Dbip_delay.c109 static pword *_make_goal_list(pword *last, register int undelay);
401 _make_goal_list(pword *last, register int undelay) argument
406 while (env > last)
442 _suspensions(value vres, type tres, pword *last) argument
449 while (env > last)
465 while (env > last)
1775 pword *last; local
1785 last = list2 = &vattr2.ptr[vpos2.nint];
1792 last = ++list2;
1803 /* last no
1900 pword *last = q->val.ptr + 1; local
[all...]
H A Dbip_strings.c929 char *first, *last; local
938 last = s = StringStart(vstr);
940 first = last+1;
953 Push_Buffer(last-first+2);
954 while (first <= last)
957 first = last + 1;
965 last = s;
H A Dbip_domain.c526 pword *last = 0; local
598 if (constno > 0 && last) {
599 if (last < GB && last->val.ptr < GB) {
600 Trail_Pword(last)
602 last->val.ptr = p - 1;
603 last->tag.kernel = TLIST;
607 last = p;
615 if (constno && last) {
616 if (last < G
1554 insert_interval(word first, word last, pword *newi) argument
[all...]
/barrelfish-2018-10-04/lib/lwip2/src/apps/lwiperf/
H A Dlwiperf.c644 lwiperf_state_base_t* i, *dealloc, *last = NULL; local
650 if (last != NULL) {
651 last->next = i;
655 last = i;
/barrelfish-2018-10-04/lib/lwip2/src/core/ipv6/
H A Dip6_frag.c455 * chain it to the last fragment */
489 /* If this is the last fragment, calculate total packet length. */
494 /* Additional validity tests: we have received first and last fragment. */
503 /* Final validity test: no gaps between current and last fragment. */
676 u16_t last; local
691 last = (left <= nfb);
694 cop = last ? left : nfb;
779 frag_hdr->_fragment_offset = lwip_htons((fragment_offset & IP6_FRAG_OFFSET_MASK) | (last ? 0 : IP6_FRAG_MORE_FLAG));
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/dso/
H A Ddso_win32.c318 char last; local
349 last = filename[0];
350 switch(last)
424 while(last);
/barrelfish-2018-10-04/usr/drivers/solarflare/
H A Dhw_queue.h78 uint8_t last_deq; // last deq from buffer
594 bool last = flags & NETIF_TXFLAG_LAST; local
604 sfn5122f_q_tx_ker_desc_tx_ker_cont_insert(d, !last);
636 bool last = flags & NETIF_TXFLAG_LAST; local
645 sfn5122f_q_tx_user_desc_tx_user_cont_insert(d, !last);
/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/drivers/infiniband/hw/mthca/
H A Dmthca_srq.c194 srq->last = get_wqe(srq, srq->max - 1);
525 prev_wqe = srq->last;
526 srq->last = wqe;
536 srq->last = prev_wqe;
H A Dmthca_qp.c835 qp->sq.last = get_send_wqe(qp, qp->sq.max - 1);
838 qp->rq.last = get_recv_wqe(qp, qp->rq.max - 1);
1233 qp->sq.last = get_send_wqe(qp, qp->sq.max - 1);
1234 qp->rq.last = get_recv_wqe(qp, qp->rq.max - 1);
1658 prev_wqe = qp->sq.last;
1659 qp->sq.last = wqe;
1859 prev_wqe = qp->rq.last;
1860 qp->rq.last = wqe;
1999 prev_wqe = qp->sq.last;
2000 qp->sq.last
[all...]
/barrelfish-2018-10-04/include/vm/
H A Dvm_mmap.c899 * operation could clear the last reference
964 * Zero the last entries in the byte vector.
1009 vm_offset_t addr, end, last, start; local
1020 last = addr + size;
1022 end = round_page(last);
1023 if (last < addr || end < addr)
1192 vm_offset_t addr, end, last, start; local
1204 last = addr + size;
1206 end = round_page(last);
1207 if (last < add
[all...]
H A Dvm_glue.c181 vm_offset_t end, last, start; local
185 last = (vm_offset_t)addr + len;
187 end = round_page(last);
188 if (last < (vm_offset_t)addr || end < (vm_offset_t)addr)
849 * process is swapped out. Finally, and only as a last resort, if
/barrelfish-2018-10-04/lib/zlib/
H A Dgzio.c58 int z_err; /* error code for last stream operation */
72 int last; /* true if push-back is last character */ member in struct:gz_stream
297 where first byte of header is at the end of the buffer after the last
419 if (s->last) {
524 s->last = (s->z_err == Z_STREAM_END);
525 if (s->last) s->z_err = Z_OK;
841 if (s->last) s->z_err = Z_STREAM_END;
981 Returns the error message for the last error which occurred on the
/barrelfish-2018-10-04/lib/lwip2/src/core/ipv4/
H A Dip4_frag.c225 /* @todo Can't we simply remove the last datagram in the
332 * Also checks that the datagram passes basic continuity checks (if the last
409 * chain it to the last fragment */
428 /* If we already received the last fragment */
567 ("ip4_reass: last fragment seen, total len %"S16_F"\n",
574 /* the totally last fragment (flag more fragments = 0) was received at least
698 int last; local
790 last = (left <= netif->mtu - IP_HLEN);
794 if (!last) {
/barrelfish-2018-10-04/lib/tommath/mtest/
H A Dmpi.c1300 /* Consider now the last digit... */
1685 /* Now do the last digit... */
2067 int last = -1; local
2074 clean[++last] = &u;
2076 clean[++last] = &v;
2078 clean[++last] = &gx;
2080 clean[++last] = &A;
2082 clean[++last] = &B;
2084 clean[++last] = &C;
2086 clean[++last]
[all...]
/barrelfish-2018-10-04/lib/bulk_transfer/backends/net/
H A Dbulk_net_e10k.c350 int last = 0, res; local
357 res = e10k_queue_get_rxbuf(bu->q, &op, &hdrlen, &len, &last, &flags);
384 } while (last != 1);
/barrelfish-2018-10-04/lib/openssl-1.0.0d/util/
H A Dbat.sh22 last if ($val eq "FINISHED");
/barrelfish-2018-10-04/lib/libc/isc/
H A Deventlib_p.h164 evWait * last; member in struct:evWaitList
/barrelfish-2018-10-04/usr/drivers/lo/
H A Dlo_qdriver.c276 size_t packet_len, bool last, void *opaque)
314 i == (count - 1), //last?
/barrelfish-2018-10-04/usr/tests/e10ktest/
H A Dsubways.c823 static uint64_t last = 0; local
826 if(last != 0) {
827 uint64_t elapsed = now - last;
843 last = now;
/barrelfish-2018-10-04/lib/lwip2/src/apps/httpd/
H A Dhttpd.c355 struct http_state *last; local
356 for(last = http_connections; last->next != NULL; last = last->next) {
357 if (last->next == hs) {
358 last->next = hs->next;
882 last occurrence of "." in the filename passed. */
1440 /* Did the last SSIHandler have more to send? */
1568 * This adds the FIN flag right into the last dat
[all...]
/barrelfish-2018-10-04/lib/lua/src/
H A Dlvm.c66 if (ci->callstatus & CIST_HOOKYIELD) { /* called hook last time? */
454 L->top = top - 1; /* top is one after last element (at top-2) */
735 /* last stack slot filled by 'precall' */
814 int last;
823 last = ((c-1)*LFIELDS_PER_FLUSH) + n;
824 if (last > h->sizearray) /* needs more space? */
825 luaH_resizearray(L, h, last); /* pre-allocate it at once */
828 luaH_setint(L, h, last--, val);
/barrelfish-2018-10-04/lib/cxx/unwind/
H A DUnwindCursor.hpp902 uint32_t last = high - 1; local
908 if ((mid == last) ||
1006 last = pageHeader.entryCount() - 1;
1011 if ((mid == last) ||
1024 if (low < last)
1147 // If the last line of a function is a "throw" the compiler sometimes
/barrelfish-2018-10-04/usr/eclipseclp/documents/internal/kernel/
H A Dgc.tex34 choicepoint that has already existed during the last collection.
149 is the last cell of the relocation chain. It originally contained a pointer, and
175 The last cell of the relocation chain preserves the original tag

Completed in 247 milliseconds

12345678