Home
last modified time | relevance | path

Searched defs:ht (Results 1 – 25 of 172) 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.c100 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()
/external/mesa3d/src/util/
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()
177 struct hash_table *ht; in _mesa_hash_table_create() local
197 struct hash_table *ht; in _mesa_hash_table_clone() local
223 _mesa_hash_table_destroy(struct hash_table *ht, in _mesa_hash_table_destroy()
244 _mesa_hash_table_clear(struct hash_table *ht, in _mesa_hash_table_clear()
274 _mesa_hash_table_set_deleted_key(struct hash_table *ht, const void *deleted_key) in _mesa_hash_table_set_deleted_key()
280 hash_table_search(struct hash_table *ht, uint32_t hash, const void *key) in hash_table_search()
[all …]
Dset.c125 struct set *ht; in _mesa_set_create() local
200 _mesa_set_destroy(struct set *ht, void (*delete_function)(struct set_entry *entry)) in _mesa_set_destroy()
245 set_search(const struct set *ht, uint32_t hash, const void *key) in set_search()
290 set_add_rehash(struct set *ht, uint32_t hash, const void *key) in set_add_rehash()
312 set_rehash(struct set *ht, unsigned new_size_index) in set_rehash()
368 set_search_or_add(struct set *ht, uint32_t hash, const void *key, bool *found) in set_search_or_add()
434 set_add(struct set *ht, uint32_t hash, const void *key) in set_add()
519 _mesa_set_remove(struct set *ht, struct set_entry *entry) in _mesa_set_remove()
545 _mesa_set_next_entry(const struct set *ht, struct set_entry *entry) in _mesa_set_next_entry()
562 _mesa_set_random_entry(struct set *ht, in _mesa_set_random_entry()
Dhash_table.h84 static inline uint32_t _mesa_hash_table_num_entries(struct hash_table *ht) in _mesa_hash_table_num_entries()
134 #define hash_table_foreach(ht, entry) \ argument
140 hash_table_call_foreach(struct hash_table *ht, in hash_table_call_foreach()
/external/python/cpython3/Python/
Dhashtable.c120 _Py_hashtable_size(const _Py_hashtable_t *ht) in _Py_hashtable_size()
132 _Py_hashtable_get_entry_generic(_Py_hashtable_t *ht, const void *key) in _Py_hashtable_get_entry_generic()
154 _Py_hashtable_get_entry_ptr(_Py_hashtable_t *ht, const void *key) in _Py_hashtable_get_entry_ptr()
174 _Py_hashtable_steal(_Py_hashtable_t *ht, const void *key) in _Py_hashtable_steal()
209 _Py_hashtable_set(_Py_hashtable_t *ht, const void *key, void *value) in _Py_hashtable_set()
248 _Py_hashtable_get(_Py_hashtable_t *ht, const void *key) in _Py_hashtable_get()
261 _Py_hashtable_foreach(_Py_hashtable_t *ht, in _Py_hashtable_foreach()
280 hashtable_rehash(_Py_hashtable_t *ht) in hashtable_rehash()
331 _Py_hashtable_t *ht = (_Py_hashtable_t *)alloc.malloc(sizeof(_Py_hashtable_t)); in _Py_hashtable_new_full() local
372 _Py_hashtable_destroy_entry(_Py_hashtable_t *ht, _Py_hashtable_entry_t *entry) in _Py_hashtable_destroy_entry()
[all …]
/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/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowLooperTest.java40 HandlerThread ht = new HandlerThread(testName.getMethodName()); in getHandlerThread() local
79 HandlerThread ht = getHandlerThread(); in differentThreads_getDifferentLoopers() local
142 HandlerThread ht = getHandlerThread(); in shouldNotQueueMessagesIfLooperIsQuit() local
162 HandlerThread ht = getHandlerThread(); in shouldThrowawayRunnableQueueIfLooperQuits() local
187 HandlerThread ht = getHandlerThread(); in shouldResetQueue_whenLooperIsReset() local
205 HandlerThread ht = getHandlerThread(); in shouldSetNewScheduler_whenLooperIsReset() local
300 HandlerThread ht = getHandlerThread(); in reset_setsNewScheduler_forNonMainLooper_byDefault() local
310 HandlerThread ht = getHandlerThread(); in reset_setsSchedulerToMaster_forNonMainLooper_withAdvancedScheduling() local
382 HandlerThread ht = getHandlerThread(); in schedulerOnAnotherLooper_shouldNotBeMaster_byDefault() local
389 HandlerThread ht = getHandlerThread(); in schedulerOnAnotherLooper_shouldBeMaster_ifAdvancedSchedulingEnabled() local
[all …]
/external/libnl/lib/
Dhashtable.c32 nl_hash_table_t *ht; in nl_hash_table_alloc() local
57 void nl_hash_table_free(nl_hash_table_t *ht) in nl_hash_table_free()
87 struct nl_object* nl_hash_table_lookup(nl_hash_table_t *ht, in nl_hash_table_lookup()
118 int nl_hash_table_add(nl_hash_table_t *ht, struct nl_object *obj) in nl_hash_table_add()
162 int nl_hash_table_del(nl_hash_table_t *ht, struct nl_object *obj) in nl_hash_table_del()
/external/mesa3d/src/compiler/nir/
Dnir_search_helpers.h36 is_pos_power_of_two(UNUSED struct hash_table *ht, nir_alu_instr *instr, in is_pos_power_of_two()
68 is_neg_power_of_two(UNUSED struct hash_table *ht, nir_alu_instr *instr, in is_neg_power_of_two()
120 is_zero_to_one(UNUSED struct hash_table *ht, nir_alu_instr *instr, unsigned src, in is_zero_to_one()
151 is_gt_0_and_lt_1(UNUSED struct hash_table *ht, nir_alu_instr *instr, in is_gt_0_and_lt_1()
176 is_not_const_zero(UNUSED struct hash_table *ht, nir_alu_instr *instr, in is_not_const_zero()
205 is_not_const(UNUSED struct hash_table *ht, nir_alu_instr *instr, unsigned src, in is_not_const()
213 is_not_fmul(struct hash_table *ht, nir_alu_instr *instr, unsigned src, in is_not_fmul()
229 is_fmul(struct hash_table *ht, nir_alu_instr *instr, unsigned src, in is_fmul()
261 is_not_const_and_not_fsign(struct hash_table *ht, nir_alu_instr *instr, unsigned src, in is_not_const_and_not_fsign()
327 is_upper_half_zero(UNUSED struct hash_table *ht, in is_upper_half_zero()
[all …]
/external/libhevc/common/
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_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_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/
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/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/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/protobuf/php/ext/google/protobuf/
Dprotobuf.h86 #define php_proto_zend_hash_index_update_zval(ht, h, pData) \ argument
89 #define php_proto_zend_hash_update_zval(ht, key, key_len, value) \ argument
92 #define php_proto_zend_hash_update(ht, key, key_len) \ argument
95 #define php_proto_zend_hash_index_update_mem(ht, h, pData, nDataSize, pDest) \ argument
98 #define php_proto_zend_hash_update_mem(ht, key, key_len, pData, nDataSize, \ argument
102 #define php_proto_zend_hash_index_find_zval(ht, h, pDest) \ argument
105 #define php_proto_zend_hash_find(ht, key, key_len, pDest) \ argument
108 #define php_proto_zend_hash_index_find_mem(ht, h, pDest) \ argument
111 #define php_proto_zend_hash_find_zval(ht, key, key_len, pDest) \ argument
114 #define php_proto_zend_hash_find_mem(ht, key, key_len, pDest) \ argument
[all …]
/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/compiler/glsl/
Dir_clone.cpp388 fixup_ir_call_visitor(struct hash_table *ht) in fixup_ir_call_visitor()
413 struct hash_table *ht; member in fixup_ir_call_visitor
418 fixup_function_calls(struct hash_table *ht, exec_list *instructions) in fixup_function_calls()
428 struct hash_table *ht = _mesa_pointer_hash_table_create(NULL); in clone_ir_list() local
Dlink_uniform_block_active_visitor.h63 link_uniform_block_active_visitor(void *mem_ctx, struct hash_table *ht, in link_uniform_block_active_visitor()
78 struct hash_table *ht; variable

1234567