/frameworks/rs/cpu_ref/linkloader/include/impl/ |
ELFSectionRelTable.hxx | 66 size_t size = sh->getSize() / sh->getEntrySize(); 70 rsl_assert(sh->getEntrySize() == TypeTraits<ELFRelocRelTy>::size); 76 rsl_assert(sh->getEntrySize() == TypeTraits<ELFRelocRelaTy>::size);
|
ELFSectionSymTab.hxx | 95 rsl_assert(sh->getEntrySize() == TypeTraits<ELFSymbolTy>::size); 101 size_t size = sh->getSize() / sh->getEntrySize();
|
ELFSectionHeader.hxx | 95 PRINT_LINT("Entry Size", concrete()->getEntrySize());
|
/frameworks/rs/cpu_ref/linkloader/include/ |
ELFSectionHeader.h | 152 word_t getEntrySize() const { 203 xword_t 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 | 69 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/ExecutionEngine/JIT/ |
JITEmitter.cpp | [all...] |
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
ARMELFStreamer.cpp | 255 FnSection.getEntrySize(), Group->getName());
|
/external/llvm/lib/CodeGen/ |
MachineFunction.cpp | 690 /// getEntrySize - Return the size of each entry in the jump table. 691 unsigned MachineJumpTableInfo::getEntrySize(const DataLayout &TD) const { [all...] |
/prebuilts/devtools/tools/lib/ |
fat32lib.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...] |