Searched defs:entryIndex (Results 1 - 4 of 4) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
H A Dtrie_map.cpp156 const int entryIndex = state.mTableIndex + state.mCurrentIndex; local
158 const Entry entry = readEntry(entryIndex);
257 const int entryIndex = bitmapEntry.getTableIndex() + popCount(bitmapEntry.getBitmap(), label); local
258 const Entry entry = readEntry(entryIndex);
268 return entryIndex;
320 const int entryIndex = mapIndex + popCount(bitmap, label); local
321 const Entry entry = readEntry(entryIndex);
324 return putInternal(key, value, hashedKey, entryIndex, entry, level + 1);
328 return writeTerminalEntry(key, value, entryIndex);
332 return updateValue(entry, value, entryIndex);
434 const int entryIndex = bitmapEntry.getTableIndex() + i; local
[all...]
H A Dtrie_map.h319 AK_FORCE_INLINE const Entry readEntry(const int entryIndex) const {
320 return Entry(readField0(entryIndex), readField1(entryIndex));
351 AK_FORCE_INLINE uint32_t readField0(const int entryIndex) const {
352 return mBuffer.readUint(FIELD0_SIZE, ROOT_BITMAP_ENTRY_POS + entryIndex * ENTRY_SIZE);
355 AK_FORCE_INLINE uint32_t readField1(const int entryIndex) const {
357 ROOT_BITMAP_ENTRY_POS + entryIndex * ENTRY_SIZE + FIELD0_SIZE);
368 AK_FORCE_INLINE bool writeField0(const uint32_t data, const int entryIndex) { argument
370 ROOT_BITMAP_ENTRY_POS + entryIndex * ENTRY_SIZE);
373 AK_FORCE_INLINE bool writeField1(const uint32_t data, const int entryIndex) { argument
378 writeEntry(const Entry &entry, const int entryIndex) argument
382 writeTerminalEntry(const uint32_t key, const uint64_t value, const int entryIndex) argument
[all...]
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...
/packages/services/Telecomm/libs/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/util/ ...

Completed in 425 milliseconds