Home
last modified time | relevance | path

Searched refs:stbds_hash_index (Results 1 – 3 of 3) sorted by last modified time

/dports/devel/stb/stb-f54acd4/
H A Dstb_ds.h805 } stbds_hash_index; typedef
848 static stbds_hash_index *stbds_make_hash_index(size_t slot_count, stbds_hash_index *ot) in stbds_make_hash_index()
850 stbds_hash_index *t; in stbds_make_hash_index()
1199 stbds_hash_index *table = stbds_hash_table(raw_a); in stbds_hm_find_slot()
1257 stbds_hash_index *table; in stbds_hmget_key_ts()
1260 table = (stbds_hash_index *) stbds_header(raw_a)->hash_table; in stbds_hmget_key_ts()
1305 stbds_hash_index *table; in stbds_hmput_key()
1319 table = (stbds_hash_index *) stbds_header(a)->hash_table; in stbds_hmput_key()
1322 stbds_hash_index *nt; in stbds_hmput_key()
1426 stbds_hash_index *h; in stbds_shmode_func()
[all …]
/dports/cad/cura-engine/CuraEngine-fadb5d6b/include/stb/
H A Dstb_ds.h723 } stbds_hash_index; typedef
766 static stbds_hash_index *stbds_make_hash_index(size_t slot_count, stbds_hash_index *ot) in stbds_make_hash_index()
768 stbds_hash_index *t; in stbds_make_hash_index()
1107 stbds_hash_index *table = stbds_hash_table(raw_a); in stbds_hm_find_slot()
1165 stbds_hash_index *table; in stbds_hmget_key()
1168 table = (stbds_hash_index *) stbds_header(raw_a)->hash_table; in stbds_hmget_key()
1204 stbds_hash_index *table; in stbds_hmput_key()
1218 table = (stbds_hash_index *) stbds_header(a)->hash_table; in stbds_hmput_key()
1221 stbds_hash_index *nt; in stbds_hmput_key()
1323 stbds_hash_index *h; in stbds_shmode_func()
[all …]
/dports/security/ridl/ridl-11b3240/stb/
H A Dstb_ds.h694 } stbds_hash_index; typedef
737 static stbds_hash_index *stbds_make_hash_index(size_t slot_count, stbds_hash_index *ot) in stbds_make_hash_index()
739 stbds_hash_index *t; in stbds_make_hash_index()
740 …t = (stbds_hash_index *) realloc(0,(slot_count >> STBDS_BUCKET_SHIFT) * sizeof(stbds_hash_bucket) … in stbds_make_hash_index()
1079 stbds_hash_index *table = stbds_hash_table(raw_a); in stbds_hm_find_slot()
1137 stbds_hash_index *table; in stbds_hmget_key()
1176 stbds_hash_index *table; in stbds_hmput_key()
1190 table = (stbds_hash_index *) stbds_header(a)->hash_table; in stbds_hmput_key()
1193 stbds_hash_index *nt; in stbds_hmput_key()
1295 stbds_hash_index *h; in stbds_shmode_func()
[all …]