Home
last modified time | relevance | path

Searched refs:compFunction (Results 1 – 5 of 5) sorted by relevance

/external/srec/portable/src/
Dphashtable.c94 tmp->args.compFunction = PHASH_TABLE_DEFAULT_COMP_FUNCTION; in PHashTableCreate()
103 if (tmp->args.compFunction == PHASH_TABLE_DEFAULT_COMP_FUNCTION) in PHashTableCreate()
104 tmp->args.compFunction = LSTRCMP; in PHashTableCreate()
180 if (entry->hashCode == hashCode && table->args.compFunction(key, entry->key) == 0) in getEntry()
/external/srec/portable/include/
Dphashtable.h116 PHashCompFunction compFunction; member
/external/srec/shared/src/
DHashMapImpl.c75 hashArgs.compFunction = PHASH_TABLE_DEFAULT_COMP_FUNCTION; in HashMapCreateBins()
/external/srec/seti/sltsEngine/src/
Drun_seq_lts.c149 hashArgs.compFunction = HashCmpWord; // PHASH_TABLE_DEFAULT_COMP_FUNCTION; in my_PHashTableCreate_FromStrings()
/external/srec/srec/crec/
Dsrec_context.c353 hashArgs.compFunction = HashCmpWord; // PHASH_TABLE_DEFAULT_COMP_FUNCTION; in wordmap_create()
2858 hashArgs.compFunction = HashCmpWord; //PHASH_TABLE_DEFAULT_COMP_FUNCTION; in deserializeWordMapV2()