HomeSort by: relevance | last modified time | path
    Searched defs:distributed (Results 1 - 4 of 4) sorted by relevancy

  /src/crypto/dist/ipsec-tools/misc/
cvs2cl.pl 53 # If we're not using the `--distributed' flag, the directory is always
1835 my $distributed;
1836 sub distributed { $#_ ? ($distributed = $_[1]) : $distributed; } subroutine
1850 if ( $distributed ) {
2574 'distributed|d' => sub { CVS::Utils::ChangeLog::FileEntry->distributed(1) },
2701 if ($Output_To_Stdout && CVS::Utils::ChangeLog::FileEntry->distributed) {
2702 print STDERR "cannot pass both --stdout and --distributed\n"
    [all...]
  /src/external/bsd/zstd/dist/lib/compress/
fse_compress.c 383 U32 distributed = 0; local
397 distributed++;
403 distributed++;
410 ToDistribute = (1 << tableLog) - distributed;
421 distributed++;
425 ToDistribute = (1 << tableLog) - distributed;
428 if (distributed == maxSymbolValue+1) {
  /src/external/gpl3/gcc/dist/gcc/
combine.cc 11 GCC is distributed in the hope that it will be useful, but WITHOUT ANY
10048 is distributed, i.e. of C in the first example above. */
10054 rtx decomposed, distributed, inner_op0, inner_op1, new_op0, new_op1, tmp;
10068 distributed = XEXP (x, !n);
10076 if (outer_code == AND && inner_code == XOR && GET_CODE (distributed) == NOT)
10078 distributed = XEXP (distributed, 0);
10085 new_op0 = simplify_gen_binary (outer_code, mode, inner_op0, distributed);
10086 new_op1 = simplify_gen_binary (outer_code, mode, inner_op1, distributed);
10091 new_op0 = simplify_gen_binary (outer_code, mode, distributed, inner_op0)
10021 rtx decomposed, distributed, inner_op0, inner_op1, new_op0, new_op1, tmp; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
combine.cc 11 GCC is distributed in the hope that it will be useful, but WITHOUT ANY
9997 is distributed, i.e. of C in the first example above. */
10003 rtx decomposed, distributed, inner_op0, inner_op1, new_op0, new_op1, tmp;
10017 distributed = XEXP (x, !n);
10025 if (outer_code == AND && inner_code == XOR && GET_CODE (distributed) == NOT)
10027 distributed = XEXP (distributed, 0);
10034 new_op0 = simplify_gen_binary (outer_code, mode, inner_op0, distributed);
10035 new_op1 = simplify_gen_binary (outer_code, mode, inner_op1, distributed);
10040 new_op0 = simplify_gen_binary (outer_code, mode, distributed, inner_op0)
9970 rtx decomposed, distributed, inner_op0, inner_op1, new_op0, new_op1, tmp; local
    [all...]

Completed in 43 milliseconds