HomeSort by: relevance | last modified time | path
    Searched refs:Reuse (Results 1 - 11 of 11) sorted by relevancy

  /src/external/mpl/bind/dist/bin/tests/system/digdelv/ans5/
ans.pl 50 LocalPort => $ctrlport, Proto => "tcp", Listen => 5, Reuse => 1) or die "$!";
53 LocalPort => $mainport, Proto => "tcp", Listen => 5, Reuse => 1) or die "$!";
  /src/external/mpl/bind/dist/bin/tests/system/resolver/ans8/
ans.pl 33 LocalPort => $localport, Proto => "udp", Reuse => 1) or die "$!";
35 LocalPort => $localport, Proto => "tcp", Listen => 5, Reuse => 1) or die "$!";
  /src/external/mpl/bind/dist/bin/tests/system/
ans.pl 118 LocalPort => $ctrlport, Proto => "tcp", Listen => 5, Reuse => 1) or die "$!";
121 LocalPort => $mainport, Proto => "udp", Reuse => 1) or die "$!";
124 LocalPort => $mainport, Proto => "tcp", Listen => 5, Reuse => 1) or die "$!";
  /src/external/mpl/bind/dist/bin/tests/system/resolver/ans3/
ans.pl 35 LocalPort => $localport, Proto => "udp", Reuse => 1) or die "$!";
37 LocalPort => $localport, Proto => "tcp", Listen => 5, Reuse => 1) or die "$!";
  /src/external/mpl/bind/dist/bin/tests/system/reclimit/ans2/
ans.pl 31 LocalPort => $localport, Proto => "udp", Reuse => 1) or die "$!";
  /src/external/mpl/bind/dist/bin/tests/system/reclimit/ans4/
ans.pl 31 LocalPort => $localport, Proto => "udp", Reuse => 1) or die "$!";
  /src/external/mpl/bind/dist/bin/tests/system/serve-stale/ans2/
ans.pl 44 LocalPort => $localport, Proto => "udp", Reuse => 1) or die "$!";
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp 291 /// TODO: Can we split off and reuse the shuffle mask detection from
742 // with order less than the order of the current instruction + reuse
1564 /// non-identity permutation that allows to reuse extract instructions.
2717 // Record the reuse of the tree node. FIXME, currently this is only used to
2848 bool Reuse = canReuseExtract(VL, VL0, CurrentOrder);
2849 if (Reuse) {
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_common_interceptors.inc 6993 // Reuse the rest of the code in the strlcpy() interceptor
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_common_interceptors.inc 7461 // Reuse the rest of the code in the strlcpy() interceptor
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_common_interceptors.inc 7467 // Reuse the rest of the code in the strlcpy() interceptor

Completed in 52 milliseconds