HomeSort by relevance Sort by last modified time
    Searched refs:HashCalcFunc (Results 1 - 4 of 4) sorted by null

  /bootable/recovery/minzip/
Hash.h 182 typedef unsigned int (*HashCalcFunc)(const void* item);
183 void mzHashTableProbeCount(HashTable* pHashTable, HashCalcFunc calcFunc,
Hash.c 361 void mzHashTableProbeCount(HashTable* pHashTable, HashCalcFunc calcFunc,
  /dalvik/vm/
Hash.h 217 typedef u4 (*HashCalcFunc)(const void* item);
218 void dvmHashTableProbeCount(HashTable* pHashTable, HashCalcFunc calcFunc,
Hash.cpp 392 void dvmHashTableProbeCount(HashTable* pHashTable, HashCalcFunc calcFunc,

Completed in 33 milliseconds