Home
last modified time | relevance | path

Searched refs:curEntry (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DSlotIndexes.cpp120 for (IndexListEntry *curEntry = front(); curEntry != getTail(); in renumberIndexes() local
121 curEntry = curEntry->getNext()) { in renumberIndexes()
122 curEntry->setIndex(index); in renumberIndexes()
129 void SlotIndexes::renumberIndexes(IndexListEntry *curEntry) { in renumberIndexes() argument
134 IndexListEntry *start = curEntry->getPrev(); in renumberIndexes()
138 curEntry->setIndex(index += Space); in renumberIndexes()
139 curEntry = curEntry->getNext(); in renumberIndexes()
141 } while (curEntry != tail && curEntry->getIndex() <= index); in renumberIndexes()
/external/deqp/executor/tools/
DxeExtractShaderPrograms.cpp108 StackEntry& curEntry = itemListStack.back(); in extractShaderPrograms() local
110 if (curEntry.curNdx < curEntry.list->getNumItems()) in extractShaderPrograms()
112 const xe::ri::Item& curItem = curEntry.list->getItem(curEntry.curNdx); in extractShaderPrograms()
113 curEntry.curNdx += 1; in extractShaderPrograms()
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DResTableTheme.java250 theme_entry curEntry = curEntries[e]; in applyStyle() local
261 curEntry.value.dataType); in applyStyle()
263 if (force || (curEntry.value.dataType == TYPE_NULL in applyStyle()
264 && curEntry.value.data != Res_value.DATA_NULL_EMPTY)) { in applyStyle()
265 curEntry.stringBlock = bag_entry.stringBlock; in applyStyle()
266 curEntry.typeSpecFlags |= bagTypeSpecFlags.get(); in applyStyle()
267 curEntry.value = new Res_value(bag_entry.map.value); in applyStyle()
DResTable.java2868 int curEntry = 0; in getBagLocked() local
2876 ALOGI("Now at %s\n", curEntry); in getBagLocked()
2894 (int) curEntry, (int) newName.get()); in getBagLocked()
2901 while ((isInside=(curEntry < set.numAttrs)) in getBagLocked()
2902 && (oldName=entries[curEntry].map.name.ident) < newName.get()) { in getBagLocked()
2905 curEntry, entries[curEntry].map.name.ident); in getBagLocked()
2907 curEntry++; in getBagLocked()
2931 System.arraycopy(entries, curEntry, entries, curEntry + 1, set.numAttrs - curEntry); in getBagLocked()
2932 entries[curEntry] = null; in getBagLocked()
2936 ALOGI("#0x%x: Inserting new attribute: 0x%08x\n", curEntry, newName.get()); in getBagLocked()
[all …]