Searched refs:pushed (Results 1 - 18 of 18) sorted by relevance

/freebsd-10-stable/usr.bin/rpcgen/
H A Drpc_scan.c58 static int pushed = 0; /* is a token pushed */ variable
59 static token lasttok; /* last token, if pushed */
157 if (pushed) {
158 pushed = 0;
314 pushed = 1;
/freebsd-10-stable/sys/dev/sfxge/
H A Dsfxge_rx.h165 unsigned int pushed; member in struct:sfxge_rxq
H A Dsfxge_tx.c537 unsigned int pushed; local
544 pushed = txq->added;
580 if (txq->added - pushed >= SFXGE_TX_BATCH) {
581 efx_tx_qpush(txq->common, txq->added, pushed);
582 pushed = txq->added;
600 if (txq->added != pushed)
601 efx_tx_qpush(txq->common, txq->added, pushed);
723 * packet list. Otherwise, it will be pushed on the "put list".
H A Dsfxge_rx.c308 efx_rx_qpush(rxq->common, rxq->added, &rxq->pushed);
311 * pushed, in which case there will be no event to cause the next
314 if(rxq->pushed == rxq->completed) {
998 rxq->pushed = 0;
/freebsd-10-stable/contrib/texinfo/info/
H A Decho-area.c1406 PUSHED_EA *pushed;
1408 pushed = (PUSHED_EA *)xmalloc (sizeof (PUSHED_EA));
1409 pushed->line = xstrdup (input_line);
1410 pushed->prompt = input_line_prompt;
1411 pushed->point = input_line_point;
1412 pushed->beg = input_line_beg;
1413 pushed->end = input_line_end;
1414 pushed->node = input_line_node;
1415 pushed->comp_items = echo_area_completion_items;
1416 pushed
1402 PUSHED_EA *pushed; local
[all...]
/freebsd-10-stable/contrib/groff/src/devices/grodvi/
H A Ddvi.cpp130 int pushed; member in class:dvi_printer
198 cur_font(0), cur_point_size(-1), pushed(0), line_thickness(-1)
270 if (pushed) {
272 pushed = 0;
280 if (!pushed) {
281 have_pushed = pushed = 1;
532 if (pushed)
/freebsd-10-stable/sys/dev/sfxge/common/
H A Defx_tx.c86 __in unsigned int pushed);
397 __in unsigned int pushed)
404 etxop->etxo_qpush(etp, added, pushed);
794 __in unsigned int pushed)
812 wptr, pushed & etp->et_mask);
394 efx_tx_qpush( __in efx_txq_t *etp, __in unsigned int added, __in unsigned int pushed) argument
791 siena_tx_qpush( __in efx_txq_t *etp, __in unsigned int added, __in unsigned int pushed) argument
H A Def10_rx.c687 unsigned int pushed = *pushedp; local
693 if (pushed == wptr)
705 wptr, pushed & erp->er_mask);
H A Def10_tx.c222 * TX push collector, but not pushed the doorbell (e.g. after a crash).
490 * can be used if the hardware decides not to use the pushed descriptor.
496 __in unsigned int pushed)
506 id = pushed & etp->et_mask;
512 * SF Bug 65776: TSO option descriptors cannot be pushed if pacer bypass
493 ef10_tx_qpush( __in efx_txq_t *etp, __in unsigned int added, __in unsigned int pushed) argument
H A Defx_rx.c1052 unsigned int pushed = *pushedp; local
1057 /* All descriptors are pushed */
1071 wptr, pushed & erp->er_mask);
H A Def10_impl.h686 __in unsigned int pushed);
H A Defx.h2037 __in unsigned int pushed);
/freebsd-10-stable/contrib/gcc/config/i386/
H A Dsol2-c1.asm102 ! vector which is 16 bytes (the two zero words we pushed, plus argc,
H A Dsol2-gc1.asm115 ! vector which is 16 bytes (the two zero words we pushed, plus argc,
H A Di386.c988 `current_function_outgoing_args_size'. No space will be pushed onto the stack
10958 rtx target1, rtx target2, rtx tmp, rtx pushed)
10977 /* Remove pushed operand from stack. */
10978 if (pushed)
10979 ix86_free_from_memory (GET_MODE (pushed));
10932 ix86_split_fp_branch(enum rtx_code code, rtx op1, rtx op2, rtx target1, rtx target2, rtx tmp, rtx pushed) argument
/freebsd-10-stable/contrib/gcc/
H A Dtree-ssa-structalias.c3674 of fields pushed.
3726 int pushed = 0; local
3735 else if (!(pushed = push_fields_onto_fieldstack
3755 count += pushed;
3765 int pushed = 0; local
3774 else if (!(pushed = push_fields_onto_fieldstack
3796 count += pushed;
/freebsd-10-stable/contrib/one-true-awk/
H A DFIXES498 longer than 1 digit, part of the input would be pushed back and
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp1920 // Determine if the object's reference count was pushed to zero.
1941 // Determine if the object's reference count was pushed to zero.

Completed in 342 milliseconds