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

/freebsd-10.0-release/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.0-release/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.0-release/sys/dev/sfxge/
H A Dsfxge_tx.c355 unsigned int pushed; local
362 pushed = txq->added;
391 if (txq->added - pushed >= SFXGE_TX_BATCH) {
393 pushed = txq->added;
407 if (txq->added != pushed)
506 * packet list. Otherwise, it will be pushed on the "put list".
622 unsigned int pushed[SFXGE_TXQ_NTYPES]; local
634 pushed[q_index] = txq->added;
662 if (txq->added - pushed[q_index] >= SFXGE_TX_BATCH) {
664 pushed[q_inde
[all...]
/freebsd-10.0-release/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.0-release/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
10956 rtx target1, rtx target2, rtx tmp, rtx pushed)
10975 /* Remove pushed operand from stack. */
10976 if (pushed)
10977 ix86_free_from_memory (GET_MODE (pushed));
10930 ix86_split_fp_branch(enum rtx_code code, rtx op1, rtx op2, rtx target1, rtx target2, rtx tmp, rtx pushed) argument
/freebsd-10.0-release/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.0-release/contrib/one-true-awk/
H A DFIXES498 longer than 1 digit, part of the input would be pushed back and
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp1998 // Determine if the object's reference count was pushed to zero.
2018 // Determine if the object's reference count was pushed to zero.

Completed in 231 milliseconds