Home
last modified time | relevance | path

Searched refs:ZixHashEntry (Results 1 – 5 of 5) sorted by relevance

/dports/audio/carla/Carla-2.4.1/source/modules/lilv/sord-0.16.0/src/zix/
H A Dhash.c34 typedef struct ZixHashEntry { struct
38 } ZixHashEntry; typedef
43 ZixHashEntry** buckets;
50 zix_hash_value(ZixHashEntry* entry) in zix_hash_value()
81 for (ZixHashEntry* e = bucket; e;) { in zix_hash_free()
82 ZixHashEntry* next = e->next; in zix_hash_free()
99 insert_entry(ZixHashEntry** bucket, ZixHashEntry* entry) in insert_entry()
108 ZixHashEntry** new_buckets = (ZixHashEntry**)calloc( in rehash()
117 ZixHashEntry* const next = e->next; in rehash()
130 static inline ZixHashEntry*
[all …]
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/lv2/sord/src/zix/
H A Dhash.c34 typedef struct ZixHashEntry { struct
38 } ZixHashEntry; argument
43 ZixHashEntry** buckets;
50 zix_hash_value(ZixHashEntry* entry) in zix_hash_value()
81 for (ZixHashEntry* e = bucket; e;) { in zix_hash_free()
82 ZixHashEntry* next = e->next; in zix_hash_free()
99 insert_entry(ZixHashEntry** bucket, ZixHashEntry* entry) in insert_entry()
108 ZixHashEntry** new_buckets = (ZixHashEntry**)calloc( in rehash()
117 ZixHashEntry* const next = e->next; in rehash()
130 static inline ZixHashEntry*
[all …]
/dports/audio/zrythm/zrythm-1.0.0-alpha.26.0.13/ext/zix/zix/
H A Dhash.c34 typedef struct ZixHashEntry { struct
38 } ZixHashEntry; typedef
43 ZixHashEntry** buckets;
50 zix_hash_value(ZixHashEntry* entry) in zix_hash_value()
81 for (ZixHashEntry* e = bucket; e;) { in zix_hash_free()
82 ZixHashEntry* next = e->next; in zix_hash_free()
99 insert_entry(ZixHashEntry** bucket, ZixHashEntry* entry) in insert_entry()
108 ZixHashEntry** new_buckets = (ZixHashEntry**)calloc( in rehash()
117 ZixHashEntry* const next = e->next; in rehash()
130 static inline ZixHashEntry*
[all …]
/dports/audio/sonic-visualiser/sonic-visualiser-4.0.1/piper-vamp-cpp/ext/sord/src/zix/
H A Dhash.c34 typedef struct ZixHashEntry { struct
38 } ZixHashEntry; typedef
43 ZixHashEntry** buckets;
50 zix_hash_value(ZixHashEntry* entry) in zix_hash_value()
81 for (ZixHashEntry* e = bucket; e;) { in zix_hash_free()
82 ZixHashEntry* next = e->next; in zix_hash_free()
99 insert_entry(ZixHashEntry** bucket, ZixHashEntry* entry) in insert_entry()
108 ZixHashEntry** new_buckets = (ZixHashEntry**)calloc( in rehash()
117 ZixHashEntry* const next = e->next; in rehash()
130 static inline ZixHashEntry*
[all …]
/dports/devel/sord/sord-0.16.8/src/zix/
H A Dhash.c33 typedef struct ZixHashEntry { struct
37 } ZixHashEntry; argument
42 ZixHashEntry** buckets;
49 zix_hash_value(ZixHashEntry* entry) in zix_hash_value()
84 for (ZixHashEntry* e = bucket; e;) { in zix_hash_free()
85 ZixHashEntry* next = e->next; in zix_hash_free()
102 insert_entry(ZixHashEntry** bucket, ZixHashEntry* entry) in insert_entry()
111 ZixHashEntry** new_buckets = (ZixHashEntry**)calloc( in rehash()
120 ZixHashEntry* const next = e->next; in rehash()
133 static inline ZixHashEntry*
[all …]