Searched refs:entrySize (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/contrib/llvm/include/llvm/MC/
H A DMCSectionELF.h51 SectionKind K, unsigned entrySize, const MCSymbol *group)
53 EntrySize(entrySize), Group(group) {}
50 MCSectionELF(StringRef Section, unsigned type, unsigned flags, SectionKind K, unsigned entrySize, const MCSymbol *group) argument
/freebsd-10.3-release/sys/arm/xscale/ixp425/
H A Dixp425_qmgr.c935 toAqmEntrySize(int entrySize) argument
937 /* entrySize 1("00"),2("01"),4("10") */
938 return log2(entrySize);

Completed in 132 milliseconds