Home
last modified time | relevance | path

Searched refs:tmphash (Results 1 – 25 of 126) sorted by relevance

123456

/dports/biology/viennarna/ViennaRNA-2.4.18/interfaces/Perl/RNA/
H A DFiles.pm162 my $tmphash = {};
163 $tmphash->{NAME} = $name;
164 $tmphash->{EXTERNAL} = $external;
165 $tmphash->{EXTERNAL_FULL} = $external_full;
166 $tmphash->{SEQUENCE} = join( "", @seq );
167 $tmphash->{SEQUENCE} =~ s/\x{C2}\x{B0}/N/g;
170 $tmphash->{STRUCTURE} = join( "", @struct );
172 if ( length( $tmphash->{SEQUENCE} ) != length( $tmphash->{STRUCTURE} ) ) {
175 print STDERR "SEQ: ", $tmphash->{SEQUENCE}, "\n";
176 print STDERR "STR: ", $tmphash->{STRUCTURE}, "\n";
[all …]
/dports/japanese/p5-Lingua-JA-Romanize-Japanese/Lingua-JA-Romanize-Japanese-0.23/lib/Lingua/JA/Romanize/
H A DDictJA.pm145 my $tmphash = {};
147 $tmphash = &read_skk_jisyo( $jisyo, $tmphash );
153 foreach my $kanji ( keys %$tmphash ) {
154 next unless ref $tmphash->{$kanji};
156 $tmphash->{$kanji} = join( "/", sort keys %$uniq );
162 foreach my $kanji ( keys %$tmphash ) {
165 last if exists $tmphash->{$kanji};
166 $tmphash->{$kanji} = "";
169 printf( "%d keywords.\n", scalar keys %$tmphash );
181 foreach my $key ( keys %$tmphash ) {
[all …]
/dports/security/gnupg/gnupg-2.3.3/tools/
H A Dgpg-pair-tool.c1199 unsigned char tmphash[32]; in make_msg_commit() local
1255 unsigned char tmphash[32]; in proc_msg_commit() local
1295 tmphash, sizeof tmphash, in proc_msg_commit()
1350 hash_data (tmphash, 32, in proc_msg_dhpart1()
1428 tmphash, sizeof tmphash, in proc_msg_dhpart1()
1480 tmphash, sizeof tmphash) < 0) in proc_msg_dhpart2()
1556 tmphash, sizeof tmphash) < 0) in proc_msg_dhpart2()
1563 tmphash, sizeof tmphash, in proc_msg_dhpart2()
1584 tmphash, sizeof tmphash, in proc_msg_dhpart2()
1661 tmphash, sizeof tmphash) < 0) in proc_msg_confirm()
[all …]
/dports/graphics/renrot/renrot-1.2.0/lib/Image/RenRot/
H A DConfig.pm106 my $tmphash = {};
126 $self->parsefile($value, $tmphash, $fc + 1);
130 $tmphash->{$key} = str2bool($value);
131 dbgmsg (3, "Parsed line($i): '$key' <- '$tmphash->{$key}'\n");
139 map { $hash->{$_} = $tmphash->{$_} } keys %$tmphash;
/dports/textproc/p5-Syntax-Highlight-Perl-Improved/Syntax-Highlight-Perl-Improved-1.01/lib/Syntax/Highlight/Perl/
H A DImproved.pm1059 my %tmphash = @_;
1060 @{$self->{'Substitution Table'}}{keys %tmphash} = values %tmphash;
1080 my %tmphash = ref($_[0]) ? %{$_[0]} : @_;
1082 $self->{'Formats'}{$_}[0] = $tmphash{$_} foreach(keys %tmphash);
1101 my %tmphash = ref($_[0]) ? %{$_[0]} : @_;
1103 $self->{'Formats'}{$_}[1] = $tmphash{$_} foreach(keys %tmphash);
1123 my %tmphash = ref($_[0]) ? %{$_[0]} : @_;
1125 foreach(keys %tmphash) {
1126 @{$self->{'Formats'}{$_}}[0 .. $#{$tmphash{$_}}] = @{$tmphash{$_}}[0 .. $#{$tmphash{$_}}];
/dports/multimedia/pHash/pHash-0.9.6/examples/
H A Dtest_imagephash.cpp92 ulong64 tmphash; in main() local
100 if (ph_dct_imagehash(path, tmphash) < 0) //calculate the hash in main()
104 dp->hash = tmphash; in main()
134 if (ph_dct_imagehash(path,tmphash) < 0) //calculate the hash in main()
138 dp->hash = tmphash; in main()
/dports/multimedia/php-pHash/pHash-0.9.6/examples/
H A Dtest_imagephash.cpp92 ulong64 tmphash; in main() local
100 if (ph_dct_imagehash(path, tmphash) < 0) //calculate the hash in main()
104 dp->hash = tmphash; in main()
134 if (ph_dct_imagehash(path,tmphash) < 0) //calculate the hash in main()
138 dp->hash = tmphash; in main()
/dports/mail/policyd2/cluebringer-v2.0.14/contrib/amavisd-new/
H A Damavisd-policyd.pm512 my %tmphash = ();
514 $tmphash{$item} = 1;
517 @vals = keys %tmphash;
536 my %tmphash = ();
538 $tmphash{$item} = 1;
541 @vals = keys %tmphash;
/dports/devel/p5-Config-General/Config-General-2.63/General/
H A DInterpolated.pm153 my $tmphash = $config->{$key};
154 $tmphash->{__stack} = $config->{__stack};
155 $config->{$key} = $this->_var_hash_stacker($tmphash);
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/client/sprite/
H A DCompositeSprite.java318 int tmphash = 0; in CompositeRef() local
325 tmphash = (ref == null) ? 42 : ref.hashCode(); in CompositeRef()
331 tmphash ^= ref.hashCode(); in CompositeRef()
334 hash = tmphash; in CompositeRef()
/dports/irc/inspircd/inspircd-3.11.0/src/modules/
H A Dm_pbkdf2.cpp87 std::string tmphash; in PBKDF2() local
102 tmphash = provider->hmac(pass, lasthash); in PBKDF2()
104 blockdata[i] ^= tmphash[i]; in PBKDF2()
106 lasthash.swap(tmphash); in PBKDF2()
/dports/science/py-pymol/pymol-open-source-2.4.0/contrib/uiuc/plugins/molfile_plugin/src/
H A Djsplugin.c1421 hash_init(&tmphash, 127); in write_js_structure()
1425 hash_destroy(&tmphash); in write_js_structure()
1427 hash_init(&tmphash, 127); in write_js_structure()
1431 hash_destroy(&tmphash); in write_js_structure()
1433 hash_init(&tmphash, 127); in write_js_structure()
1437 hash_destroy(&tmphash); in write_js_structure()
1439 hash_init(&tmphash, 127); in write_js_structure()
1442 numsegids = hash_entries(&tmphash); in write_js_structure()
1443 hash_destroy(&tmphash); in write_js_structure()
1445 hash_init(&tmphash, 127); in write_js_structure()
[all …]
/dports/devel/p5-Config-General/Config-General-2.63/
H A DGeneral.pm1066 my $tmphash = $this->_hashref();
1070 $tmphash->{__stack} = $this->_copy($config->{__stack});
1073 $config->{$block}->{$blockname} = $this->_parse($tmphash, \@newcontent);
1106 my $tmphash = $this->_hashref();
1109 $tmphash->{__stack} = $this->_copy($config->{__stack});
1112 push @ar, $this->_parse( $tmphash, \@newcontent);
1120 my $tmphash = $this->_hashref();
1124 $tmphash->{__stack} = $this->_copy($config->{__stack});
1127 $config->{$block} = $this->_parse($tmphash, \@newcontent);
/dports/security/l0phtcrack/l0phtcrack-1.5/
H A Dztest.c106 int cracklanman(struct user_struct *Ustruct, char *dict_word, char *tmphash);
512 char match_lmpasswd[14], match_lmhash[32], tmphash[16]; in Lanman() local
520 if (cracklanman(index, dict_word, tmphash) == 1){ in Lanman()
529 if (memcmp(foo->lmhashb, tmphash, 16) == 0){ in Lanman()
584 char tmphash[16]; in Lanman_and_nt() local
591 if (cracklanman(index, dict_word, tmphash) == 1){ in Lanman_and_nt()
606 if (memcmp(foo->lmhashb, tmphash, 16) == 0){ in Lanman_and_nt()
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/catalog/
H A Dstorage.c526 HTAB *tmphash; in SerializePendingSyncs() local
541 tmphash = hash_create("tmp relfilenodes", in SerializePendingSyncs()
548 (void) hash_search(tmphash, &sync->rnode, HASH_ENTER, NULL); in SerializePendingSyncs()
553 (void) hash_search(tmphash, (void *) &delete->relnode, in SerializePendingSyncs()
556 hash_seq_init(&scan, tmphash); in SerializePendingSyncs()
560 hash_destroy(tmphash); in SerializePendingSyncs()
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/catalog/
H A Dstorage.c526 HTAB *tmphash; in SerializePendingSyncs() local
541 tmphash = hash_create("tmp relfilenodes", in SerializePendingSyncs()
548 (void) hash_search(tmphash, &sync->rnode, HASH_ENTER, NULL); in SerializePendingSyncs()
553 (void) hash_search(tmphash, (void *) &delete->relnode, in SerializePendingSyncs()
556 hash_seq_init(&scan, tmphash); in SerializePendingSyncs()
560 hash_destroy(tmphash); in SerializePendingSyncs()
/dports/databases/postgresql14-contrib/postgresql-14.1/src/backend/catalog/
H A Dstorage.c526 HTAB *tmphash;
541 tmphash = hash_create("tmp relfilenodes",
548 (void) hash_search(tmphash, &sync->rnode, HASH_ENTER, NULL);
553 (void) hash_search(tmphash, (void *) &delete->relnode,
556 hash_seq_init(&scan, tmphash);
560 hash_destroy(tmphash);
/dports/databases/postgresql14-plperl/postgresql-14.1/src/backend/catalog/
H A Dstorage.c526 HTAB *tmphash; in SerializePendingSyncs() local
541 tmphash = hash_create("tmp relfilenodes", in SerializePendingSyncs()
548 (void) hash_search(tmphash, &sync->rnode, HASH_ENTER, NULL); in SerializePendingSyncs()
553 (void) hash_search(tmphash, (void *) &delete->relnode, in SerializePendingSyncs()
556 hash_seq_init(&scan, tmphash); in SerializePendingSyncs()
560 hash_destroy(tmphash); in SerializePendingSyncs()
/dports/databases/postgresql14-plpython/postgresql-14.1/src/backend/catalog/
H A Dstorage.c526 HTAB *tmphash; in SerializePendingSyncs() local
541 tmphash = hash_create("tmp relfilenodes", in SerializePendingSyncs()
548 (void) hash_search(tmphash, &sync->rnode, HASH_ENTER, NULL); in SerializePendingSyncs()
553 (void) hash_search(tmphash, (void *) &delete->relnode, in SerializePendingSyncs()
556 hash_seq_init(&scan, tmphash); in SerializePendingSyncs()
560 hash_destroy(tmphash); in SerializePendingSyncs()
/dports/databases/postgresql13-server/postgresql-13.5/src/backend/catalog/
H A Dstorage.c526 HTAB *tmphash; in SerializePendingSyncs() local
541 tmphash = hash_create("tmp relfilenodes", in SerializePendingSyncs()
548 (void) hash_search(tmphash, &sync->rnode, HASH_ENTER, NULL); in SerializePendingSyncs()
553 (void) hash_search(tmphash, (void *) &delete->relnode, in SerializePendingSyncs()
556 hash_seq_init(&scan, tmphash); in SerializePendingSyncs()
560 hash_destroy(tmphash); in SerializePendingSyncs()
/dports/databases/postgresql14-client/postgresql-14.1/src/backend/catalog/
H A Dstorage.c526 HTAB *tmphash;
541 tmphash = hash_create("tmp relfilenodes",
548 (void) hash_search(tmphash, &sync->rnode, HASH_ENTER, NULL);
553 (void) hash_search(tmphash, (void *) &delete->relnode,
556 hash_seq_init(&scan, tmphash);
560 hash_destroy(tmphash);
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/backend/catalog/
H A Dstorage.c526 HTAB *tmphash; in SerializePendingSyncs() local
541 tmphash = hash_create("tmp relfilenodes", in SerializePendingSyncs()
548 (void) hash_search(tmphash, &sync->rnode, HASH_ENTER, NULL); in SerializePendingSyncs()
553 (void) hash_search(tmphash, (void *) &delete->relnode, in SerializePendingSyncs()
556 hash_seq_init(&scan, tmphash); in SerializePendingSyncs()
560 hash_destroy(tmphash); in SerializePendingSyncs()
/dports/databases/postgresql14-docs/postgresql-14.1/src/backend/catalog/
H A Dstorage.c526 HTAB *tmphash; in SerializePendingSyncs() local
541 tmphash = hash_create("tmp relfilenodes", in SerializePendingSyncs()
548 (void) hash_search(tmphash, &sync->rnode, HASH_ENTER, NULL); in SerializePendingSyncs()
553 (void) hash_search(tmphash, (void *) &delete->relnode, in SerializePendingSyncs()
556 hash_seq_init(&scan, tmphash); in SerializePendingSyncs()
560 hash_destroy(tmphash); in SerializePendingSyncs()
/dports/databases/postgresql13-docs/postgresql-13.5/src/backend/catalog/
H A Dstorage.c526 HTAB *tmphash; in SerializePendingSyncs() local
541 tmphash = hash_create("tmp relfilenodes", in SerializePendingSyncs()
548 (void) hash_search(tmphash, &sync->rnode, HASH_ENTER, NULL); in SerializePendingSyncs()
553 (void) hash_search(tmphash, (void *) &delete->relnode, in SerializePendingSyncs()
556 hash_seq_init(&scan, tmphash); in SerializePendingSyncs()
560 hash_destroy(tmphash); in SerializePendingSyncs()
/dports/databases/postgresql13-client/postgresql-13.5/src/backend/catalog/
H A Dstorage.c526 HTAB *tmphash; in SerializePendingSyncs() local
541 tmphash = hash_create("tmp relfilenodes", in SerializePendingSyncs()
548 (void) hash_search(tmphash, &sync->rnode, HASH_ENTER, NULL); in SerializePendingSyncs()
553 (void) hash_search(tmphash, (void *) &delete->relnode, in SerializePendingSyncs()
556 hash_seq_init(&scan, tmphash); in SerializePendingSyncs()
560 hash_destroy(tmphash); in SerializePendingSyncs()

123456