OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:compFunction
(Results
1 - 5
of
5
) sorted by null
/external/srec/portable/include/
phashtable.h
116
PHashCompFunction
compFunction
;
/external/srec/portable/src/
phashtable.c
94
tmp->args.
compFunction
= PHASH_TABLE_DEFAULT_COMP_FUNCTION;
103
if (tmp->args.
compFunction
== PHASH_TABLE_DEFAULT_COMP_FUNCTION)
104
tmp->args.
compFunction
= LSTRCMP;
180
if (entry->hashCode == hashCode && table->args.
compFunction
(key, entry->key) == 0)
/external/srec/shared/src/
HashMapImpl.c
75
hashArgs.
compFunction
= PHASH_TABLE_DEFAULT_COMP_FUNCTION;
/external/srec/seti/sltsEngine/src/
run_seq_lts.c
149
hashArgs.
compFunction
= HashCmpWord; // PHASH_TABLE_DEFAULT_COMP_FUNCTION;
[
all
...]
/external/srec/srec/crec/
srec_context.c
353
hashArgs.
compFunction
= HashCmpWord; // PHASH_TABLE_DEFAULT_COMP_FUNCTION;
[
all
...]
Completed in 94 milliseconds