Searched refs:cmpFunc (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/external/recovery/minzip/ |
| H A D | Hash.c | 181 HashCompareFunc cmpFunc, bool doAdd) in mzHashTableLookup() argument 197 (*cmpFunc)(pEntry->data, item) == 0) { in mzHashTableLookup() 315 HashCompareFunc cmpFunc) in countProbes() argument 331 (*cmpFunc)(pEntry->data, item) == 0) { in countProbes() 360 HashCompareFunc cmpFunc) in mzHashTableProbeCount() argument 373 count = countProbes(pHashTable, (*calcFunc)(data), data, cmpFunc); in mzHashTableProbeCount()
|
| H A D | Hash.h | 122 HashCompareFunc cmpFunc, bool doAdd); 189 HashCompareFunc cmpFunc);
|
| /OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/minzip/ |
| H A D | Hash.c | 180 HashCompareFunc cmpFunc, bool doAdd) in mzHashTableLookup() argument 196 (*cmpFunc)(pEntry->data, item) == 0) in mzHashTableLookup() 316 HashCompareFunc cmpFunc) in countProbes() argument 332 (*cmpFunc)(pEntry->data, item) == 0) in countProbes() 362 HashCompareFunc cmpFunc) in mzHashTableProbeCount() argument 376 count = countProbes(pHashTable, (*calcFunc)(data), data, cmpFunc); in mzHashTableProbeCount()
|
| H A D | Hash.h | 121 HashCompareFunc cmpFunc, bool doAdd); 184 HashCompareFunc cmpFunc);
|