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

  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/content/
probability_dict_content.h 45 mSize(getBuffer()->getTailPosition() / getEntrySize()) {}
62 int getEntrySize() const;
probability_dict_content.cpp 77 writingPos += getEntrySize();
116 int ProbabilityDictContent::getEntrySize() const {
130 return terminalId * getEntrySize();
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsGOT.h 90 virtual size_t getEntrySize() const = 0;
210 virtual size_t getEntrySize() const;
228 virtual size_t getEntrySize() const;
MipsGOT.cpp 178 return gotCount * getEntrySize() > MipsGOTSize;
307 return addr() + gotSize * getEntrySize() + MipsGOTGpOffset;
395 size_t Mips32GOT::getEntrySize() const {
430 size_t Mips64GOT::getEntrySize() const {
  /external/llvm/include/llvm/CodeGen/
MachineJumpTableInfo.h 86 /// getEntrySize - Return the size of each entry in the jump table.
87 unsigned getEntrySize(const DataLayout &TD) const;
  /external/llvm/include/llvm/MC/
MCSectionELF.h 75 unsigned getEntrySize() const { return EntrySize; }
  /frameworks/base/services/tests/servicestests/src/com/android/server/
DropBoxTest.java 375 assertEquals(blockSize - overhead, getEntrySize(e0));
376 assertEquals(blockSize - overhead, getEntrySize(e1));
383 assertEquals(-1, getEntrySize(e2)); // Tombstone
384 assertEquals(blockSize - overhead, getEntrySize(e3));
385 assertEquals(blockSize * 2 - overhead, getEntrySize(e4));
386 assertEquals(blockSize - overhead, getEntrySize(e5));
387 assertEquals(-1, getEntrySize(e6));
392 assertEquals(-1, getEntrySize(e7)); // Tombstone
393 assertEquals(blockSize - overhead, getEntrySize(e8));
394 assertEquals(blockSize - overhead, getEntrySize(e9))
    [all...]
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
FatType.java 167 float getEntrySize() {
Fat.java 135 fatType.getEntrySize())];
  /external/llvm/lib/CodeGen/
MachineFunction.cpp 711 /// getEntrySize - Return the size of each entry in the jump table.
712 unsigned MachineJumpTableInfo::getEntrySize(const DataLayout &TD) const {
    [all...]
  /prebuilts/devtools/tools/lib/
fat32lib.jar 
commons-compress-1.8.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/fat32lib/unspecified/
fat32lib-unspecified.jar 
  /external/llvm/lib/MC/
ELFObjectWriter.cpp     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp     [all...]
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.8.1/
commons-compress-1.8.1.jar 
  /prebuilts/tools/common/offline-m2/org/apache/commons/commons-compress/1.8.1/
commons-compress-1.8.1.jar 

Completed in 471 milliseconds