Home
last modified time | relevance | path

Searched defs:ht (Results 1 – 25 of 153) sorted by relevance

1234567

/external/mesa3d/src/gallium/auxiliary/util/
Du_handle_table.c64 struct handle_table *ht; in handle_table_create() local
86 handle_table_set_destroy(struct handle_table *ht, in handle_table_set_destroy()
100 handle_table_resize(struct handle_table *ht, in handle_table_resize()
130 handle_table_clear(struct handle_table *ht, in handle_table_clear()
152 handle_table_add(struct handle_table *ht, in handle_table_add()
190 handle_table_set(struct handle_table *ht, in handle_table_set()
220 handle_table_get(struct handle_table *ht, in handle_table_get()
237 handle_table_remove(struct handle_table *ht, in handle_table_remove()
261 handle_table_get_next_handle(struct handle_table *ht, in handle_table_get_next_handle()
276 handle_table_get_first_handle(struct handle_table *ht) in handle_table_get_first_handle()
[all …]
Du_hash_table.c82 struct util_hash_table *ht; in util_hash_table_create() local
102 util_hash_table_find_iter(struct util_hash_table *ht, in util_hash_table_find_iter()
122 util_hash_table_find_item(struct util_hash_table *ht, in util_hash_table_find_item()
142 util_hash_table_set(struct util_hash_table *ht, in util_hash_table_set()
181 util_hash_table_get(struct util_hash_table *ht, in util_hash_table_get()
202 util_hash_table_remove(struct util_hash_table *ht, in util_hash_table_remove()
228 util_hash_table_clear(struct util_hash_table *ht) in util_hash_table_clear()
247 util_hash_table_foreach(struct util_hash_table *ht, in util_hash_table_foreach()
274 util_hash_table_destroy(struct util_hash_table *ht) in util_hash_table_destroy()
/external/mesa3d/src/util/
Dhash_table.c102 entry_is_deleted(const struct hash_table *ht, struct hash_entry *entry) in entry_is_deleted()
108 entry_is_present(const struct hash_table *ht, struct hash_entry *entry) in entry_is_present()
119 struct hash_table *ht; in _mesa_hash_table_create() local
151 _mesa_hash_table_destroy(struct hash_table *ht, in _mesa_hash_table_destroy()
174 _mesa_hash_table_clear(struct hash_table *ht, in _mesa_hash_table_clear()
204 _mesa_hash_table_set_deleted_key(struct hash_table *ht, const void *deleted_key) in _mesa_hash_table_set_deleted_key()
210 hash_table_search(struct hash_table *ht, uint32_t hash, const void *key) in hash_table_search()
243 _mesa_hash_table_search(struct hash_table *ht, const void *key) in _mesa_hash_table_search()
250 _mesa_hash_table_search_pre_hashed(struct hash_table *ht, uint32_t hash, in _mesa_hash_table_search_pre_hashed()
262 _mesa_hash_table_rehash(struct hash_table *ht, unsigned new_size_index) in _mesa_hash_table_rehash()
[all …]
Dset.c111 struct set *ht; in _mesa_set_create() local
142 _mesa_set_destroy(struct set *ht, void (*delete_function)(struct set_entry *entry)) in _mesa_set_destroy()
164 set_search(const struct set *ht, uint32_t hash, const void *key) in set_search()
210 set_rehash(struct set *ht, unsigned new_size_index) in set_rehash()
251 set_add(struct set *ht, uint32_t hash, const void *key) in set_add()
334 _mesa_set_remove(struct set *ht, struct set_entry *entry) in _mesa_set_remove()
351 _mesa_set_next_entry(const struct set *ht, struct set_entry *entry) in _mesa_set_next_entry()
368 _mesa_set_random_entry(struct set *ht, in _mesa_set_random_entry()
Dhash_table.h72 static inline uint32_t _mesa_hash_table_num_entries(struct hash_table *ht) in _mesa_hash_table_num_entries()
138 #define hash_table_foreach(ht, entry) \ argument
144 hash_table_call_foreach(struct hash_table *ht, in hash_table_call_foreach()
/external/libdrm/amdgpu/
Dutil_hash_table.c75 struct util_hash_table *ht; in util_hash_table_create() local
94 util_hash_table_find_iter(struct util_hash_table *ht, in util_hash_table_find_iter()
112 util_hash_table_find_item(struct util_hash_table *ht, in util_hash_table_find_item()
130 util_hash_table_set(struct util_hash_table *ht, void *key, void *value) in util_hash_table_set()
163 drm_private void *util_hash_table_get(struct util_hash_table *ht, void *key) in util_hash_table_get()
181 drm_private void util_hash_table_remove(struct util_hash_table *ht, void *key) in util_hash_table_remove()
204 drm_private void util_hash_table_clear(struct util_hash_table *ht) in util_hash_table_clear()
221 drm_private void util_hash_table_foreach(struct util_hash_table *ht, in util_hash_table_foreach()
240 drm_private void util_hash_table_destroy(struct util_hash_table *ht) in util_hash_table_destroy()
/external/virglrenderer/src/gallium/auxiliary/util/
Du_hash_table.c84 struct util_hash_table *ht; in util_hash_table_create() local
105 util_hash_table_find_iter(struct util_hash_table *ht, in util_hash_table_find_iter()
125 util_hash_table_find_item(struct util_hash_table *ht, in util_hash_table_find_item()
145 util_hash_table_set(struct util_hash_table *ht, in util_hash_table_set()
184 util_hash_table_get(struct util_hash_table *ht, in util_hash_table_get()
205 util_hash_table_remove(struct util_hash_table *ht, in util_hash_table_remove()
232 util_hash_table_clear(struct util_hash_table *ht) in util_hash_table_clear()
252 util_hash_table_foreach(struct util_hash_table *ht, in util_hash_table_foreach()
279 util_hash_table_destroy(struct util_hash_table *ht) in util_hash_table_destroy()
/external/libnl/lib/
Dhashtable.c31 nl_hash_table_t *ht; in nl_hash_table_alloc() local
56 void nl_hash_table_free(nl_hash_table_t *ht) in nl_hash_table_free()
86 struct nl_object* nl_hash_table_lookup(nl_hash_table_t *ht, in nl_hash_table_lookup()
117 int nl_hash_table_add(nl_hash_table_t *ht, struct nl_object *obj) in nl_hash_table_add()
161 int nl_hash_table_del(nl_hash_table_t *ht, struct nl_object *obj) in nl_hash_table_del()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowLooperTest.java39 HandlerThread ht = new HandlerThread(testName.getMethodName()); in getHandlerThread() local
78 HandlerThread ht = getHandlerThread(); in differentThreads_getDifferentLoopers() local
141 HandlerThread ht = getHandlerThread(); in shouldNotQueueMessagesIfLooperIsQuit() local
161 HandlerThread ht = getHandlerThread(); in shouldThrowawayRunnableQueueIfLooperQuits() local
186 HandlerThread ht = getHandlerThread(); in shouldResetQueue_whenLooperIsReset() local
204 HandlerThread ht = getHandlerThread(); in shouldSetNewScheduler_whenLooperIsReset() local
299 HandlerThread ht = getHandlerThread(); in reset_setsNewScheduler_forNonMainLooper_byDefault() local
309 HandlerThread ht = getHandlerThread(); in reset_setsSchedulerToMaster_forNonMainLooper_withAdvancedScheduling() local
381 HandlerThread ht = getHandlerThread(); in schedulerOnAnotherLooper_shouldNotBeMaster_byDefault() local
388 HandlerThread ht = getHandlerThread(); in schedulerOnAnotherLooper_shouldBeMaster_ifAdvancedSchedulingEnabled() local
[all …]
/external/python/cpython3/Modules/
Dhashtable.c108 _Py_hashtable_hash_ptr(struct _Py_hashtable_t *ht, const void *pkey) in _Py_hashtable_hash_ptr()
118 _Py_hashtable_compare_direct(_Py_hashtable_t *ht, const void *pkey, in _Py_hashtable_compare_direct()
147 _Py_hashtable_t *ht; in _Py_hashtable_new_full() local
195 _Py_hashtable_size(_Py_hashtable_t *ht) in _Py_hashtable_size()
213 _Py_hashtable_print_stats(_Py_hashtable_t *ht) in _Py_hashtable_print_stats()
253 _Py_hashtable_get_entry(_Py_hashtable_t *ht, in _Py_hashtable_get_entry()
275 _Py_hashtable_pop_entry(_Py_hashtable_t *ht, size_t key_size, const void *pkey, in _Py_hashtable_pop_entry()
312 _Py_hashtable_set(_Py_hashtable_t *ht, size_t key_size, const void *pkey, in _Py_hashtable_set()
354 _Py_hashtable_get(_Py_hashtable_t *ht, size_t key_size,const void *pkey, in _Py_hashtable_get()
370 _Py_hashtable_pop(_Py_hashtable_t *ht, size_t key_size, const void *pkey, in _Py_hashtable_pop()
[all …]
/external/libhevc/common/
Dihevc_padding.c91 WORD32 ht, in ihevc_pad_vert()
145 WORD32 ht, in ihevc_pad_horz_chroma()
212 WORD32 ht, in ihevc_pad_horz_luma()
379 WORD32 ht, in ihevc_pad_left_luma()
435 WORD32 ht, in ihevc_pad_left_chroma()
500 WORD32 ht, in ihevc_pad_right_luma()
556 WORD32 ht, in ihevc_pad_right_chroma()
Dihevc_inter_pred_filters.c113 WORD32 ht, in ihevc_inter_pred_luma_copy()
175 WORD32 ht, in ihevc_inter_pred_luma_horz()
248 WORD32 ht, in ihevc_inter_pred_luma_vert()
321 WORD32 ht, in ihevc_inter_pred_luma_copy_w16out()
387 WORD32 ht, in ihevc_inter_pred_luma_horz_w16out()
458 WORD32 ht, in ihevc_inter_pred_luma_vert_w16out()
528 WORD32 ht, in ihevc_inter_pred_luma_vert_w16inp()
603 WORD32 ht, in ihevc_inter_pred_luma_vert_w16inp_w16out()
675 WORD32 ht, in ihevc_inter_pred_chroma_copy()
740 WORD32 ht, in ihevc_inter_pred_chroma_horz()
[all …]
Dihevc_weighted_pred.c114 WORD32 ht, in ihevc_weighted_pred_uni()
199 WORD32 ht, in ihevc_weighted_pred_chroma_uni()
305 WORD32 ht, in ihevc_weighted_pred_bi()
410 WORD32 ht, in ihevc_weighted_pred_chroma_bi()
497 WORD32 ht, in ihevc_weighted_pred_bi_default()
580 WORD32 ht, in ihevc_weighted_pred_chroma_bi_default()
Dihevc_sao.c80 WORD32 ht) in ihevc_sao_band_offset_luma()
134 WORD32 ht) in ihevc_sao_band_offset_chroma()
196 WORD32 ht) in ihevc_sao_edge_offset_class0()
279 WORD32 ht) in ihevc_sao_edge_offset_class0_chroma()
375 WORD32 ht) in ihevc_sao_edge_offset_class1()
469 WORD32 ht) in ihevc_sao_edge_offset_class1_chroma()
567 WORD32 ht) in ihevc_sao_edge_offset_class2()
756 WORD32 ht) in ihevc_sao_edge_offset_class2_chroma()
991 WORD32 ht) in ihevc_sao_edge_offset_class3()
1168 WORD32 ht) in ihevc_sao_edge_offset_class3_chroma()
/external/libavc/common/x86/
Dih264_padding_ssse3.c94 WORD32 ht, in ih264_pad_left_luma_ssse3()
161 WORD32 ht, in ih264_pad_left_chroma_ssse3()
227 WORD32 ht, in ih264_pad_right_luma_ssse3()
294 WORD32 ht, in ih264_pad_right_chroma_ssse3()
/external/libavc/common/
Dih264_inter_pred_filters.c114 WORD32 ht, in ih264_inter_pred_luma_copy()
174 WORD32 ht, in ih264_interleave_copy()
231 WORD32 ht, in ih264_inter_pred_luma_horz()
301 WORD32 ht, in ih264_inter_pred_luma_vert()
370 WORD32 ht, in ih264_inter_pred_luma_horz_hpel_vert_hpel()
455 WORD32 ht, in ih264_inter_pred_luma_horz_qpel()
531 WORD32 ht, in ih264_inter_pred_luma_vert_qpel()
614 WORD32 ht, in ih264_inter_pred_luma_horz_qpel_vert_qpel()
715 WORD32 ht, in ih264_inter_pred_luma_horz_qpel_vert_hpel()
830 WORD32 ht, in ih264_inter_pred_luma_horz_hpel_vert_qpel()
[all …]
Dih264_padding.c172 WORD32 ht, in ih264_pad_left_luma()
214 WORD32 ht, in ih264_pad_left_chroma()
268 WORD32 ht, in ih264_pad_right_luma()
309 WORD32 ht, in ih264_pad_right_chroma()
Dih264_weighted_pred.c91 WORD32 ht, in ih264_default_weighted_pred_luma()
146 WORD32 ht, in ih264_default_weighted_pred_chroma()
206 WORD32 ht, in ih264_weighted_pred_luma()
280 WORD32 ht, in ih264_weighted_pred_chroma()
377 WORD32 ht, in ih264_weighted_bi_pred_luma()
453 WORD32 ht, in ih264_weighted_bi_pred_chroma()
/external/libhevc/common/x86/
Dihevc_padding_ssse3_intr.c93 WORD32 ht, in ihevc_pad_left_luma_ssse3()
164 WORD32 ht, in ihevc_pad_left_chroma_ssse3()
236 WORD32 ht, in ihevc_pad_right_luma_ssse3()
306 WORD32 ht, in ihevc_pad_right_chroma_ssse3()
Dihevc_inter_pred_filters_sse42_intr.c114 WORD32 ht, in ihevc_inter_pred_luma_copy_w16out_sse42()
241 WORD32 ht, in ihevc_inter_pred_chroma_copy_sse42()
462 WORD32 ht, in ihevc_inter_pred_chroma_copy_w16out_sse42()
/external/mesa3d/src/broadcom/compiler/
Dvir_lower_uniforms.c48 add_uniform(struct hash_table *ht, struct qreg reg) in add_uniform()
62 remove_uniform(struct hash_table *ht, struct qreg reg) in remove_uniform()
114 struct hash_table *ht = in vir_lower_uniforms() local
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_qir_lower_uniforms.c48 add_uniform(struct hash_table *ht, struct qreg reg) in add_uniform()
62 remove_uniform(struct hash_table *ht, struct qreg reg) in remove_uniform()
114 struct hash_table *ht = in qir_lower_uniforms() local
/external/libhevc/encoder/arm/
Dihevce_sad_compute_neon.c73 UWORD8 *pu1_src, UWORD8 *pu1_pred, WORD32 src_strd, WORD32 pred_strd, WORD32 ht) in ihevce_8xn_sad_computer_neon()
100 UWORD8 *pu1_src, UWORD8 *pu1_pred, WORD32 src_strd, WORD32 pred_strd, WORD32 ht) in ihevce_16xn_sad_computer_neon()
130 UWORD8 *pu1_src, UWORD8 *pu1_pred, WORD32 src_strd, WORD32 pred_strd, WORD32 ht) in ihevce_32xn_sad_computer_neon()
164 UWORD8 *pu1_src, UWORD8 *pu1_pred, WORD32 src_strd, WORD32 pred_strd, WORD32 ht) in ihevce_64xn_sad_computer_neon()
224 WORD32 ht = MIN(blk_wd, blk_ht - i); in ihevce_4mx4n_sad_computer_neon() local
/external/mesa3d/src/util/tests/hash_table/
Dremove_null.c36 struct hash_table *ht; in main() local
/external/mesa3d/src/compiler/glsl/
Dlink_uniform_block_active_visitor.h54 link_uniform_block_active_visitor(void *mem_ctx, struct hash_table *ht, in link_uniform_block_active_visitor()
69 struct hash_table *ht; variable

1234567