Searched defs:entrySize (Results 1 - 12 of 12) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/MC/
H A DMCSectionELF.h48 SectionKind K, unsigned entrySize, const MCSymbol *group)
50 EntrySize(entrySize), Group(group) {}
47 MCSectionELF(StringRef Section, unsigned type, unsigned flags, SectionKind K, unsigned entrySize, const MCSymbol *group) argument
/external/llvm/include/llvm/MC/
H A DMCSectionELF.h56 unsigned entrySize, const MCSymbolELF *group, unsigned UniqueID,
59 Flags(flags), UniqueID(UniqueID), EntrySize(entrySize), Group(group),
55 MCSectionELF(StringRef Section, unsigned type, unsigned flags, SectionKind K, unsigned entrySize, const MCSymbolELF *group, unsigned UniqueID, MCSymbol *Begin, const MCSectionELF *Associated) argument
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/
H A DOatFile.java271 final int entrySize;
275 entrySize = readUshort(58);
279 entrySize = readUshort(46);
283 if (offset + (entrySize * entryCount) > buf.length) {
293 return new SectionHeader64Bit(offset + (index * entrySize));
295 return new SectionHeader32Bit(offset + (index * entrySize));
364 private final int entrySize; field in class:OatFile.SymbolTable
373 this.entrySize = header.getEntrySize();
374 this.entryCount = header.getSize() / entrySize;
376 if (offset + entryCount * entrySize > bu
[all...]
/external/tpm2/
H A DNV.c316 UINT32 entrySize; local
323 entrySize = next - entryAddr;
339 _plat__NvMemoryMove(next, next - entrySize, size);
341 newAddr = oldAddr - entrySize;
342 _plat__NvMemoryWrite(next - entrySize, sizeof(UINT32), &newAddr);
346 _plat__NvMemoryWrite(next - entrySize, sizeof(UINT32), &listEnd);
1541 UINT16 entrySize; // size of entry
1542 entrySize = sizeof(TPM_HANDLE) + sizeof(NV_INDEX) + publicArea->dataSize;
1547 if(!NvTestSpace(entrySize, TRUE)) return TPM_RC_NV_SPACE;
1561 NvAdd(entrySize, sizeo
1539 UINT16 entrySize; // size of entry local
1630 UINT16 entrySize; // size of entry local
[all...]
/external/freetype/src/truetype/
H A Dttgxvar.c622 FT_UInt entrySize; local
641 entrySize = ( ( format & 0x0030 ) >> 4 ) + 1;
658 for ( j = 0; j < entrySize; j++ )
/external/guice/extensions/persist/lib/
H A Dcommons-collections.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt META-INF/NOTICE ...
/external/guice/extensions/struts2/lib/
H A Dant-1.6.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 497 milliseconds