Home
last modified time | relevance | path

Searched refs:HashEntry (Results 1 – 3 of 3) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DExpandedNameTable.java102 private HashEntry[] m_table;
123 m_table = new HashEntry[m_capacity]; in ExpandedNameTable()
138 m_table[i] = new HashEntry(m_defaultExtendedTypes[i], i, i, null); in initExtendedTypes()
199 for (HashEntry e = m_table[index]; e != null; e = e.next) in getExpandedTypeID()
233 HashEntry entry = new HashEntry(newET, m_nextType, hash, m_table[index]); in getExpandedTypeID()
248 HashEntry[] oldTable = m_table; in rehash()
254 m_table = new HashEntry[newCapacity]; in rehash()
257 for (HashEntry old = oldTable[i]; old != null; ) in rehash()
259 HashEntry e = old; in rehash()
375 private static final class HashEntry class in ExpandedNameTable
[all …]
/external/llvm/test/CodeGen/X86/
Dpr2849.ll7 %struct.HashEntry = type { %struct.BaseBoundPtrs }
12 @hash_table_begin = external global %struct.HashEntry*
16 %tmp = load %struct.HashEntry*, %struct.HashEntry** @hash_table_begin, align 8
25 %tmp4 = getelementptr %struct.HashEntry, %struct.HashEntry* %tmp, i64 %tmp3, i32 0, i32 1
33 %tmp15 = getelementptr %struct.HashEntry, %struct.HashEntry* %tmp, i64 %tmp14, i32 0, i32 1
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
Dpr2849.ll7 %struct.HashEntry = type { %struct.BaseBoundPtrs }
12 @hash_table_begin = external global %struct.HashEntry*
16 %tmp = load %struct.HashEntry** @hash_table_begin, align 8
25 %tmp4 = getelementptr %struct.HashEntry* %tmp, i64 %tmp3, i32 0, i32 1
33 %tmp15 = getelementptr %struct.HashEntry* %tmp, i64 %tmp14, i32 0, i32 1