/third_party/skia/third_party/externals/swiftshader/src/System/ |
H A D | LRUCache.hpp | 28 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 D | bi_opt_cse.c | 37 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 D | nir_instr_set.c | 86 #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 D | nir_opt_vectorize.c | 40 #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 D | ir3_cse.c | 35 #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 D | hash.t | 25 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 D | safe2.t | 59 $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 D | exported.t | 40 HASH => { "var" => \"It is good!" }); 46 HASH => { "var" => \"It is good!" });
|
H A D | rt29928.t | 23 HASH => { foo => 'things' },
|
/third_party/openssl/external/perl/Text-Template-1.56/t/ |
H A D | hash.t | 25 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 D | safe2.t | 59 $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 D | exported.t | 40 HASH => { "var" => \"It is good!" }); 46 HASH => { "var" => \"It is good!" });
|
H A D | rt29928.t | 23 HASH => { foo => 'things' },
|
/third_party/node/deps/openssl/config/ |
H A D | generate_headers.pl | 37 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 D | generate_gypi.pl | 296 HASH => { 321 HASH => { 347 HASH => {
|
/third_party/node/deps/v8/tools/ |
H A D | android-sync.sh | 46 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 D | Template.pm | 61 my %hash = ( %{$opts{HASH}} ); 62 delete $opts{HASH}; 64 $self->SUPER::fill_in(HASH => { quotify1 => \"ify1, 92 not how we pass them, see the HASH option used in fill_in() above
|
/third_party/openssl/util/perl/OpenSSL/ |
H A D | Template.pm | 61 my %hash = ( %{$opts{HASH}} ); 62 delete $opts{HASH}; 64 $self->SUPER::fill_in(HASH => { quotify1 => \"ify1, 92 not how we pass them, see the HASH option used in fill_in() above
|
/third_party/mbedtls/scripts/mbedtls_dev/ |
H A D | crypto_knowledge.py | 268 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 D | unique_vector.h | 29 typename HASH = std::hash<T>, 106 std::unordered_set<T, HASH, EQUAL> set;
|
/third_party/python/Lib/test/ |
H A D | test_hashlib.py | 53 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 D | dofile.pl | 85 HASH => { config => \%config,
|
/third_party/openssl/util/ |
H A D | dofile.pl | 85 HASH => { config => \%config,
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_nir_vectorize_vs_inputs.c | 226 #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 D | eblsectiontypename.c | 53 KNOWNSTYPE (HASH), in ebl_section_type_name()
|