Home
last modified time | relevance | path

Searched refs:hash_table (Results 1 – 25 of 30) sorted by relevance

12

/hardware/google/gfxstream/guest/mesa/src/util/
Dhash_table.h46 struct hash_table { struct
61 struct hash_table * argument
68 _mesa_hash_table_init(struct hash_table *ht,
74 struct hash_table *
77 struct hash_table *
78 _mesa_hash_table_clone(struct hash_table *src, void *dst_mem_ctx);
79 void _mesa_hash_table_destroy(struct hash_table *ht,
81 void _mesa_hash_table_clear(struct hash_table *ht,
83 void _mesa_hash_table_set_deleted_key(struct hash_table *ht,
86 static inline uint32_t _mesa_hash_table_num_entries(struct hash_table *ht) in _mesa_hash_table_num_entries()
[all …]
Dhash_table.c125 key_pointer_is_reserved(const struct hash_table *ht, const void *key) in key_pointer_is_reserved()
137 entry_is_deleted(const struct hash_table *ht, struct hash_entry *entry) in entry_is_deleted()
143 entry_is_present(const struct hash_table *ht, struct hash_entry *entry) in entry_is_present()
149 _mesa_hash_table_init(struct hash_table *ht, in _mesa_hash_table_init()
171 struct hash_table *
177 struct hash_table *ht; in _mesa_hash_table_create()
182 ht = ralloc(mem_ctx, struct hash_table); in _mesa_hash_table_create()
208 struct hash_table *
214 struct hash_table *
215 _mesa_hash_table_clone(struct hash_table *src, void *dst_mem_ctx) in _mesa_hash_table_clone()
[all …]
Du_hash_table.h48 struct hash_table *
55 struct hash_table *
60 util_hash_table_get(struct hash_table *ht,
65 util_hash_table_foreach(struct hash_table *ht,
Du_hash_table.c51 struct hash_table *
92 struct hash_table *
100 util_hash_table_get(struct hash_table *ht, in util_hash_table_get()
110 util_hash_table_foreach(struct hash_table *ht, in util_hash_table_foreach()
Du_debug_stack_android.cpp35 static hash_table *symbol_table;
Dmeson.build70 'hash_table.c',
71 'hash_table.h',
443 subdir('tests/hash_table')
Du_debug_symbol.c259 static struct hash_table* symbols_hash;
/hardware/google/gfxstream/guest/mesa/src/util/tests/hash_table/
Dremove_null.c38 struct hash_table *ht; in main()
Ddestroy_callback.c54 struct hash_table *ht; in main()
Dinsert_and_lookup.c38 struct hash_table *ht; in main()
Dreplacement.c38 struct hash_table *ht; in main()
Dremove_key.c35 struct hash_table *ht; in main()
Ddelete_and_lookup.c48 struct hash_table *ht; in main()
Dinsert_many.c52 struct hash_table *ht; in main()
Drandom_entry.c58 struct hash_table *ht; in main()
Ddelete_management.c52 struct hash_table *ht; in main()
Dclear.c59 struct hash_table *ht; in main()
Dcollision.c43 struct hash_table *ht; in main()
/hardware/google/gfxstream/guest/mesa-gn/src/util/
DBUILD.gn41 "$util/hash_table.c",
42 "$util/hash_table.h",
/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dstb_image_write.h908 …unsigned char ***hash_table = (unsigned char***) STBIW_MALLOC(stbiw__ZHASH * sizeof(unsigned char*… in stbi_zlib_compress()
909 if (hash_table == NULL) in stbi_zlib_compress()
919 hash_table[i] = NULL; in stbi_zlib_compress()
926 unsigned char **hlist = hash_table[h]; in stbi_zlib_compress()
935 if (hash_table[h] && stbiw__sbn(hash_table[h]) == 2*quality) { in stbi_zlib_compress()
936 STBIW_MEMMOVE(hash_table[h], hash_table[h]+quality, sizeof(hash_table[h][0])*quality); in stbi_zlib_compress()
937 stbiw__sbn(hash_table[h]) = quality; in stbi_zlib_compress()
939 stbiw__sbpush(hash_table[h],data+i); in stbi_zlib_compress()
944 hlist = hash_table[h]; in stbi_zlib_compress()
981 (void) stbiw__sbfree(hash_table[i]); in stbi_zlib_compress()
[all …]
/hardware/google/gfxstream/third-party/stb/include/stb/
Dstb_image_write.h908 …unsigned char ***hash_table = (unsigned char***) STBIW_MALLOC(stbiw__ZHASH * sizeof(unsigned char*… in stbi_zlib_compress()
909 if (hash_table == NULL) in stbi_zlib_compress()
919 hash_table[i] = NULL; in stbi_zlib_compress()
926 unsigned char **hlist = hash_table[h]; in stbi_zlib_compress()
935 if (hash_table[h] && stbiw__sbn(hash_table[h]) == 2*quality) { in stbi_zlib_compress()
936 STBIW_MEMMOVE(hash_table[h], hash_table[h]+quality, sizeof(hash_table[h][0])*quality); in stbi_zlib_compress()
937 stbiw__sbn(hash_table[h]) = quality; in stbi_zlib_compress()
939 stbiw__sbpush(hash_table[h],data+i); in stbi_zlib_compress()
944 hlist = hash_table[h]; in stbi_zlib_compress()
981 (void) stbiw__sbfree(hash_table[i]); in stbi_zlib_compress()
[all …]
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_meta.h36 struct hash_table;
50 struct hash_table *cache;
Dvk_object.h37 struct hash_table;
Dvk_device.h261 struct hash_table *swapchain_private;
/hardware/google/gfxstream/guest/mesa/src/util/perf/
Du_perfetto_renderpass.h153 struct hash_table *debug_markers;

12