OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getBitShuffledKey
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
trie_map.cpp
71
unsignedKey,
getBitShuffledKey
(unsignedKey), bitmapEntry, 0 /* level */);
99
return getInternal(unsignedKey,
getBitShuffledKey
(unsignedKey), bitmapEntryIndex,
108
return putInternal(unsignedKey, value,
getBitShuffledKey
(unsignedKey), bitmapEntryIndex,
120
unsignedKey,
getBitShuffledKey
(unsignedKey), bitmapEntry, 0 /* level */);
184
uint32_t TrieMap::
getBitShuffledKey
(const uint32_t key) const {
353
getLabel(
getBitShuffledKey
(conflictedEntry.getKey()), level + 1);
trie_map.h
298
uint32_t
getBitShuffledKey
(const uint32_t key) const;
Completed in 64 milliseconds