Searched refs:discarded (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.2-release/contrib/diff/src/
H A Danalyze.c325 All line numbers are origin-0 and discarded lines are not counted.
366 A line which is discarded will not be considered by the actual
369 (which don't count the discarded lines) into real line numbers;
371 that are comprehensible when the discarded lines are counted.
381 char *discarded[2];
406 /* Set up tables of which lines are going to be discarded. */
408 discarded[0] = zalloc (filevec[0].buffered_lines
410 discarded[1] = discarded[0] + filevec[0].buffered_lines;
412 /* Mark to be discarded eac
379 char *discarded[2]; local
[all...]
/freebsd-10.2-release/crypto/openssl/crypto/bn/asm/
H A Dparisc-mont.pl240 addl $ab0,$nm0,$nm0 ; low part is discarded
359 addl $ab0,$nm0,$nm0 ; low part is discarded
573 add $ablo,$nmlo0,$nmlo0 ; discarded
697 add $ablo,$nmlo0,$nmlo0 ; discarded
/freebsd-10.2-release/sys/dev/ixl/
H A Dixl.h407 u64 discarded; member in struct:rx_ring
H A Dixl_txrx.c1425 ** Make sure bad packets are discarded,
1430 rxr->discarded++;
/freebsd-10.2-release/contrib/gcc/
H A Dc-typeck.c3700 int discarded = 0;
3719 discarded |= (TYPE_QUALS (in_otype) & ~TYPE_QUALS (in_type));
3727 if (discarded)
3681 int discarded = 0; local
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1495 error.SetErrorStringWithFormat("expression discarded for the expression '%s'", expr_str.c_str());

Completed in 162 milliseconds