OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:hashfunction
(Results
1 - 7
of
7
) sorted by null
/external/clang/test/Rewriter/
rewrite-protocol-type-1.m
26
@property int (*
hashFunction
)(const void *item, int (*size)(const void *item));
/sdk/emulator/qtools/
hash_table.h
30
uint32_t
HashFunction
(const char *key);
84
uint32_t HashTable<T>::
HashFunction
(const char *key)
100
int pos =
HashFunction
(key) & mask_;
129
int pos =
HashFunction
(key) & mask_;
153
int pos =
HashFunction
(key) & mask_;
/external/srec/portable/src/
phashtable.c
93
tmp->args.
hashFunction
= PHASH_TABLE_DEFAULT_HASH_FUNCTION;
100
if (tmp->args.
hashFunction
== PHASH_TABLE_DEFAULT_HASH_FUNCTION)
101
tmp->args.
hashFunction
= hashString;
217
hashCode = table->args.
hashFunction
(key);
264
hashCode = table->args.
hashFunction
(key);
348
hashCode = table->args.
hashFunction
(key);
437
hashCode = table->args.
hashFunction
(key);
/external/srec/shared/src/
HashMapImpl.c
74
hashArgs.
hashFunction
= PHASH_TABLE_DEFAULT_HASH_FUNCTION;
/external/srec/portable/include/
phashtable.h
111
PHashFunction
hashFunction
;
/external/srec/seti/sltsEngine/src/
run_seq_lts.c
150
hashArgs.
hashFunction
= HashGetCode; // PHASH_TABLE_DEFAULT_HASH_FUNCTION;
[
all
...]
/external/srec/srec/crec/
srec_context.c
354
hashArgs.
hashFunction
= HashGetCode; // PHASH_TABLE_DEFAULT_HASH_FUNCTION;
[
all
...]
Completed in 1690 milliseconds