Home
last modified time | relevance | path

Searched refs:hash_lookup_builtin (Results 1 – 4 of 4) sorted by relevance

/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/src/
H A Dhashtabl.d1357 global /*maygc*/ bool hash_lookup_builtin (object ht, object obj, bool allowgc, in hash_lookup_builtin() function
1441 return hash_lookup_builtin(ht,obj,allowgc,KVptr_,Iptr_); in hash_lookup_builtin_with_rehash()
1951 lookuppfn = P(hash_lookup_builtin);
1957 lookuppfn = P(hash_lookup_builtin);
1966 lookuppfn = P(hash_lookup_builtin);
1972 lookuppfn = P(hash_lookup_builtin);
1981 lookuppfn = P(hash_lookup_builtin);
1987 lookuppfn = P(hash_lookup_builtin);
1993 lookuppfn = P(hash_lookup_builtin);
H A Dpseudofun.d70 XPSEUDOCODE(bool, hash_lookup_builtin, (object ht, object obj, bool allowgc, gcv_object_t** KVptr_,…
H A Dlispbibl.d8663 …extern bool hash_lookup_builtin (object ht, object obj, bool allowgc, gcv_object_t** KVptr_, gcv_o…
8667 eq((ptr)->ht_lookupfn,P(hash_lookup_builtin)) \
8672 ? ((ptr)->ht_lookupfn = P(hash_lookup_builtin), 0) : 0)
H A DChangeLog29544 (hash_lookup_builtin): Delay warn_forced_gc_rehash call if needed.
29559 (hash_lookup_builtin, hash_lookup_builtin_with_rehash)
36109 (hash_lookup_builtin, hash_lookup_builtin_with_rehash): Call it when
36296 (hash_lookup_builtin): Update.
36351 (hash_lookup_builtin): Use hashcode_builtin instead of hashcode.
36407 * hashtabl.d (hash_lookup_builtin, hash_lookup_user): Do not test
36455 (rehash, hash_lookup_builtin, hash_lookup_user, hash_store): Update.
36539 (hash_lookup_builtin, hash_lookup_builtin_with_rehash)
36723 (hash_lookup_builtin): Assume table is valid.
36773 (hash_lookup_builtin, hash_lookup_user): New functions.
[all …]