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

  /external/icu4c/tools/gensprep/
store.c 226 static int32_t U_CALLCONV hashEntry(const UHashTok parm) {
385 hashTable = uhash_open(hashEntry, compareEntries, NULL, status);
  /external/llvm/runtime/libprofile/
PathProfiling.c 130 pathHashEntry_t* hashEntry = hashTable->hashBins[i];
132 while (hashEntry) {
136 pte.pathNumber = hashEntry->pathNumber;
137 pte.pathCounter = hashEntry->pathCount;
144 temp = hashEntry;
145 hashEntry = hashEntry->next;
156 pathHashEntry_t* hashEntry;
163 hashEntry = hashTable->hashBins[index];
165 while (hashEntry) {
    [all...]
  /external/icu4c/common/
usprep.cpp 106 hashEntry(const UHashTok parm) {
213 UHashtable *newCache = uhash_open(hashEntry, compareEntries, NULL, status);
uresbund.c 48 static int32_t U_CALLCONV hashEntry(const UHashTok parm) {
274 UHashtable *newCache = uhash_open(hashEntry, compareEntries, NULL, status);
349 /*hashValue = hashEntry(hashkey);*/
    [all...]

Completed in 102 milliseconds