Searched refs:last (Results 51 - 75 of 186) sorted by relevance

12345678

/barrelfish-2018-10-04/include/tenaciousd/
H A Dqueue.h34 uint64_t last; member in struct:tenaciousd_queue
/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/drivers/infiniband/hw/mthca/
H A Dmthca_allocator.c46 obj = find_next_zero_bit(alloc->table, alloc->max, alloc->last);
72 alloc->last = min(alloc->last, obj);
87 alloc->last = 0;
H A Dmthca_provider.h234 void *last; member in struct:mthca_srq
252 void *last; member in struct:mthca_wq
/barrelfish-2018-10-04/usr/eclipseclp/lib_tcl/widget/
H A DTOUR.tcl92 set last 0
96 set last 1
97 } elseif {$last} {
99 set last 0
H A Dutil-string.tcl140 set i [string last { } [string range $txt 0 $len]]
/barrelfish-2018-10-04/lib/lwip/src/core/
H A Dnetif.c522 struct pbuf *last; local
557 /* let last point to the last pbuf in chain r */
558 for (last = r; last->next != NULL; last = last->next);
562 LWIP_ASSERT("if first != NULL, last must also be != NULL",
565 netif->loop_last = last;
568 netif->loop_last = last;
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/src/
H A Dmain.c123 int last = strlen(arg) -1; local
127 switch(arg[last])
132 arg[last] = '\000';
137 arg[last] = '\000';
142 arg[last] = '\000';
630 int last = strlen(arg) -1; local
634 switch(arg[last])
639 arg[last] = '\000';
644 arg[last] = '\000';
649 arg[last]
[all...]
/barrelfish-2018-10-04/lib/devif/backends/net/e10k/
H A De10k_queue.h249 // OPTIMIZATION: Maybe only set rs on last packet?
250 bool last = flags & NETIF_TXFLAG_LAST; local
251 e10k_q_tdesc_legacy_rs_insert(d, last);
253 e10k_q_tdesc_legacy_eop_insert(d, last);
319 // That last packet got written out, now go reclaim from the head pointer.
543 int* last)
570 *last = e10k_q_rdesc_adv_wb_eop_extract(d);
591 int* last)
600 *last = e10k_q_rdesc_legacy_eop_extract(d);
625 int* last)
537 e10k_queue_get_rxbuf_avd(e10k_queue_t* q, regionid_t* rid, genoffset_t* offset, genoffset_t* length, genoffset_t* valid_data, genoffset_t* valid_length, uint64_t* flags, int* last) argument
585 e10k_queue_get_rxbuf_legacy(e10k_queue_t* q, regionid_t* rid, genoffset_t* offset, genoffset_t* length, genoffset_t* valid_data, genoffset_t* valid_length, uint64_t* flags, int* last) argument
619 e10k_queue_get_rxbuf(e10k_queue_t* q, regionid_t* rid, genoffset_t* offset, genoffset_t* length, genoffset_t* valid_data, genoffset_t* valid_length, uint64_t* flags, int* last) argument
[all...]
/barrelfish-2018-10-04/lib/lwip2/src/netif/ppp/polarssl/
H A Dmd4.c246 unsigned long last, padn; local
257 last = ctx->total[0] & 0x3F;
258 padn = ( last < 56 ) ? ( 56 - last ) : ( 120 - last );
H A Dmd5.c265 unsigned long last, padn; local
276 last = ctx->total[0] & 0x3F;
277 padn = ( last < 56 ) ? ( 56 - last ) : ( 120 - last );
H A Dsha1.c299 unsigned long last, padn; local
310 last = ctx->total[0] & 0x3F;
311 padn = ( last < 56 ) ? ( 56 - last ) : ( 120 - last );
/barrelfish-2018-10-04/include/lwip2/netif/ppp/polarssl/
H A Dmd4.c246 unsigned long last, padn; local
257 last = ctx->total[0] & 0x3F;
258 padn = ( last < 56 ) ? ( 56 - last ) : ( 120 - last );
H A Dmd5.c265 unsigned long last, padn; local
276 last = ctx->total[0] & 0x3F;
277 padn = ( last < 56 ) ? ( 56 - last ) : ( 120 - last );
H A Dsha1.c299 unsigned long last, padn; local
310 last = ctx->total[0] & 0x3F;
311 padn = ( last < 56 ) ? ( 56 - last ) : ( 120 - last );
/barrelfish-2018-10-04/usr/eclipseclp/Pds/src/
H A Dbmsg.msg.c1144 bmsg_buffer_t * last; /* last message buffer */ member in struct:__anon1707
1150 bmsg_buffer_t * last; /* last message buffer */ member in struct:__anon1708
1172 #define MQ_Empty(q) (!((q)->last))
1189 (q)->last->next = (b); \
1190 (q)->last = (b); \
1198 (q)->last->next = (b); \
1199 (q)->last = (b); \
1211 if ((q)->first == (q)->last) \
1701 emb_sock_t * last; member in struct:__anon1709
1806 identifier_t * last; member in struct:__anon1710
2176 port_t * last; /* last bport */ member in struct:__anon1711
[all...]
H A Damsg.msg.c363 amsg_buffer_scratch_t * last; /* last message buffer */ member in struct:aport
380 amsg_buffer_scratch_t * last; /* last message buffer */ member in struct:aport
386 #define P_Empty(p) (!(p)->last)
407 port->last = (amsg_buffer_scratch_t *) 0;
699 (p)->last->next = (m); \
700 (p)->last = (m); \
709 (p)->last->next = (m); \
710 (p)->last
763 port_t * last; member in struct:__anon1694
[all...]
/barrelfish-2018-10-04/usr/bench/rcce/bt/
H A Dx_solve.c11 extern void x_backsubstitute(int first, int last, int c);
12 extern void x_solve_cell(int first, int last, int c);
30 int c, cprev, stage, first, last, error; local
40 // set first/last-cell flags
43 last = (stage == ncells);
51 x_solve_cell(first,last,c);
54 // printf("passed \"set first/last-cell flags\"...\n");fflush(0);
62 last = (stage == ncells);
69 x_backsubstitute(first,last,c);
211 void x_backsubstitute(int first, int last, in argument
266 x_solve_cell(int first, int last, int c) argument
[all...]
H A Dy_solve.c9 extern void y_backsubstitute(int first, int last, int c);
10 extern void y_solve_cell(int first, int last, int c);
27 int c, cprev, stage, first, last, error; local
36 // set last-cell flag
39 last = (stage == ncells);
45 y_solve_cell(first,last,c);
54 last = (stage == ncells);
61 y_backsubstitute(first,last,c);
194 void y_backsubstitute(int first, int last, int c) { argument
200 // back solve: if last cel
248 y_solve_cell(int first,int last,int c) argument
[all...]
H A Dz_solve.c9 extern void z_backsubstitute(int first, int last, int c);
10 extern void z_solve_cell(int first, int last, int c);
27 int c, cprev, stage, first, last, error; local
36 // set last-cell flag
39 last = (stage == ncells);
45 z_solve_cell(first,last,c);
54 last = (stage == ncells);
61 z_backsubstitute(first,last,c);
232 void z_backsubstitute(int first, int last, int c) { argument
238 // back solve: if last cel
286 z_solve_cell(int first,int last,int c) argument
[all...]
/barrelfish-2018-10-04/usr/net_socket_server/
H A Dnet_sockets_server.c100 struct socket_connection *last, *socket; local
103 last = NULL;
108 last = socket;
109 last_descriptor = last->descriptor;
117 if (last) {
118 socket->next = last->next;
119 last->next = socket;
549 struct socket_connection *socket, *last; local
554 last = NULL;
558 last
[all...]
/barrelfish-2018-10-04/lib/libc/db/test/btree.tests/
H A Dmain.c74 void last(DB *, char **);
100 "la", 0, 0, last, "last", "move cursor to last record",
191 int argc, i, last; local
199 for (last = 0;;) {
205 i = last;
238 uselast: last = i;
559 last(db, argv) function
570 perror("last/se
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/des/
H A Ddes.c370 int num=0,j,k,l,rem,ll,len,last,ex=0; local
622 last=obuf[l-1];
624 if ((last > 7) || (last < 0))
629 last=0;
631 l=l-8+last;
/barrelfish-2018-10-04/lib/lwip/src/core/ipv4/
H A Dip_frag.c221 /* @todo Can't we simply remove the last datagram in the
323 * Also checks that the datagram passes basic continuity checks (if the last
402 * chain it to the last fragment */
423 /* If we already received the last fragment */
568 ("ip_reass: last fragment seen, total len %" S16_F "\n",
574 /* the totally last fragment (flag more fragments = 0) was received at least
656 u16_t last; local
698 last = (left <= mtu - IP_HLEN);
702 if (!last)
706 cop = last
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/bio/
H A Dbio_lib.c458 BIO *b,*last; local
460 b=last=bio;
464 last=b;
468 if (reason != NULL) *reason=last->retry_reason;
469 return(last);
/barrelfish-2018-10-04/lib/virtio/
H A Dvirtqueue_host.c67 uint16_t avail_tail; ///< last available index
111 struct virtio_host_buf *last = buf; local
113 while(last->next) {
114 last = last->next;
117 last->next = *queue;
766 /* handle the last one */

Completed in 138 milliseconds

12345678