/third_party/skia/third_party/externals/swiftshader/src/System/ |
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>::iterator::iterator(Entry *entry) in iterator() [all …]
|
/third_party/mesa3d/src/compiler/glsl/glcpp/ |
D | glcpp-lex.l | 181 %x COMMENT DEFINE DONE HASH NEWLINE_CATCHUP UNREACHABLE 186 HASH # 267 <INITIAL,DEFINE,HASH>"//"[^\r\n]* { 271 <INITIAL,DEFINE,HASH>"/*" { yy_push_state(COMMENT, yyscanner); } 279 if (yyextra->space_tokens && YY_START != HASH) 283 {HASH} { 292 BEGIN HASH; variable 299 <HASH>version{HSPACE}+ { 314 <HASH>pragma{HSPACE}*/[\r\n] { 320 <HASH>(extension|pragma)[^\r\n]* { [all …]
|
/third_party/mesa3d/src/panfrost/bifrost/ |
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(hash, I->dest[d].swizzle); in hash_instr() [all …]
|
/third_party/mesa3d/src/compiler/nir/ |
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(hash, instr->deref_type); in hash_deref() [all …]
|
/third_party/mesa3d/src/freedreno/ir3/ |
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(hash, instr->cat1.src_type); in hash_instr() [all …]
|
/third_party/openssl/external/perl/Text-Template-1.56/t/ |
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 => [
|
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');
|
D | strict.t | 32 my $t1 = $tmpl1->fill_in(PACKAGE => 'T1', STRICT => 1, HASH => { bar => 'baz' }); 35 my $t2 = $tmpl2->fill_in(PACKAGE => 'T2', HASH => { bar => 'baz' }); 42 HASH => { foo => 'hashval2' });
|
D | template-encoding.t | 30 )->fill_in(HASH => { name => 'World' }); 45 )->fill_in(HASH => { name => 'World' });
|
D | exported.t | 40 HASH => { "var" => \"It is good!" }); 46 HASH => { "var" => \"It is good!" });
|
/third_party/node/deps/openssl/openssl/external/perl/Text-Template-1.56/t/ |
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 => [
|
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');
|
D | strict.t | 32 my $t1 = $tmpl1->fill_in(PACKAGE => 'T1', STRICT => 1, HASH => { bar => 'baz' }); 35 my $t2 = $tmpl2->fill_in(PACKAGE => 'T2', HASH => { bar => 'baz' }); 42 HASH => { foo => 'hashval2' });
|
D | template-encoding.t | 30 )->fill_in(HASH => { name => 'World' }); 45 )->fill_in(HASH => { name => 'World' });
|
D | exported.t | 40 HASH => { "var" => \"It is good!" }); 46 HASH => { "var" => \"It is good!" });
|
/third_party/skia/docker/skia-release/ |
D | Dockerfile | 18 # HASH must be specified. 19 ARG HASH 20 RUN if [ -z "${HASH}" ] ; then echo "HASH must be specified as a --build-arg"; exit 1; fi 24 && git reset --hard ${HASH} 31 && git rebase ${HASH}; fi
|
/third_party/openssl/doc/man7/ |
D | EVP_RAND-HASH-DRBG.pod | 5 EVP_RAND-HASH-DRBG - The HASH DRBG EVP_RAND implementation 14 "HASH-DRBG" is the name for this implementation; it can be used with the 57 A context for HASH DRBG can be obtained by calling: 59 EVP_RAND *rand = EVP_RAND_fetch(NULL, "HASH-DRBG", NULL); 70 rand = EVP_RAND_fetch(NULL, "HASH-DRBG", NULL);
|
/third_party/openssl/doc/man3/ |
D | EVP_BytesToKey.pod | 47 D_i = HASH^count(D_(i-1) || data || salt) 49 where || denotes concatenation, D_0 is empty, HASH is the digest 50 algorithm in use, HASH^1(data) is simply HASH(data), HASH^2(data) 51 is HASH(HASH(data)) and so on.
|
/third_party/node/deps/openssl/config/ |
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',
|
/third_party/node/deps/v8/tools/ |
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/skia/docker/skia-wasm-release/ |
D | Dockerfile | 24 # HASH must be specified. 25 ARG HASH 26 RUN if [ -z "${HASH}" ] ; then echo "HASH must be specified as a --build-arg"; exit 1; fi 30 && git reset --hard ${HASH} 37 && git rebase ${HASH}; fi
|
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/ |
D | Template.pm | 61 my %hash = ( %{$opts{HASH}} ); 62 delete $opts{HASH}; 64 $self->SUPER::fill_in(HASH => { quotify1 => \"ify1,
|
/third_party/openssl/util/perl/OpenSSL/ |
D | Template.pm | 61 my %hash = ( %{$opts{HASH}} ); 62 delete $opts{HASH}; 64 $self->SUPER::fill_in(HASH => { quotify1 => \"ify1,
|
/third_party/mbedtls/scripts/mbedtls_dev/ |
D | crypto_knowledge.py | 271 HASH = 2 variable in AlgorithmCategory 283 return self not in {self.HASH, self.KEY_DERIVATION} 341 'SHA': AlgorithmCategory.HASH, 342 'SHAKE256_512': AlgorithmCategory.HASH, 343 'MD': AlgorithmCategory.HASH, 344 'RIPEMD': AlgorithmCategory.HASH, 345 'ANY_HASH': AlgorithmCategory.HASH, 550 if self.category == AlgorithmCategory.HASH:
|
/third_party/node/test/fixtures/wpt/resources/webidl2/ |
D | build.sh | 9 HASH=$(git rev-parse HEAD) 12 echo "Currently using webidl2.js@${HASH}." > lib/VERSION.md
|