Home
last modified time | relevance | path

Searched defs:hashtable (Results 1 – 25 of 1377) sorted by relevance

12345678910>>...56

/dports/security/xray-core/Xray-core-1.5.0/vendor/go.starlark.net/starlark/
H A Dhashtable.go15 type hashtable struct { struct
18 len uint32
22 frozen bool
39 func (ht *hashtable) init(size int) {
55 func (ht *hashtable) freeze() {
155 func (ht *hashtable) grow() {
204 func (ht *hashtable) items() []Tuple {
217 func (ht *hashtable) first() (Value, bool) {
224 func (ht *hashtable) keys() []Value {
280 func (ht *hashtable) clear() error {
[all …]
/dports/net/v2ray/v2ray-core-4.36.2/vendor/go.starlark.net/starlark/
H A Dhashtable.go15 type hashtable struct { struct
18 len uint32
22 frozen bool
39 func (ht *hashtable) init(size int) {
55 func (ht *hashtable) freeze() {
155 func (ht *hashtable) grow() {
204 func (ht *hashtable) items() []Tuple {
217 func (ht *hashtable) first() (Value, bool) {
224 func (ht *hashtable) keys() []Value {
280 func (ht *hashtable) clear() error {
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/go.starlark.net/starlark/
H A Dhashtable.go15 type hashtable struct { struct
18 len uint32
22 frozen bool
39 func (ht *hashtable) init(size int) {
55 func (ht *hashtable) freeze() {
155 func (ht *hashtable) grow() {
204 func (ht *hashtable) items() []Tuple {
217 func (ht *hashtable) first() (Value, bool) {
224 func (ht *hashtable) keys() []Value {
280 func (ht *hashtable) clear() error {
[all …]
/dports/devel/bazel-buildtools/buildtools-3.2.1/vendor/go.starlark.net/starlark/
H A Dhashtable.go15 type hashtable struct { struct
18 len uint32
22 frozen bool
39 func (ht *hashtable) init(size int) {
55 func (ht *hashtable) freeze() {
155 func (ht *hashtable) grow() {
204 func (ht *hashtable) items() []Tuple {
217 func (ht *hashtable) first() (Value, bool) {
224 func (ht *hashtable) keys() []Value {
280 func (ht *hashtable) clear() error {
[all …]
/dports/games/d2x/d2x-0.2.5/include/
H A Dhash.h19 typedef struct hashtable { struct
26 } hashtable; typedef
/dports/devel/bazel-buildtools/buildtools-3.2.1/vendor/github.com/google/skylark/
H A Dhashtable.go15 type hashtable struct { struct
18 len uint32
22 frozen bool
39 func (ht *hashtable) freeze() {
56 func (ht *hashtable) insert(k, v Value) error {
140 func (ht *hashtable) grow() {
189 func (ht *hashtable) items() []Tuple {
202 func (ht *hashtable) first() (Value, bool) {
209 func (ht *hashtable) keys() []Value {
265 func (ht *hashtable) clear() error {
[all …]
/dports/textproc/rnv/rnv-1.7.11/
H A Dht.h6 struct hashtable { struct
13 extern void ht_init(struct hashtable *ht,int len,int (*hash)(int),int (*equal)(int,int)); argument
/dports/sysutils/rsyslog8/rsyslog-8.2112.0/runtime/
H A Dhashtable_private.h16 struct hashtable { struct
29 hash(struct hashtable *h, void *k); argument
/dports/games/lgeneral/lgeneral-1.3.2/util/
H A Dhashtable_private.h16 struct hashtable { struct
29 hash(struct hashtable *h, void *k); argument
/dports/databases/webdis/webdis-0.1.18/src/jansson/src/
H A Dhashtable.c66 static JSON_INLINE size_t num_buckets(hashtable_t *hashtable) in num_buckets()
98 static int hashtable_do_del(hashtable_t *hashtable, in hashtable_do_del()
134 static void hashtable_do_clear(hashtable_t *hashtable) in hashtable_do_clear()
151 static int hashtable_do_rehash(hashtable_t *hashtable) in hashtable_do_rehash()
189 hashtable_t *hashtable = malloc(sizeof(hashtable_t)); in hashtable_create() local
202 void hashtable_destroy(hashtable_t *hashtable) in hashtable_destroy()
208 int hashtable_init(hashtable_t *hashtable, in hashtable_init()
236 void hashtable_close(hashtable_t *hashtable) in hashtable_close()
300 int hashtable_del(hashtable_t *hashtable, const void *key) in hashtable_del()
306 void hashtable_clear(hashtable_t *hashtable) in hashtable_clear()
[all …]
/dports/audio/fluidsynth/fluidsynth-2.2.4/src/utils/
H A Dfluid_hash.c45 fluid_hashtable_t *hashtable; member
226 fluid_hashtable_remove_node(fluid_hashtable_t *hashtable, in fluid_hashtable_remove_node()
289 fluid_hashtable_resize(fluid_hashtable_t *hashtable) in fluid_hashtable_resize()
400 fluid_hashtable_t *hashtable; in new_fluid_hashtable_full() local
452 fluid_hashtable_t *hashtable) in fluid_hashtable_iter_init()
666 fluid_hashtable_ref(fluid_hashtable_t *hashtable) in fluid_hashtable_ref()
687 fluid_hashtable_unref(fluid_hashtable_t *hashtable) in fluid_hashtable_unref()
712 delete_fluid_hashtable(fluid_hashtable_t *hashtable) in delete_fluid_hashtable()
1004 fluid_hashtable_steal_all(fluid_hashtable_t *hashtable) in fluid_hashtable_steal_all()
1207 fluid_hashtable_size(fluid_hashtable_t *hashtable) in fluid_hashtable_size()
[all …]
/dports/comms/xastir/Xastir-Release-2.1.8/src/
H A Dhashtable_private.h21 struct hashtable struct
34 hash(struct hashtable *h, void *k); argument
/dports/devel/libzookeeper/apache-zookeeper-3.7.0/zookeeper-client/zookeeper-client-c/src/hashtable/
H A Dhashtable_private.h16 struct hashtable { struct
28 hash(struct hashtable *h, void *k); argument
/dports/math/scilab/scilab-6.1.1/scilab/modules/core/includes/
H A Dhashtable_private.h16 struct hashtable struct
28 unsigned int hashtable_hash(struct hashtable *h, void *k); argument
/dports/devel/ccache/ccache-3.7.12/src/
H A Dhashtable_private.h16 struct hashtable { struct
28 hash(struct hashtable *h, void *k); argument
/dports/devel/ccache-memcached-static/ccache-f7712082106bef085515f86ae47e7dbbd2a48b57/src/
H A Dhashtable_private.h16 struct hashtable { struct
28 hash(struct hashtable *h, void *k); argument
/dports/devel/ccache-static/ccache-3.7.12/src/
H A Dhashtable_private.h16 struct hashtable { struct
28 hash(struct hashtable *h, void *k); argument
/dports/devel/ccache-memcached/ccache-f7712082106bef085515f86ae47e7dbbd2a48b57/src/
H A Dhashtable_private.h16 struct hashtable { struct
28 hash(struct hashtable *h, void *k); argument
/dports/www/yaws/yaws-2.0.6/c_src/
H A Dhashtable_private.h16 struct hashtable { struct
28 hash(struct hashtable *h, void *k); argument
/dports/sysutils/fusefs-unionfs/unionfs-fuse-2.2/src/
H A Dhashtable_private.h16 struct hashtable { struct
28 hash(struct hashtable *h, void *k); argument
/dports/audio/avldrums-lv2/avldrums.lv2-0.4.2/fluidsynth/src/
H A Dfluid_hash.c45 fluid_hashtable_t *hashtable; member
226 fluid_hashtable_remove_node(fluid_hashtable_t *hashtable, in fluid_hashtable_remove_node()
289 fluid_hashtable_resize(fluid_hashtable_t *hashtable) in fluid_hashtable_resize()
400 fluid_hashtable_t *hashtable; in new_fluid_hashtable_full() local
452 fluid_hashtable_t *hashtable) in fluid_hashtable_iter_init()
666 fluid_hashtable_ref(fluid_hashtable_t *hashtable) in fluid_hashtable_ref()
687 fluid_hashtable_unref(fluid_hashtable_t *hashtable) in fluid_hashtable_unref()
712 delete_fluid_hashtable(fluid_hashtable_t *hashtable) in delete_fluid_hashtable()
986 fluid_hashtable_remove_all(fluid_hashtable_t *hashtable) in fluid_hashtable_remove_all()
1209 fluid_hashtable_size(fluid_hashtable_t *hashtable) in fluid_hashtable_size()
[all …]
/dports/audio/gmsynth-lv2/gmsynth.lv2-0.5.0/fluidsynth/src/
H A Dfluid_hash.c45 fluid_hashtable_t *hashtable; member
226 fluid_hashtable_remove_node(fluid_hashtable_t *hashtable, in fluid_hashtable_remove_node()
289 fluid_hashtable_resize(fluid_hashtable_t *hashtable) in fluid_hashtable_resize()
400 fluid_hashtable_t *hashtable; in new_fluid_hashtable_full() local
452 fluid_hashtable_t *hashtable) in fluid_hashtable_iter_init()
666 fluid_hashtable_ref(fluid_hashtable_t *hashtable) in fluid_hashtable_ref()
687 fluid_hashtable_unref(fluid_hashtable_t *hashtable) in fluid_hashtable_unref()
712 delete_fluid_hashtable(fluid_hashtable_t *hashtable) in delete_fluid_hashtable()
986 fluid_hashtable_remove_all(fluid_hashtable_t *hashtable) in fluid_hashtable_remove_all()
1209 fluid_hashtable_size(fluid_hashtable_t *hashtable) in fluid_hashtable_size()
[all …]
/dports/audio/ardour6/Ardour-6.8.0/libs/fluidsynth/src/
H A Dfluid_hash.c45 fluid_hashtable_t *hashtable; member
226 fluid_hashtable_remove_node(fluid_hashtable_t *hashtable, in fluid_hashtable_remove_node()
289 fluid_hashtable_resize(fluid_hashtable_t *hashtable) in fluid_hashtable_resize()
400 fluid_hashtable_t *hashtable; in new_fluid_hashtable_full() local
452 fluid_hashtable_t *hashtable) in fluid_hashtable_iter_init()
666 fluid_hashtable_ref(fluid_hashtable_t *hashtable) in fluid_hashtable_ref()
687 fluid_hashtable_unref(fluid_hashtable_t *hashtable) in fluid_hashtable_unref()
712 delete_fluid_hashtable(fluid_hashtable_t *hashtable) in delete_fluid_hashtable()
986 fluid_hashtable_remove_all(fluid_hashtable_t *hashtable) in fluid_hashtable_remove_all()
1209 fluid_hashtable_size(fluid_hashtable_t *hashtable) in fluid_hashtable_size()
[all …]
/dports/games/libretro-prboom/libretro-prboom-cc80175/deps/fluidsynth/src/utils/
H A Dfluid_hash.c45 fluid_hashtable_t *hashtable; member
216 fluid_hashtable_remove_node (fluid_hashtable_t *hashtable, in fluid_hashtable_remove_node()
271 fluid_hashtable_resize (fluid_hashtable_t *hashtable) in fluid_hashtable_resize()
378 fluid_hashtable_t *hashtable; in new_fluid_hashtable_full() local
424 fluid_hashtable_t *hashtable) in fluid_hashtable_iter_init()
616 fluid_hashtable_ref (fluid_hashtable_t *hashtable) in fluid_hashtable_ref()
637 fluid_hashtable_unref (fluid_hashtable_t *hashtable) in fluid_hashtable_unref()
662 delete_fluid_hashtable (fluid_hashtable_t *hashtable) in delete_fluid_hashtable()
938 fluid_hashtable_steal_all (fluid_hashtable_t *hashtable) in fluid_hashtable_steal_all()
1122 fluid_hashtable_size (fluid_hashtable_t *hashtable) in fluid_hashtable_size()
[all …]
/dports/games/doomsday/doomsday-2.3.1/doomsday/external/fluidsynth/src/utils/
H A Dfluid_hash.c45 fluid_hashtable_t *hashtable; member
216 fluid_hashtable_remove_node (fluid_hashtable_t *hashtable, in fluid_hashtable_remove_node()
271 fluid_hashtable_resize (fluid_hashtable_t *hashtable) in fluid_hashtable_resize()
378 fluid_hashtable_t *hashtable; in new_fluid_hashtable_full() local
424 fluid_hashtable_t *hashtable) in fluid_hashtable_iter_init()
616 fluid_hashtable_ref (fluid_hashtable_t *hashtable) in fluid_hashtable_ref()
637 fluid_hashtable_unref (fluid_hashtable_t *hashtable) in fluid_hashtable_unref()
662 delete_fluid_hashtable (fluid_hashtable_t *hashtable) in delete_fluid_hashtable()
938 fluid_hashtable_steal_all (fluid_hashtable_t *hashtable) in fluid_hashtable_steal_all()
1122 fluid_hashtable_size (fluid_hashtable_t *hashtable) in fluid_hashtable_size()
[all …]

12345678910>>...56