Home
last modified time | relevance | path

Searched defs:hash (Results 1 – 25 of 459) sorted by relevance

12345678910>>...19

/external/icu/icu4c/source/common/
Duhash.c120 #define HASH_DELETE_KEY_VALUE(hash, keypointer, valuepointer) \ argument
141 _uhash_setElement(UHashtable *hash, UHashElement* e, in _uhash_setElement()
181 _uhash_internalRemoveElement(UHashtable *hash, UHashElement* e) { in _uhash_internalRemoveElement()
190 _uhash_internalSetResizePolicy(UHashtable *hash, enum UHashResizePolicy policy) { in _uhash_internalSetResizePolicy()
208 _uhash_allocate(UHashtable *hash, in _uhash_allocate()
331 _uhash_find(const UHashtable *hash, UHashTok key, in _uhash_find()
393 _uhash_rehash(UHashtable *hash, UErrorCode *status) { in _uhash_rehash()
436 _uhash_remove(UHashtable *hash, in _uhash_remove()
461 _uhash_put(UHashtable *hash, in _uhash_put()
572 uhash_close(UHashtable *hash) { in uhash_close()
[all …]
/external/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_hash.c97 static void *cso_data_allocate_node(struct cso_hash_data *hash) in cso_data_allocate_node()
108 cso_hash_create_node(struct cso_hash *hash, in cso_hash_create_node()
126 static void cso_data_rehash(struct cso_hash_data *hash, int hint) in cso_data_rehash()
175 static void cso_data_might_grow(struct cso_hash_data *hash) in cso_data_might_grow()
181 static void cso_data_has_shrunk(struct cso_hash_data *hash) in cso_data_has_shrunk()
190 static struct cso_node *cso_data_first_node(struct cso_hash_data *hash) in cso_data_first_node()
203 static struct cso_node **cso_hash_find_node(struct cso_hash *hash, unsigned akey) in cso_hash_find_node()
218 struct cso_hash_iter cso_hash_insert(struct cso_hash *hash, in cso_hash_insert()
240 struct cso_hash *hash = MALLOC_STRUCT(cso_hash); in cso_hash_create() local
261 void cso_hash_delete(struct cso_hash *hash) in cso_hash_delete()
[all …]
Dcso_cache.c51 unsigned hash = 0, i; in hash_key() local
85 struct cso_hash *hash; in _cso_hash_for_type() local
156 struct cso_hash *hash, in sanitize_hash()
165 static INLINE void sanitize_cb(struct cso_hash *hash, enum cso_cache_type type, in sanitize_cb()
190 struct cso_hash *hash = _cso_hash_for_type(sc, type); in cso_insert_state() local
200 struct cso_hash *hash = _cso_hash_for_type(sc, type); in cso_find_state() local
206 void *cso_hash_find_data_from_template( struct cso_hash *hash, in cso_hash_find_data_from_template()
242 struct cso_hash *hash = _cso_hash_for_type(sc, type); in cso_take_state() local
266 struct cso_hash *hash = _cso_hash_for_type(sc, type); in cso_for_each_state() local
/external/protobuf/src/google/protobuf/stubs/
Dhash.h63 struct hash { struct
77 struct hash<const char*> { argument
/external/e2fsprogs/lib/e2p/
Dhashstr.c20 struct hash { struct
25 static struct hash hash_list[] = { argument
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/provider/crypto/
DSHA1ImplTest.java70 int[] hash = { 0xA9993E36, 0x4706816A, 0xBA3E2571, 0x7850C26C, 0x9CD0D89D }; in testOneBlockMessage() local
105 int[] hash = { 0x84983e44, 0x1c3bd26e, 0xbaae4aa1, 0xf95129e5, 0xe54670f1 }; in testMultiBlockMessage() local
129 int[] hash = { 0x34aa973c, 0xd4c4daa4, 0xf61eeb2b, 0xdbad2731, 0x6534016f }; in testLongMessage() local
164 private void alternateHash(int[] bufW, int[] hash) { in alternateHash()
/external/jmonkeyengine/engine/src/core/com/jme3/input/
DInputManager.java154 private void invokeActions(int hash, boolean pressed) { in invokeActions()
182 private void invokeTimedActions(int hash, long time, boolean pressed) { in invokeTimedActions()
208 int hash = pressedButton.getKey(); in invokeUpdateActions() local
219 int hash = axisValue.getKey(); in invokeUpdateActions() local
225 private void invokeAnalogs(int hash, float value, boolean isAxis) { in invokeAnalogs()
250 private void invokeAnalogsAndActions(int hash, float value, boolean applyTpf) { in invokeAnalogsAndActions()
324 int hash = JoyAxisTrigger.joyAxisHash(joyId, axis, true); in onJoyAxisEventQueued() local
330 int hash = JoyAxisTrigger.joyAxisHash(joyId, axis, false); in onJoyAxisEventQueued() local
354 int hash = JoyButtonTrigger.joyButtonHash(evt.getJoyIndex(), evt.getButtonIndex()); in onJoyButtonEventQueued() local
402 int hash = MouseButtonTrigger.mouseButtonHash(evt.getButtonIndex()); in onMouseButtonEventQueued() local
[all …]
/external/clang/test/CXX/temp/temp.spec/temp.explicit/
Dp6.cpp17 template<typename T> struct hash { }; struct
32 template<> struct hash<S> { struct
33 int operator()(const S& k) const { in operator ()()
/external/icu/icu4c/source/test/cintltst/
Dchashtst.c104 UHashtable *hash; in TestBasic() local
154 UHashtable *hash; in TestOtherAPI() local
288 UHashtable *hash; in hashIChars() local
336 static void _put(UHashtable* hash, in _put()
355 static void _get(UHashtable* hash, in _get()
372 static void _remove(UHashtable* hash, in _remove()
/external/skia/tests/
DDynamicHashTest.cpp45 Hash hash; in DEF_TEST() local
67 Hash hash; in DEF_TEST() local
79 Hash hash; in DEF_TEST() local
114 Hash hash; in DEF_TEST() local
140 Hash hash; in TestIter() local
193 Hash hash; in TestResetOrRewind() local
/external/fio/
Dfilelock.c19 uint32_t hash; member
119 static struct fio_filelock *fio_hash_find(uint32_t hash) in fio_hash_find()
133 static struct fio_filelock *fio_hash_get(uint32_t hash, int trylock) in fio_hash_get()
171 uint32_t hash; in __fio_lock_file() local
228 uint32_t hash; in fio_unlock_file() local
/external/wpa_supplicant_8/src/eap_common/
Deap_pwd_common.c26 void eap_pwd_h_update(struct crypto_hash *hash, const u8 *data, size_t len) in eap_pwd_h_update()
32 void eap_pwd_h_final(struct crypto_hash *hash, u8 *digest) in eap_pwd_h_final()
43 struct crypto_hash *hash; in eap_pwd_kdf() local
95 struct crypto_hash *hash; in compute_password_element() local
292 struct crypto_hash *hash; in compute_keys() local
/external/guava/guava/src/com/google/common/hash/
DHashCode.java113 public static HashCode fromInt(int hash) { in fromInt()
118 final int hash; field in HashCode.IntHashCode
120 IntHashCode(int hash) { in IntHashCode()
169 public static HashCode fromLong(long hash) { in fromLong()
174 final long hash; field in HashCode.LongHashCode
176 LongHashCode(long hash) { in LongHashCode()
DHashCodes.java43 public static HashCode fromInt(int hash) { in fromInt()
55 public static HashCode fromLong(long hash) { in fromLong()
/external/mesa3d/src/mesa/program/
Dprog_cache.c39 GLuint hash; member
61 GLuint hash = 0, i; in hash_key() local
182 const GLuint hash = hash_key(key, keysize); in _mesa_search_program_cache() local
203 const GLuint hash = hash_key(key, keysize); in _mesa_program_cache_insert() local
231 const GLuint hash = hash_key(key, keysize); in _mesa_shader_cache_insert() local
/external/mesa3d/src/gallium/auxiliary/util/
Du_cache.c51 uint32_t hash; member
68 uint32_t (*hash)(const void *key); member
123 uint32_t hash, in util_cache_entry_get()
186 uint32_t hash = cache->hash(key); in util_cache_set() local
221 uint32_t hash = cache->hash(key); in util_cache_get() local
292 uint32_t hash; in util_cache_remove() local
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DExtendedType.java32 private int hash; field in ExtendedType
59 public ExtendedType (int nodetype, String namespace, String localName, int hash) in ExtendedType()
85 protected void redefine(int nodetype, String namespace, String localName, int hash) in redefine()
/external/guava/guava/src/com/google/common/collect/
DMapMakerInternalMap.java355 Segment<K, V> segment, K key, int hash, @Nullable ReferenceEntry<K, V> next) { in newEntry()
362 Segment<K, V> segment, K key, int hash, @Nullable ReferenceEntry<K, V> next) { in newEntry()
377 Segment<K, V> segment, K key, int hash, @Nullable ReferenceEntry<K, V> next) { in newEntry()
392 Segment<K, V> segment, K key, int hash, @Nullable ReferenceEntry<K, V> next) { in newEntry()
409 Segment<K, V> segment, K key, int hash, @Nullable ReferenceEntry<K, V> next) { in newEntry()
416 Segment<K, V> segment, K key, int hash, @Nullable ReferenceEntry<K, V> next) { in newEntry()
431 Segment<K, V> segment, K key, int hash, @Nullable ReferenceEntry<K, V> next) { in newEntry()
446 Segment<K, V> segment, K key, int hash, @Nullable ReferenceEntry<K, V> next) { in newEntry()
491 Segment<K, V> segment, K key, int hash, @Nullable ReferenceEntry<K, V> next); in newEntry()
917 StrongEntry(K key, int hash, @Nullable ReferenceEntry<K, V> next) { in StrongEntry()
[all …]
/external/guava/guava/src/com/google/common/cache/
DLocalCache.java449 Segment<K, V> segment, K key, int hash, @Nullable ReferenceEntry<K, V> next) { in newEntry()
456 Segment<K, V> segment, K key, int hash, @Nullable ReferenceEntry<K, V> next) { in newEntry()
471 Segment<K, V> segment, K key, int hash, @Nullable ReferenceEntry<K, V> next) { in newEntry()
486 Segment<K, V> segment, K key, int hash, @Nullable ReferenceEntry<K, V> next) { in newEntry()
503 Segment<K, V> segment, K key, int hash, @Nullable ReferenceEntry<K, V> next) { in newEntry()
510 Segment<K, V> segment, K key, int hash, @Nullable ReferenceEntry<K, V> next) { in newEntry()
525 Segment<K, V> segment, K key, int hash, @Nullable ReferenceEntry<K, V> next) { in newEntry()
540 Segment<K, V> segment, K key, int hash, @Nullable ReferenceEntry<K, V> next) { in newEntry()
586 Segment<K, V> segment, K key, int hash, @Nullable ReferenceEntry<K, V> next); in newEntry()
1070 StrongEntry(K key, int hash, @Nullable ReferenceEntry<K, V> next) { in StrongEntry()
[all …]
/external/libcxx/test/std/containers/unord/unord.map/
Dcompare.pass.cpp29 struct hash<Key> struct
31 size_t operator()(Key const &) const {return 0;} in operator ()()
/external/valgrind/callgrind/
Dcontext.c135 UWord hash = 0; in cxt_hash_val() local
147 static Bool is_cxt(UWord hash, fn_node** fn, Context* cxt) in is_cxt()
172 UWord hash; in new_cxt() local
232 UWord hash; in CLG_() local
/external/skia/src/core/
DSkChecksum.h47 static uint32_t Mix(uint32_t hash) { in Mix()
62 static uint32_t CheapMix(uint32_t hash) { in CheapMix()
88 uint32_t hash = seed; variable
/external/ipsec-tools/src/racoon/
Disakmp_quick.c153 vchar_t *hash = NULL; local
319 struct isakmp_pl_hash *hash = NULL; local
558 vchar_t *hash = NULL; local
698 struct isakmp_pl_hash *hash = NULL; local
843 struct isakmp_pl_hash *hash = NULL; local
1187 vchar_t *hash = NULL; local
1390 struct isakmp_pl_hash *hash = NULL; local
1735 quick_ir1mx(iph2, body, hash) in quick_ir1mx() argument
/external/guava/guava-tests/benchmark/com/google/common/hash/
DMessageDigestAlgorithmBenchmark.java49 @Override public byte[] hash(Algorithm algorithm, byte[] input) { in MESSAGE_DIGEST_API() method
56 @Override public byte[] hash(Algorithm algorithm, byte[] input) { in HASH_FUNCTION_API() method
60 public abstract byte[] hash(Algorithm algorithm, byte[] input); in hash() method in MessageDigestAlgorithmBenchmark.HashMethod
/external/doclava/res/assets/templates/assets/
Djquery-history.js17 setHash: function(hash) { argument
39 add: function(hash) { argument

12345678910>>...19