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

  /src/crypto/external/apache2/openssl/dist/util/
add-depends.pl 70 my %depconv_cache =
94 if (!$depconv_cache{$x}) {
96 $depconv_cache{$x} = $_;
100 if ($depconv_cache{$x}) {
183 unless (defined $depconv_cache{$line}) {
191 $depconv_cache{$line} = $dep;
195 return ($objfile, $depconv_cache{$line})
196 if defined $depconv_cache{$line};
238 unless (defined $depconv_cache{$tail}) {
246 $depconv_cache{$tail} = $dep
    [all...]
  /src/crypto/external/bsd/openssl/dist/util/
add-depends.pl 70 my %depconv_cache =
94 if (!$depconv_cache{$x}) {
96 $depconv_cache{$x} = $_;
100 if ($depconv_cache{$x}) {
183 unless (defined $depconv_cache{$line}) {
191 $depconv_cache{$line} = $dep;
195 return ($objfile, $depconv_cache{$line})
196 if defined $depconv_cache{$line};
238 unless (defined $depconv_cache{$tail}) {
246 $depconv_cache{$tail} = $dep
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/util/
add-depends.pl 67 my %depconv_cache =
146 unless (defined $depconv_cache{$line}) {
152 $depconv_cache{$line} = $dep;
155 return ($objfile, $depconv_cache{$line})
156 if defined $depconv_cache{$line};
191 unless (defined $depconv_cache{$tail}) {
197 $depconv_cache{$tail} = $dep;
200 return ($objfile, '"'.$depconv_cache{$tail}.'"')
201 if defined $depconv_cache{$tail};

Completed in 20 milliseconds