Home
last modified time | relevance | path

Searched refs:whash (Results 1 – 25 of 34) sorted by relevance

12

/dports/lang/guile1/guile-1.8.8/libguile/
H A Dsrcprop.h37 #define scm_whash_get_handle(whash, key) scm_hash_fn_get_handle (whash, key, scm_ihashq, scm_sloppy… argument
39 #define SCM_WHASHREF(whash, handle) SCM_CDR (handle) argument
40 #define SCM_WHASHSET(whash, handle, obj) SCM_SETCDR (handle, obj) argument
41 #define scm_whash_create_handle(whash, key) scm_hash_fn_create_handle_x (whash, key, SCM_UNSPECIFIE… argument
42 #define scm_whash_lookup(whash, obj) scm_hash_fn_ref (whash, obj, SCM_BOOL_F, scm_ihashq, scm_slopp… argument
43 #define scm_whash_insert(whash, key, obj) \ argument
45 register SCM w = (whash); \
/dports/devel/arm-elf-binutils/binutils-2.37/gas/testsuite/gas/arc/
H A Dnps400-12.s4 ; whash
5 whash r2,[cm:r0],r1
6 whash r5,[cm:r3],r14
7 whash 0,[cm:r0],r1
8 whash 0,[cm:r3],r14
9 whash r2,[cm:r0],7
10 whash 0,[cm:r0],7
11 whash r2,[cm:r0],64
12 whash 0,[cm:r0],64
H A Dnps400-12.d9 0: 3815 0042 whash r2,\[cm:r0\],r1
10 4: 3b15 0385 whash r5,\[cm:r3\],r14
11 8: 3815 007e whash 0,\[cm:r0\],r1
12 c: 3b15 03be whash 0,\[cm:r3\],r14
13 10: 3855 01c2 whash r2,\[cm:r0\],0x7
14 14: 3855 01fe whash 0,\[cm:r0\],0x7
15 18: 3855 0002 whash r2,\[cm:r0\],0x40
16 1c: 3855 003e whash 0,\[cm:r0\],0x40
/dports/devel/gnulibiberty/binutils-2.37/gas/testsuite/gas/arc/
H A Dnps400-12.s4 ; whash
5 whash r2,[cm:r0],r1
6 whash r5,[cm:r3],r14
7 whash 0,[cm:r0],r1
8 whash 0,[cm:r3],r14
9 whash r2,[cm:r0],7
10 whash 0,[cm:r0],7
11 whash r2,[cm:r0],64
12 whash 0,[cm:r0],64
H A Dnps400-12.d9 0: 3815 0042 whash r2,\[cm:r0\],r1
10 4: 3b15 0385 whash r5,\[cm:r3\],r14
11 8: 3815 007e whash 0,\[cm:r0\],r1
12 c: 3b15 03be whash 0,\[cm:r3\],r14
13 10: 3855 01c2 whash r2,\[cm:r0\],0x7
14 14: 3855 01fe whash 0,\[cm:r0\],0x7
15 18: 3855 0002 whash r2,\[cm:r0\],0x40
16 1c: 3855 003e whash 0,\[cm:r0\],0x40
/dports/devel/binutils/binutils-2.37/gas/testsuite/gas/arc/
H A Dnps400-12.s4 ; whash
5 whash r2,[cm:r0],r1
6 whash r5,[cm:r3],r14
7 whash 0,[cm:r0],r1
8 whash 0,[cm:r3],r14
9 whash r2,[cm:r0],7
10 whash 0,[cm:r0],7
11 whash r2,[cm:r0],64
12 whash 0,[cm:r0],64
H A Dnps400-12.d9 0: 3815 0042 whash r2,\[cm:r0\],r1
10 4: 3b15 0385 whash r5,\[cm:r3\],r14
11 8: 3815 007e whash 0,\[cm:r0\],r1
12 c: 3b15 03be whash 0,\[cm:r3\],r14
13 10: 3855 01c2 whash r2,\[cm:r0\],0x7
14 14: 3855 01fe whash 0,\[cm:r0\],0x7
15 18: 3855 0002 whash r2,\[cm:r0\],0x40
16 1c: 3855 003e whash 0,\[cm:r0\],0x40
/dports/graphics/xli/xli-2006-11-10/
H A Dg3.c67 tableentry *whash[HASHSIZE]; variable
183 te = g3_hashfind(whash, curlen, curcode, WHASHA, WHASHB); in g3_getfaxrow()
388 whash[i] = bhash[i] = (tableentry *) 0; in g3Load()
389 g3_addtohash(whash, twtable, TABSIZE(twtable), WHASHA, WHASHB); in g3Load()
390 g3_addtohash(whash, mwtable, TABSIZE(mwtable), WHASHA, WHASHB); in g3Load()
391 g3_addtohash(whash, extable, TABSIZE(extable), WHASHA, WHASHB); in g3Load()
462 whash[i] = bhash[i] = (tableentry *) 0; in g3Ident()
463 g3_addtohash(whash, twtable, TABSIZE(twtable), WHASHA, WHASHB); in g3Ident()
464 g3_addtohash(whash, mwtable, TABSIZE(mwtable), WHASHA, WHASHB); in g3Ident()
465 g3_addtohash(whash, extable, TABSIZE(extable), WHASHA, WHASHB); in g3Ident()
/dports/cad/tkgate/tkgate-2.1/src/tkgate/
H A Dmodule.c210 nw = (GWire*)PHash_find(whash,w); in replicate_attachment()
219 nw->next = replicate_attachment(w->next,ng,whash); in replicate_attachment()
244 PHash *whash; /* Map from source wires to destination wires */ in GModuleDef_copyInto() local
252 whash = new_PHash(); in GModuleDef_copyInto()
277 if (!PHash_find(whash,w)) { in GModuleDef_copyInto()
282 PHash_insert(whash,w,nw); in GModuleDef_copyInto()
283 PHash_insert(whash,ow,onw); in GModuleDef_copyInto()
292 nn->n_driver = (GWire*) PHash_find(whash,w); in GModuleDef_copyInto()
305 for (E = Hash_first(whash);E;E = Hash_next(whash,E)) { in GModuleDef_copyInto()
347 for (E = Hash_first(whash);E;E = Hash_next(whash,E)) { in GModuleDef_copyInto()
[all …]
H A Dselection.c74 static void subcircuitBBX(SHash *ghash,NHash *whash,GWireList *wires, in subcircuitBBX() argument
107 if (whash) { in subcircuitBBX()
108 for (E = Hash_first(whash);E;E = Hash_next(whash,E)) { in subcircuitBBX()
/dports/misc/magicpoint/magicpoint-1.13a/image/
H A Dg3.c70 tableentry *whash[HASHSIZE]; variable
243 te = g3_hashfind(whash, curlen, curcode, WHASHA, WHASHB);
406 whash[i] = bhash[i] = (tableentry *) 0;
407 g3_addtohash(whash, twtable, TABSIZE(twtable), WHASHA, WHASHB);
408 g3_addtohash(whash, mwtable, TABSIZE(mwtable), WHASHA, WHASHB);
409 g3_addtohash(whash, extable, TABSIZE(extable), WHASHA, WHASHB);
/dports/mail/p5-FuzzyOcr-devel/FuzzyOcr-3.6.0/
H A DFuzzyOcr.pm803 my ($score, $dinfo, $whash);
804 $whash = $conf->{focr_enable_image_hashing} == 3
807 … ($score,$dinfo) = check_image_hash_db($digest, $whash, $$pic{fname}, $$pic{ctype}, $$pic{ftype});
814 $whash = $conf->{focr_enable_image_hashing} == 3
817 … ($score,$dinfo) = check_image_hash_db($digest, $whash, $$pic{fname}, $$pic{ctype}, $$pic{ftype});
997 my $whash = $conf->{focr_enable_image_hashing} == 3
1000 add_image_hash_db($digest,0,$whash,$fname,$ctype,$ftype);
1020 my $whash = $conf->{focr_enable_image_hashing} == 3
1023 add_image_hash_db($digest,$score,$whash,$fname,$ctype,$ftype,$debuginfo);
/dports/comms/mgetty+sendfax/mgetty-1.1.37/contrib/
H A Dg3tolj.c393 tableentry *whash[HASHSIZE]; variable
521 te = hashfind (whash, curlen, curcode, WHASHA, WHASHB);
817 whash[i] = bhash[i] = (tableentry *) 0;
818 addtohash (whash, twtable, TABSIZE (twtable), WHASHA, WHASHB);
819 addtohash (whash, mwtable, TABSIZE (mwtable), WHASHA, WHASHB);
820 addtohash (whash, extable, TABSIZE (extable), WHASHA, WHASHB);
H A Dg3toxwd.c447 tableentry *whash[HASHSIZE]; variable
574 te = hashfind (whash, curlen, curcode, WHASHA, WHASHB);
825 whash[i] = bhash[i] = (tableentry *) 0;
826 addtohash (whash, twtable, TABSIZE (twtable), WHASHA, WHASHB);
827 addtohash (whash, mwtable, TABSIZE (mwtable), WHASHA, WHASHB);
828 addtohash (whash, extable, TABSIZE (extable), WHASHA, WHASHB);
/dports/graphics/netpbm/netpbm-10.91.01/converter/pbm/
H A Dg3topbm.c74 static G3TableEntry * whash[HASHSIZE]; variable
363 retval = hashfind(whash, curlen, curcode, WHASHA, WHASHB); in g3code()
809 buildHashes(&whash, &bhash); in main()
/dports/textproc/heirloom-doctools/heirloom-doctools-160308/refer/
H A Dinv6.c30 whash(FILE *ft, FILE *fa, FILE *fb, int nhash, int iflong, long *ptotct, int *phused) in whash() function
H A Drefer..c123 void whash(FILE *, FILE *, FILE *, int, int, long *, int *);
H A Dinv1.c170 whash(fta, fa, fb, nhash, iflong, &keys, &hashes); in main()
/dports/www/interchange/interchange-5.6.3/code/UserTag/
H A Dweight.tag56 my $whash = get_option_hash($wtext);
57 next unless $whash;
58 $oweight += $whash->{$it->{$opt}};
/dports/www/interchange/interchange-5.6.3/lib/Vend/Table/
H A DEditor.pm3467 my $whash = {};
3589 $whash->{LABEL} = $ll;
3590 $whash->{WIDGET} = join "", @lout;
3601 $whash->{META_URL} = $murl;
3602 $whash->{META_STRING} = qq{<a href="$murl"$opt->{meta_extra}>};
3603 $whash->{META_STRING} .= errmsg('meta') . '</a>';
3606 $whash->{ROW} = 1;
3607 $link_row{$lt} = $whash;
/dports/net-p2p/litecoin-daemon/litecoin-0.18.1/src/wallet/
H A Drpcwallet.cpp2890 … const WitnessV0ScriptHash& whash = boost::get<WitnessV0ScriptHash>(witness_destination); in listunspent() local
2892 CRIPEMD160().Write(whash.begin(), whash.size()).Finalize(id.begin()); in listunspent()
2900 const WitnessV0ScriptHash& whash = boost::get<WitnessV0ScriptHash>(address); in listunspent() local
2902 CRIPEMD160().Write(whash.begin(), whash.size()).Finalize(id.begin()); in listunspent()
/dports/net-p2p/litecoin/litecoin-0.18.1/src/wallet/
H A Drpcwallet.cpp2890 … const WitnessV0ScriptHash& whash = boost::get<WitnessV0ScriptHash>(witness_destination); in listunspent() local
2892 CRIPEMD160().Write(whash.begin(), whash.size()).Finalize(id.begin()); in listunspent()
2900 const WitnessV0ScriptHash& whash = boost::get<WitnessV0ScriptHash>(address); in listunspent() local
2902 CRIPEMD160().Write(whash.begin(), whash.size()).Finalize(id.begin()); in listunspent()
/dports/net-p2p/litecoin-utils/litecoin-0.18.1/src/wallet/
H A Drpcwallet.cpp2890 … const WitnessV0ScriptHash& whash = boost::get<WitnessV0ScriptHash>(witness_destination); in listunspent() local
2892 CRIPEMD160().Write(whash.begin(), whash.size()).Finalize(id.begin()); in listunspent()
2900 const WitnessV0ScriptHash& whash = boost::get<WitnessV0ScriptHash>(address); in listunspent() local
2902 CRIPEMD160().Write(whash.begin(), whash.size()).Finalize(id.begin()); in listunspent()
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/wallet/
H A Drpcwallet.cpp3025 … const WitnessV0ScriptHash& whash = std::get<WitnessV0ScriptHash>(witness_destination); in listunspent() local
3027 CRIPEMD160().Write(whash.begin(), whash.size()).Finalize(id.begin()); in listunspent()
3035 const WitnessV0ScriptHash& whash = std::get<WitnessV0ScriptHash>(address); in listunspent() local
3037 CRIPEMD160().Write(whash.begin(), whash.size()).Finalize(id.begin()); in listunspent()
/dports/net-p2p/bitcoin/bitcoin-22.0/src/wallet/
H A Drpcwallet.cpp3025 … const WitnessV0ScriptHash& whash = std::get<WitnessV0ScriptHash>(witness_destination); in listunspent() local
3027 CRIPEMD160().Write(whash.begin(), whash.size()).Finalize(id.begin()); in listunspent()
3035 const WitnessV0ScriptHash& whash = std::get<WitnessV0ScriptHash>(address); in listunspent() local
3037 CRIPEMD160().Write(whash.begin(), whash.size()).Finalize(id.begin()); in listunspent()

12