Home
last modified time | relevance | path

Searched refs:PHASH_TABLE_DEFAULT_CAPACITY (Results 1 – 2 of 2) sorted by relevance

/external/srec/portable/include/
Dphashtable.h32 #define PHASH_TABLE_DEFAULT_CAPACITY 11 macro
/external/srec/portable/src/
Dphashtable.c91 tmp->args.capacity = PHASH_TABLE_DEFAULT_CAPACITY; in PHashTableCreate()