Home
last modified time | relevance | path

Searched refs:Scm_Hash (Results 1 – 7 of 7) sorted by relevance

/dports/lang/gauche/Gauche-0.9.10/src/gauche/
H A Dhash.h136 SCM_EXTERN u_long Scm_Hash(ScmObj obj); /* DEPRECATED */
/dports/lang/gauche/Gauche-0.9.10/src/
H A Dhash.c1295 u_long Scm_Hash(ScmObj obj) in Scm_Hash() function
1309 h2 = Scm_Hash(SCM_CAR(cp)); in Scm_Hash()
1312 h2 = Scm_Hash(cp); in Scm_Hash()
1319 h2 = Scm_Hash(SCM_VECTOR_ELEMENT(obj, i)); in Scm_Hash()
H A Dlibdict.scm139 (define-cproc legacy-hash (obj) ::<ulong> :fast-flonum Scm_Hash)
H A Dlibdict.c4792 {SCM_RESULT=(Scm_Hash(obj));goto SCM_STUB_RETURN;} in libdictlegacy_hash()
/dports/lang/gauche/Gauche-0.9.10/ext/sparse/
H A Dsptab.c118 v->hashfn = Scm_Hash; in MakeSparseTable()
/dports/lang/gauche/Gauche-0.9.10/doc/
H A Dgauche-dev.texi3200 and hash function is @code{Scm_Hash}.
/dports/lang/gauche/Gauche-0.9.10/
H A DChangeLog3650 * src/hash.c (Scm_Hash, Scm_PortableHash): Take care of the effect
3788 We make Scm_Hash() and 'hash' deprecated, and will
3848 * src/hash.c (Scm_Hash): Make sure portable hash value is masked
3880 (Scm_Hash): Decouple from Scm_EqvHash to use original code for