/aosp_15_r20/external/mesa3d/src/util/ |
H A D | hash_table.c | 125 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 217 struct hash_table *ht; in _mesa_hash_table_clone() local 243 _mesa_hash_table_destroy(struct hash_table *ht, in _mesa_hash_table_destroy() 258 hash_table_clear_fast(struct hash_table *ht) in hash_table_clear_fast() 271 _mesa_hash_table_clear(struct hash_table *ht, in _mesa_hash_table_clear() 303 _mesa_hash_table_set_deleted_key(struct hash_table *ht, const void *deleted_key) in _mesa_hash_table_set_deleted_key() [all …]
|
H A D | set.c | 120 _mesa_set_init(struct set *ht, void *mem_ctx, in _mesa_set_init() 146 struct set *ht; in _mesa_set_create() local 209 _mesa_set_destroy(struct set *ht, void (*delete_function)(struct set_entry *entry)) in _mesa_set_destroy() 225 set_clear_fast(struct set *ht) in set_clear_fast() 264 set_search(const struct set *ht, uint32_t hash, const void *key) in set_search() 309 set_add_rehash(struct set *ht, uint32_t hash, const void *key) in set_add_rehash() 331 set_rehash(struct set *ht, unsigned new_size_index) in set_rehash() 393 set_search_or_add(struct set *ht, uint32_t hash, const void *key, bool *found) in set_search_or_add() 459 set_add(struct set *ht, uint32_t hash, const void *key) in set_add() 544 _mesa_set_remove(struct set *ht, struct set_entry *entry) in _mesa_set_remove() [all …]
|
H A D | hash_table.h | 86 static inline uint32_t _mesa_hash_table_num_entries(const struct hash_table *ht) in _mesa_hash_table_num_entries() 140 #define hash_table_foreach(ht, entry) \ argument 148 #define hash_table_foreach_remove(ht, entry) \ argument 155 hash_table_call_foreach(struct hash_table *ht, in hash_table_call_foreach() 224 _mesa_hash_table_u64_num_entries(struct hash_table_u64 *ht) in _mesa_hash_table_u64_num_entries() 235 #define hash_table_u64_foreach(ht, entry) \ argument
|
/aosp_15_r20/external/virglrenderer/src/mesa/util/ |
H A D | hash_table.c | 125 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 217 struct hash_table *ht; in _mesa_hash_table_clone() local 243 _mesa_hash_table_destroy(struct hash_table *ht, in _mesa_hash_table_destroy() 258 hash_table_clear_fast(struct hash_table *ht) in hash_table_clear_fast() 271 _mesa_hash_table_clear(struct hash_table *ht, in _mesa_hash_table_clear() 303 _mesa_hash_table_set_deleted_key(struct hash_table *ht, const void *deleted_key) in _mesa_hash_table_set_deleted_key() [all …]
|
/aosp_15_r20/external/mesa3d/src/compiler/nir/ |
H A D | nir_search_helpers.h | 37 is_pos_power_of_two(UNUSED struct hash_table *ht, const nir_alu_instr *instr, in is_pos_power_of_two() 69 is_neg_power_of_two(UNUSED struct hash_table *ht, const nir_alu_instr *instr, in is_neg_power_of_two() 98 is_bitcount2(UNUSED struct hash_table *ht, const nir_alu_instr *instr, in is_bitcount2() 116 is_nan(UNUSED struct hash_table *ht, const nir_alu_instr *instr, in is_nan() 132 is_negative_zero(UNUSED struct hash_table *ht, const nir_alu_instr *instr, in is_negative_zero() 150 is_any_comp_nan(UNUSED struct hash_table *ht, const nir_alu_instr *instr, in is_any_comp_nan() 193 is_zero_to_one(UNUSED struct hash_table *ht, const nir_alu_instr *instr, in is_zero_to_one() 225 is_gt_0_and_lt_1(UNUSED struct hash_table *ht, const nir_alu_instr *instr, in is_gt_0_and_lt_1() 254 is_odd(UNUSED struct hash_table *ht, const nir_alu_instr *instr, in is_odd() 280 is_not_const_zero(UNUSED struct hash_table *ht, const nir_alu_instr *instr, in is_not_const_zero() [all …]
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
D | symtab.h | 46 struct ht struct 72 /* Initialize the hashtable with 2 ^ order entries. */ argument
|
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_handle_table.c | 64 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 …]
|
/aosp_15_r20/external/libhevc/common/ |
H A D | ihevc_inter_pred_filters.c | 113 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 …]
|
H A D | ihevc_padding.c | 91 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()
|
H A D | ihevc_sao.c | 80 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()
|
H A D | ihevc_weighted_pred.c | 114 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()
|
/aosp_15_r20/external/python/cpython3/Python/ |
D | hashtable.c | 120 _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 …]
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/tables/ |
H A D | apr_hash.c | 63 apr_hash_t *ht; member 91 static apr_hash_entry_t **alloc_array(apr_hash_t *ht, unsigned int max) in alloc_array() argument 98 apr_hash_t *ht; in apr_hash_make() local 117 apr_hash_t *ht = apr_hash_make(pool); in apr_hash_make_custom() local 140 APR_DECLARE(apr_hash_index_t *) apr_hash_first(apr_pool_t *p, apr_hash_t *ht) in apr_hash_first() 193 static void expand_array(apr_hash_t *ht) in expand_array() 285 static apr_hash_entry_t **find_entry(apr_hash_t *ht, in find_entry() 327 apr_hash_t *ht; in apr_hash_copy() local 362 APR_DECLARE(void *) apr_hash_get(apr_hash_t *ht, in apr_hash_get() 374 APR_DECLARE(void) apr_hash_set(apr_hash_t *ht, in apr_hash_set() [all …]
|
/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/ |
H A D | ShadowLegacyLooperTest.java | 51 HandlerThread ht = new HandlerThread(testName.getMethodName()); in getHandlerThread() local 90 HandlerThread ht = getHandlerThread(); in differentThreads_getDifferentLoopers() local 169 HandlerThread ht = getHandlerThread(); in shouldNotQueueMessagesIfLooperIsQuit() local 200 HandlerThread ht = getHandlerThread(); in shouldThrowawayRunnableQueueIfLooperQuits() local 229 HandlerThread ht = getHandlerThread(); in shouldResetQueue_whenLooperIsReset() local 247 HandlerThread ht = getHandlerThread(); in shouldSetNewScheduler_whenLooperIsReset() local 353 HandlerThread ht = getHandlerThread(); in reset_setsNewScheduler_forNonMainLooper_byDefault() local 363 HandlerThread ht = getHandlerThread(); in reset_setsSchedulerToMaster_forNonMainLooper_withAdvancedScheduling() local 444 HandlerThread ht = getHandlerThread(); in schedulerOnAnotherLooper_shouldNotBeMaster_byDefault() local 452 HandlerThread ht = getHandlerThread(); in schedulerOnAnotherLooper_shouldBeMaster_ifAdvancedSchedulingEnabled() local [all …]
|
/aosp_15_r20/external/libavc/common/ |
H A D | ih264_inter_pred_filters.c | 125 WORD32 ht, in ih264_inter_pred_luma_copy() 185 WORD32 ht, in ih264_interleave_copy() 247 WORD32 ht, in ih264_inter_pred_luma_horz() 317 WORD32 ht, in ih264_inter_pred_luma_vert() 396 WORD32 ht, in ih264_inter_pred_luma_horz_hpel_vert_hpel() 492 WORD32 ht, in ih264_inter_pred_luma_horz_qpel() 580 WORD32 ht, in ih264_inter_pred_luma_vert_qpel() 675 WORD32 ht, in ih264_inter_pred_luma_horz_qpel_vert_qpel() 788 WORD32 ht, in ih264_inter_pred_luma_horz_qpel_vert_hpel() 953 WORD32 ht, in ih264_inter_pred_luma_horz_hpel_vert_qpel() [all …]
|
H A D | ih264_weighted_pred.c | 108 WORD32 ht, in ih264_default_weighted_pred_luma() 176 WORD32 ht, in ih264_default_weighted_pred_chroma() 250 WORD32 ht, in ih264_weighted_pred_luma() 338 WORD32 ht, in ih264_weighted_pred_chroma() 458 WORD32 ht, in ih264_weighted_bi_pred_luma() 557 WORD32 ht, in ih264_weighted_bi_pred_chroma()
|
H A D | ih264_padding.c | 170 WORD32 ht, in ih264_pad_left_luma() 210 WORD32 ht, in ih264_pad_left_chroma() 259 WORD32 ht, in ih264_pad_right_luma() 299 WORD32 ht, in ih264_pad_right_chroma()
|
/aosp_15_r20/external/virglrenderer/src/gallium/auxiliary/util/ |
H A D | u_hash_table.c | 66 struct util_hash_table *ht; in util_hash_table_create() local 83 util_hash_table_set(struct util_hash_table *ht, in util_hash_table_set() 115 util_hash_table_get(struct util_hash_table *ht, in util_hash_table_get() 136 util_hash_table_remove(struct util_hash_table *ht, in util_hash_table_remove() 158 util_hash_table_clear(struct util_hash_table *ht) in util_hash_table_clear() 173 util_hash_table_foreach(struct util_hash_table *ht, in util_hash_table_foreach() 193 util_hash_table_destroy(struct util_hash_table *ht) in util_hash_table_destroy()
|
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
H A D | HashtableTest.java | 115 Hashtable ht = new Hashtable(map); in test_ConstructorLjava_util_Map() local 389 final Hashtable ht = new Hashtable(); in test_isEmpty() local 446 final Hashtable ht = new Hashtable(3); in test_keys_subtest0() local 523 final Hashtable ht = new Hashtable(); in test_keySet_subtest0() local 700 final Hashtable ht = new Hashtable(); in test_size() local 899 Hashtable<String, String> ht = new Hashtable<>(); in test_forEach() local 910 Hashtable<String, String> ht = new Hashtable<>(); in test_forEach_NPE() local 918 Hashtable<String, String> ht = new Hashtable<>(); in test_forEach_CME() local
|
/aosp_15_r20/external/libnl/lib/ |
H A D | hashtable.c | 28 nl_hash_table_t *ht; in nl_hash_table_alloc() local 53 void nl_hash_table_free(nl_hash_table_t *ht) in nl_hash_table_free() 83 struct nl_object* nl_hash_table_lookup(nl_hash_table_t *ht, in nl_hash_table_lookup() 114 int nl_hash_table_add(nl_hash_table_t *ht, struct nl_object *obj) in nl_hash_table_add() 158 int nl_hash_table_del(nl_hash_table_t *ht, struct nl_object *obj) in nl_hash_table_del()
|
/aosp_15_r20/external/libwebsockets/lib/core/ |
H A D | lws_map.c | 112 lws_map_hashtable_t *ht; in lws_map_create() local 159 lws_map_hashtable_t *ht; in lws_map_destroy() local 183 lws_map_hashtable_t *ht; in lws_map_item_create() local 220 lws_map_hashtable_t *ht = lws_container_of(item->list.owner, in lws_map_item_destroy() local 231 lws_map_hashtable_t *ht = (lws_map_hashtable_t *)&map[1]; in lws_map_item_lookup() local
|
/aosp_15_r20/external/libavc/common/x86/svc/ |
H A D | isvc_padding_ssse3.c | 91 void isvc_pad_left_luma_ssse3(UWORD8 *pu1_src, WORD32 src_strd, WORD32 ht, WORD32 pad_size) in isvc_pad_left_luma_ssse3() 152 void isvc_pad_left_chroma_ssse3(UWORD8 *pu1_src, WORD32 src_strd, WORD32 ht, WORD32 pad_size) in isvc_pad_left_chroma_ssse3() 212 void isvc_pad_right_luma_ssse3(UWORD8 *pu1_src, WORD32 src_strd, WORD32 ht, WORD32 pad_size) in isvc_pad_right_luma_ssse3() 273 void isvc_pad_right_chroma_ssse3(UWORD8 *pu1_src, WORD32 src_strd, WORD32 ht, WORD32 pad_size) in isvc_pad_right_chroma_ssse3()
|
/aosp_15_r20/external/libavc/common/x86/ |
H A D | ih264_padding_ssse3.c | 94 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()
|
/aosp_15_r20/external/libhevc/common/x86/ |
H A D | ihevc_inter_pred_filters_ssse3_intr.c | 123 WORD32 ht, in ihevc_inter_pred_luma_copy_ssse3() 267 WORD32 ht, in ihevc_inter_pred_luma_horz_ssse3() 760 WORD32 ht, in ihevc_inter_pred_luma_vert_ssse3() 1506 WORD32 ht, in ihevc_inter_pred_luma_copy_w16out_ssse3() 1632 WORD32 ht, in ihevc_inter_pred_luma_horz_w16out_ssse3() 2058 WORD32 ht, in ihevc_inter_pred_luma_vert_w16out_ssse3() 2631 WORD32 ht, in ihevc_inter_pred_luma_vert_w16inp_ssse3() 3108 WORD32 ht, in ihevc_inter_pred_luma_vert_w16inp_w16out_ssse3() 3484 WORD32 ht, in ihevc_inter_pred_chroma_copy_ssse3() 3619 WORD32 ht, in ihevc_inter_pred_chroma_horz_ssse3() [all …]
|
H A D | ihevc_padding_ssse3_intr.c | 93 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()
|