Home
last modified time | relevance | path

Searched refs:HASH (Results 1 - 25 of 97) sorted by relevance

1234

/third_party/skia/third_party/externals/swiftshader/src/System/
H A DLRUCache.hpp28 template<typename KEY, typename DATA, typename HASH = std::hash<KEY> >
36 using Hash = HASH;
163 template<typename KEY, typename DATA, typename HASH>
164 LRUCache<KEY, DATA, HASH>::view::view(Entry *entry) in view()
168 template<typename KEY, typename DATA, typename HASH>
169 const KEY &LRUCache<KEY, DATA, HASH>::view::key() const in key()
174 template<typename KEY, typename DATA, typename HASH>
175 const DATA &LRUCache<KEY, DATA, HASH>::view::data() const in data()
183 template<typename KEY, typename DATA, typename HASH>
184 LRUCache<KEY, DATA, HASH>
[all...]
/third_party/mesa3d/src/panfrost/bifrost/
H A Dbi_opt_cse.c37 HASH(uint32_t hash, unsigned data) in HASH() function
45 hash = HASH(hash, index.value); in hash_index()
46 hash = HASH(hash, index.abs); in hash_index()
47 hash = HASH(hash, index.neg); in hash_index()
48 hash = HASH(hash, index.swizzle); in hash_index()
49 hash = HASH(hash, index.offset); in hash_index()
50 hash = HASH(hash, index.reg); in hash_index()
51 hash = HASH(hash, index.type); in hash_index()
62 hash = HASH(hash, I->op); in hash_instr()
66 hash = HASH(has in hash_instr()
[all...]
/third_party/mesa3d/src/compiler/nir/
H A Dnir_instr_set.c86 #define HASH(hash, data) XXH32(&(data), sizeof(data), hash) macro
92 hash = HASH(hash, src->ssa); in hash_src()
99 hash = HASH(hash, src->abs); in hash_alu_src()
100 hash = HASH(hash, src->negate); in hash_alu_src()
103 hash = HASH(hash, src->swizzle[i]); in hash_alu_src()
112 hash = HASH(hash, instr->op); in hash_alu()
117 hash = HASH(hash, flags); in hash_alu()
119 hash = HASH(hash, instr->dest.dest.ssa.num_components); in hash_alu()
120 hash = HASH(hash, instr->dest.dest.ssa.bit_size); in hash_alu()
154 hash = HASH(has in hash_deref()
[all...]
H A Dnir_opt_vectorize.c40 #define HASH(hash, data) XXH32(&data, sizeof(data), hash) macro
48 return HASH(hash, hash_data); in hash_src()
63 hash = HASH(hash, swizzle); in hash_alu_src()
75 uint32_t hash = HASH(0, alu->op); in hash_instr()
76 hash = HASH(hash, alu->dest.dest.ssa.bit_size); in hash_instr()
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_cse.c35 #define HASH(hash, data) XXH32(&(data), sizeof(data), hash) macro
43 hash = HASH(hash, instr->opc); in hash_instr()
44 hash = HASH(hash, instr->dsts[0]->flags); in hash_instr()
48 hash = HASH(hash, src->array.offset); in hash_instr()
50 hash = HASH(hash, src->num); in hash_instr()
52 hash = HASH(hash, src->uim_val); in hash_instr()
55 hash = HASH(hash, src->array.offset); in hash_instr()
56 hash = HASH(hash, src->def); in hash_instr()
61 hash = HASH(hash, instr->cat1.dst_type); in hash_instr()
62 hash = HASH(has in hash_instr()
[all...]
/third_party/node/deps/openssl/openssl/external/perl/Text-Template-1.56/t/
H A Dhash.t25 my $text = $template->fill_in(HASH => $vars);
33 $text = $template->fill_in(HASH => $vars);
38 $text = $template->fill_in(HASH => $vars, PACKAGE => 'Q');
46 $text = $template->fill_in(HASH => $vars);
58 my $text = $template->fill_in(HASH => { 'v' => undef });
68 $text = $template->fill_in(HASH => [ { 'v' => 17 }, { 'v' => undef } ]);
83 HASH => [
H A Dsafe2.t59 $text = $t->fill_in(HASH => { H => 'good5' });
66 $text = $t->fill_in(HASH => { H => 'good6' }, PACKAGE => 'Q');
72 $text = $t->fill_in(HASH => { H => 'good7' }, SAFE => $c);
81 $text = $t->fill_in(HASH => { H => 'good8' }, SAFE => $c, PACKAGE => 'Q2');
H A Dexported.t40 HASH => { "var" => \"It is good!" });
46 HASH => { "var" => \"It is good!" });
H A Drt29928.t23 HASH => { foo => 'things' },
/third_party/openssl/external/perl/Text-Template-1.56/t/
H A Dhash.t25 my $text = $template->fill_in(HASH => $vars);
33 $text = $template->fill_in(HASH => $vars);
38 $text = $template->fill_in(HASH => $vars, PACKAGE => 'Q');
46 $text = $template->fill_in(HASH => $vars);
58 my $text = $template->fill_in(HASH => { 'v' => undef });
68 $text = $template->fill_in(HASH => [ { 'v' => 17 }, { 'v' => undef } ]);
83 HASH => [
H A Dsafe2.t59 $text = $t->fill_in(HASH => { H => 'good5' });
66 $text = $t->fill_in(HASH => { H => 'good6' }, PACKAGE => 'Q');
72 $text = $t->fill_in(HASH => { H => 'good7' }, SAFE => $c);
81 $text = $t->fill_in(HASH => { H => 'good8' }, SAFE => $c, PACKAGE => 'Q2');
H A Dexported.t40 HASH => { "var" => \"It is good!" });
46 HASH => { "var" => \"It is good!" });
H A Drt29928.t23 HASH => { foo => 'things' },
/third_party/node/deps/openssl/config/
H A Dgenerate_headers.pl37 my $include = $include_tmpl->fill_in(HASH => { name => $header_name });
46 HASH => { name => $header_name });
53 HASH => { asmdir => 'asm', incdir => $inc_dir, name => $header_name });
60 HASH => { asmdir => 'no-asm',
H A Dgenerate_gypi.pl296 HASH => {
321 HASH => {
347 HASH => {
/third_party/node/deps/v8/tools/
H A Dandroid-sync.sh46 local HASH=$(md5sum $1)
47 echo ${HASH%% *}
51 local HASH=$(md5 $1)
52 echo ${HASH} | cut -f2 -d "=" | cut -f2 -d " "
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/
H A DTemplate.pm61 my %hash = ( %{$opts{HASH}} );
62 delete $opts{HASH};
64 $self->SUPER::fill_in(HASH => { quotify1 => \&quotify1,
92 not how we pass them, see the HASH option used in fill_in() above
/third_party/openssl/util/perl/OpenSSL/
H A DTemplate.pm61 my %hash = ( %{$opts{HASH}} );
62 delete $opts{HASH};
64 $self->SUPER::fill_in(HASH => { quotify1 => \&quotify1,
92 not how we pass them, see the HASH option used in fill_in() above
/third_party/mbedtls/scripts/mbedtls_dev/
H A Dcrypto_knowledge.py268 HASH = 2 variable in AlgorithmCategory
280 return self not in {self.HASH, self.KEY_DERIVATION}
338 'SHA': AlgorithmCategory.HASH,
339 'SHAKE256_512': AlgorithmCategory.HASH,
340 'MD': AlgorithmCategory.HASH,
341 'RIPEMD': AlgorithmCategory.HASH,
342 'ANY_HASH': AlgorithmCategory.HASH,
547 if self.category == AlgorithmCategory.HASH:
/third_party/skia/third_party/externals/tint/src/utils/
H A Dunique_vector.h29 typename HASH = std::hash<T>,
106 std::unordered_set<T, HASH, EQUAL> set;
/third_party/python/Lib/test/
H A Dtest_hashlib.py53 from _hashlib import HASH, HASHXOF, openssl_md_meth_names, get_fips_mode namespace
55 HASH = None variable
305 if HASH is not None and isinstance(h, HASH):
478 if HASH is not None and isinstance(m, HASH):
975 @unittest.skipUnless(HASH is not None, 'need _hashlib')
977 # internal types like _hashlib.HASH are not constructable
978 support.check_disallow_instantiation(self, HASH)
/third_party/node/deps/openssl/openssl/util/
H A Ddofile.pl85 HASH => { config => \%config,
/third_party/openssl/util/
H A Ddofile.pl85 HASH => { config => \%config,
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_nir_vectorize_vs_inputs.c226 #define HASH(hash, data) XXH32(&(data), sizeof(data), (hash)) macro
239 hash = HASH(hash, var->type); in r600_hash_instr()
240 return HASH(hash, var->data.location); in r600_hash_instr()
/third_party/elfutils/libebl/
H A Deblsectiontypename.c53 KNOWNSTYPE (HASH), in ebl_section_type_name()

Completed in 10 milliseconds

1234