Home
last modified time | relevance | path

Searched refs:slot (Results 1 – 4 of 4) sorted by relevance

/ndk/sources/host-tools/make-3.81/
Dhash.c88 void **slot; in hash_find_slot() local
97 slot = &ht->ht_vec[hash_1]; in hash_find_slot()
99 if (*slot == 0) in hash_find_slot()
100 return (deleted_slot ? deleted_slot : slot); in hash_find_slot()
101 if (*slot == hash_deleted_item) in hash_find_slot()
104 deleted_slot = slot; in hash_find_slot()
108 if (key == *slot) in hash_find_slot()
109 return slot; in hash_find_slot()
110 if ((*ht->ht_compare) (key, *slot) == 0) in hash_find_slot()
111 return slot; in hash_find_slot()
[all …]
Dstrcache.c121 char **slot = (char **) hash_find_slot (&strings, str); in add_hash() local
122 const char *key = *slot; in add_hash()
129 hash_insert_at (&strings, key, slot); in add_hash()
Dhash.h67 void *hash_insert_at __P((struct hash_table *ht, const void *item, void const *slot));
69 void *hash_delete_at __P((struct hash_table *ht, void const *slot));
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/slot/
Dslot.hpp22 # define BOOST_PP_ASSIGN_SLOT_1 <boost/preprocessor/slot/detail/slot1.hpp>
23 # define BOOST_PP_ASSIGN_SLOT_2 <boost/preprocessor/slot/detail/slot2.hpp>
24 # define BOOST_PP_ASSIGN_SLOT_3 <boost/preprocessor/slot/detail/slot3.hpp>
25 # define BOOST_PP_ASSIGN_SLOT_4 <boost/preprocessor/slot/detail/slot4.hpp>
26 # define BOOST_PP_ASSIGN_SLOT_5 <boost/preprocessor/slot/detail/slot5.hpp>