Searched refs:tableIndex (Results 1 - 4 of 4) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
H A Dtrie_map.cpp222 bool TrieMap::freeTable(const int tableIndex, const int entryCount) { argument
223 if (!writeField0(readEmptyTableLink(entryCount), tableIndex)) {
226 return writeEmptyTableLink(tableIndex, entryCount);
234 const int tableIndex = readEmptyTableLink(entryCount); local
235 if (tableIndex > 0) {
236 if (!writeEmptyTableLink(readField0(tableIndex), entryCount)) {
240 return tableIndex;
399 const int tableIndex, const uint32_t bitmap, const int bitmapEntryIndex, const int label) {
409 if (!copyEntry(tableIndex + i, newTableIndex + i + (i >= newEntryIndexInTable ? 1 : 0))) {
422 return freeTable(tableIndex, entryCoun
398 addNewEntryByExpandingTable(const uint32_t key, const uint64_t value, const int tableIndex, const uint32_t bitmap, const int bitmapEntryIndex, const int label) argument
[all...]
H A Dtrie_map.h57 TableIterationState(const int tableSize, const int tableIndex) argument
58 : mTableSize(tableSize), mTableIndex(tableIndex), mCurrentIndex(0) {}
302 bool freeTable(const int tableIndex, const int entryCount);
314 const int tableIndex, const uint32_t bitmap, const int bitmapEntryIndex,
364 AK_FORCE_INLINE bool writeEmptyTableLink(const int tableIndex, const int entryCount) { argument
365 return mBuffer.writeUint(tableIndex, FIELD1_SIZE, (entryCount - 1) * FIELD1_SIZE);
/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 47 milliseconds