Home
last modified time | relevance | path

Searched refs:hashFunction (Results 1 – 6 of 6) sorted by relevance

/external/srec/portable/src/
Dphashtable.c93 tmp->args.hashFunction = PHASH_TABLE_DEFAULT_HASH_FUNCTION; in PHashTableCreate()
100 if (tmp->args.hashFunction == PHASH_TABLE_DEFAULT_HASH_FUNCTION) in PHashTableCreate()
101 tmp->args.hashFunction = hashString; in PHashTableCreate()
217 hashCode = table->args.hashFunction(key); in PHashTableGetValue()
264 hashCode = table->args.hashFunction(key); in PHashTableGetEntry()
348 hashCode = table->args.hashFunction(key); in PHashTablePutValue()
437 hashCode = table->args.hashFunction(key); in PHashTableRemoveValue()
/external/clang/test/Rewriter/
Drewrite-protocol-type-1.m26 @property int (*hashFunction)(const void *item, int (*size)(const void *item));
/external/srec/portable/include/
Dphashtable.h111 PHashFunction hashFunction; member
/external/srec/shared/src/
DHashMapImpl.c74 hashArgs.hashFunction = PHASH_TABLE_DEFAULT_HASH_FUNCTION; in HashMapCreateBins()
/external/srec/seti/sltsEngine/src/
Drun_seq_lts.c150 hashArgs.hashFunction = HashGetCode; // PHASH_TABLE_DEFAULT_HASH_FUNCTION; in my_PHashTableCreate_FromStrings()
/external/srec/srec/crec/
Dsrec_context.c354 hashArgs.hashFunction = HashGetCode; // PHASH_TABLE_DEFAULT_HASH_FUNCTION; in wordmap_create()
2859 hashArgs.hashFunction = HashGetCode; //PHASH_TABLE_DEFAULT_HASH_FUNCTION; in deserializeWordMapV2()