Home
last modified time | relevance | path

Searched refs:janet_maphash (Results 1 – 3 of 3) sorted by relevance

/dports/lang/janet/janet-1.19.2/src/core/
H A Dstruct.c53 int32_t index = janet_maphash(cap, janet_hash(key)); in janet_struct_find()
75 int32_t index = janet_maphash(cap, hash); in janet_struct_put_ext()
103 otherindex = janet_maphash(cap, otherhash); in janet_struct_put_ext()
H A Dutil.h60 #define janet_maphash(cap, hash) ((uint32_t)(hash) & (cap - 1)) macro
H A Dutil.c274 int32_t index = janet_maphash(cap, janet_hash(key)); in janet_dict_find()