Searched refs:cons (Results 1 - 16 of 16) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Dmyson.c228 ring->cons = 0;
243 while ( ( myson->rx.prod - myson->rx.cons ) < MYSON_NUM_RX_DESC ) {
408 if ( ( myson->tx.prod - myson->tx.cons ) >= MYSON_NUM_TX_DESC ) {
448 while ( myson->tx.cons != myson->tx.prod ) {
451 tx_idx = ( myson->tx.cons % MYSON_NUM_TX_DESC );
470 myson->tx.cons++;
487 while ( myson->rx.cons != myson->rx.prod ) {
490 rx_idx = ( myson->rx.cons % MYSON_NUM_RX_DESC );
514 myson->rx.cons++;
H A Dnatsemi.c491 ring->cons = 0;
506 while ( ( natsemi->rx.prod - natsemi->rx.cons ) < NATSEMI_NUM_RX_DESC ){
664 if ( ( natsemi->tx.prod - natsemi->tx.cons ) >= NATSEMI_NUM_TX_DESC ) {
704 while ( natsemi->tx.cons != natsemi->tx.prod ) {
707 tx_idx = ( natsemi->tx.cons % NATSEMI_NUM_TX_DESC );
725 natsemi->tx.cons++;
742 while ( natsemi->rx.cons != natsemi->rx.prod ) {
745 rx_idx = ( natsemi->rx.cons % NATSEMI_NUM_RX_DESC );
770 natsemi->rx.cons++;
H A Dintel.c432 ring->cons = 0;
447 while ( ( intel->rx.prod - intel->rx.cons ) < INTEL_RX_FILL ) {
587 if ( ( intel->tx.prod - intel->tx.cons ) >= INTEL_NUM_TX_DESC ) {
625 while ( intel->tx.cons != intel->tx.prod ) {
628 tx_idx = ( intel->tx.cons % INTEL_NUM_TX_DESC );
639 intel->tx.cons++;
656 while ( intel->rx.cons != intel->rx.prod ) {
659 rx_idx = ( intel->rx.cons % INTEL_NUM_RX_DESC );
683 intel->rx.cons++;
H A Dintel.h208 unsigned int cons; member in struct:intel_ring
H A Dmyson.h145 unsigned int cons; member in struct:myson_ring
H A Drealtek.c454 ring->cons = 0;
473 while ( ( rtl->rx.prod - rtl->rx.cons ) < RTL_NUM_RX_DESC ) {
607 if ( ( rtl->tx.prod - rtl->tx.cons ) >= RTL_NUM_TX_DESC ) {
669 while ( rtl->tx.cons != rtl->tx.prod ) {
672 tx_idx = ( rtl->tx.cons % RTL_NUM_TX_DESC );
694 rtl->tx.cons++;
770 while ( rtl->rx.cons != rtl->rx.prod ) {
773 rx_idx = ( rtl->rx.cons % RTL_NUM_RX_DESC );
795 rtl->rx.cons++;
H A Dnatsemi.h260 unsigned int cons; member in struct:natsemi_ring
H A Drealtek.h219 unsigned int cons; member in struct:realtek_ring
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/infiniband/
H A Dqib7322.c59 unsigned int cons; member in struct:qib7322_send_buffers
73 unsigned int cons; member in struct:qib7322_send_work_queue
510 used = ( send_bufs->cons - send_bufs->prod );
518 send_buf = send_bufs->avail[ send_bufs->cons++ & mask ];
611 qib7322_wq->cons = 0;
1303 send_buf = qib7322_wq->used[qib7322_wq->cons];
1308 qib7322_complete_send ( ibdev, qp, qib7322_wq->cons );
1311 qib7322_wq->cons = ( ( qib7322_wq->cons + 1 ) &
H A Dlinda.c49 unsigned int cons; member in struct:linda_send_work_queue
488 linda_wq->cons = 0;
1060 send_buf = linda_wq->send_buf[linda_wq->cons];
1065 linda_complete_send ( ibdev, qp, linda_wq->cons );
1068 linda_wq->cons = ( ( linda_wq->cons + 1 ) &
/vbox/src/libs/libxml2-2.6.31/
H A Dxmlreader.c5620 unsigned long cons, tmp, tmp2, prod;
5633 cons = 0;
5635 while (cons < inlen) {
5637 tmp2 = inlen - cons;
5639 printf("%ld %ld\n", cons, prod);
5640 ret = xmlBase64Decode(&input[cons], &tmp2, &output2[prod], &tmp);
5641 cons += tmp2;
5643 printf("%ld %ld\n", cons, prod);
5646 printf("ret: %d, cons: %ld , prod: %ld, output: '%s'\n", ret, cons, pro
[all...]
H A DxmlIO.c3299 int cons; /* byte from str consumed */ local
3315 cons = len;
3329 &chunk, str, &cons);
3335 if ((out->buffer->use < MINLEN) && (cons == len))
3350 &chunk, str, &cons);
3357 str += cons;
3358 len -= cons;
H A DHTMLparser.c3515 long cons = ctxt->nbChars; local
3583 if (cons == ctxt->nbChars) {
3814 long cons = ctxt->nbChars; local
3932 if (cons == ctxt->nbChars) {
4967 long cons; local
5006 cons = ctxt->nbChars;
5117 if (cons == ctxt->nbChars) {
H A Dparser.c5808 unsigned int cons = ctxt->input->consumed; local
5825 if ((CUR_PTR == check) && (cons == ctxt->input->consumed)) {
6094 unsigned int cons = ctxt->input->consumed; local
6112 if ((CUR_PTR == check) && (cons == ctxt->input->consumed)) {
7255 unsigned int cons = ctxt->input->consumed; local
7267 if ((CUR_PTR == check) && (cons == ctxt->input->consumed)) {
7443 unsigned int cons = ctxt->input->consumed; local
7509 if ((cons == ctxt->input->consumed) && (q == CUR_PTR) &&
8208 unsigned int cons = ctxt->input->consumed; local
8341 if ((cons
8712 unsigned int cons = ctxt->input->consumed; local
10229 unsigned int cons; local
[all...]
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...
H A Djaxb-impl.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/bind/ ...

Completed in 190 milliseconds