Searched refs:janet_maphash (Results 1 – 3 of 3) sorted by relevance
53 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()
60 #define janet_maphash(cap, hash) ((uint32_t)(hash) & (cap - 1)) macro
274 int32_t index = janet_maphash(cap, janet_hash(key)); in janet_dict_find()