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

  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/utils/
trie_map.cpp 218 int TrieMap::getTerminalEntryIndex(const uint32_t key, const uint32_t hashedKey,
220 const int label = getLabel(hashedKey, level);
228 return getTerminalEntryIndex(key, hashedKey, entry, level + 1);
241 * @param hashedKey the hashed key.
247 const TrieMap::Result TrieMap::getInternal(const uint32_t key, const uint32_t hashedKey,
249 const int terminalEntryIndex = getTerminalEntryIndex(key, hashedKey,
269 * @param hashedKey the hashed key.
275 bool TrieMap::putInternal(const uint32_t key, const uint64_t value, const uint32_t hashedKey,
277 const int label = getLabel(hashedKey, level);
288 return putInternal(key, value, hashedKey, entryIndex, entry, level + 1)
    [all...]
trie_map.h 291 int getTerminalEntryIndex(const uint32_t key, const uint32_t hashedKey,
293 const Result getInternal(const uint32_t key, const uint32_t hashedKey,
295 bool putInternal(const uint32_t key, const uint64_t value, const uint32_t hashedKey,
298 const uint32_t hashedKey, const Entry &conflictedEntry, const int conflictedEntryIndex,
334 AK_FORCE_INLINE int getLabel(const uint32_t hashedKey, const int level) const {
335 return (hashedKey >> (level * NUM_OF_BITS_USED_FOR_ONE_LEVEL)) & LABEL_MASK;
  /external/chromium_org/third_party/jsoncpp/overrides/include/json/
value.h 732 HashKey hashedKey );
    [all...]
  /external/jsoncpp/chromium-overrides/include/json/
value.h 732 HashKey hashedKey );
    [all...]
  /external/jsoncpp/include/json/
value.h 732 HashKey hashedKey );
    [all...]
  /frameworks/base/services/core/java/com/android/server/
MountService.java     [all...]

Completed in 238 milliseconds