Searched refs:curEntry (Results 1 – 4 of 4) sorted by relevance
120 for (IndexListEntry *curEntry = front(); curEntry != getTail(); in renumberIndexes() local121 curEntry = curEntry->getNext()) { in renumberIndexes()122 curEntry->setIndex(index); in renumberIndexes()129 void SlotIndexes::renumberIndexes(IndexListEntry *curEntry) { in renumberIndexes() argument134 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()
108 StackEntry& curEntry = itemListStack.back(); in extractShaderPrograms() local110 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()
250 theme_entry curEntry = curEntries[e]; in applyStyle() local261 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()
2868 int curEntry = 0; in getBagLocked() local2876 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 …]