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

  /packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
trie_map.cpp 251 int TrieMap::getTerminalEntryIndex(const uint32_t key, const uint32_t hashedKey,
253 const int label = getLabel(hashedKey, level);
261 return getTerminalEntryIndex(key, hashedKey, entry, level + 1);
277 * @param hashedKey the hashed key.
283 const TrieMap::Result TrieMap::getInternal(const uint32_t key, const uint32_t hashedKey,
285 const int terminalEntryIndex = getTerminalEntryIndex(key, hashedKey,
305 * @param hashedKey the hashed key.
311 bool TrieMap::putInternal(const uint32_t key, const uint64_t value, const uint32_t hashedKey,
313 const int label = getLabel(hashedKey, level);
324 return putInternal(key, value, hashedKey, entryIndex, entry, level + 1)
    [all...]
trie_map.h 304 int getTerminalEntryIndex(const uint32_t key, const uint32_t hashedKey,
306 const Result getInternal(const uint32_t key, const uint32_t hashedKey,
308 bool putInternal(const uint32_t key, const uint64_t value, const uint32_t hashedKey,
311 const uint32_t hashedKey, const Entry &conflictedEntry, const int conflictedEntryIndex,
347 AK_FORCE_INLINE int getLabel(const uint32_t hashedKey, const int level) const {
348 return (hashedKey >> (level * NUM_OF_BITS_USED_FOR_ONE_LEVEL)) & LABEL_MASK;
  /external/jsoncpp/include/json/
value.h 718 Value& unsafeAdd(const char* key, bool isStatic, HashKey hashedKey);
  /frameworks/base/services/core/java/com/android/server/
StorageManagerService.java     [all...]

Completed in 150 milliseconds