Home
last modified time | relevance | path

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

/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DResTable.java530 int bestOffset = ResTable_type.NO_ENTRY;
671 bestOffset = thisOffset;
687 bestOffset += dtohl(bestType.entriesStart);
690 if (bestOffset > (dtohl(bestType.header.size)- ResTable_entry.SIZEOF)) {
692 bestOffset, dtohl(bestType.header.size));
695 if ((bestOffset & 0x3) != 0) {
696 ALOGW("ResTable_entry at 0x%x is not on an integer boundary", bestOffset);
703 bestType.myOffset() + bestOffset);
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp2026 unsigned bestWidth = 0, bestOffset = 0; in SimplifySetCC() local
2041 bestOffset = (origWidth/width - offset - 1) * (width/8); in SimplifySetCC()
2043 bestOffset = (uint64_t)offset * (width/8); in SimplifySetCC()
2057 if (bestOffset != 0) in SimplifySetCC()
2059 DAG.getConstant(bestOffset, PtrType)); in SimplifySetCC()
2060 unsigned NewAlign = MinAlign(Lod->getAlignment(), bestOffset); in SimplifySetCC()
2062 Lod->getPointerInfo().getWithOffset(bestOffset), in SimplifySetCC()
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp1521 unsigned bestWidth = 0, bestOffset = 0; in SimplifySetCC() local
1536 bestOffset = (origWidth/width - offset - 1) * (width/8); in SimplifySetCC()
1538 bestOffset = (uint64_t)offset * (width/8); in SimplifySetCC()
1552 if (bestOffset != 0) in SimplifySetCC()
1554 DAG.getConstant(bestOffset, dl, PtrType)); in SimplifySetCC()
1555 unsigned NewAlign = MinAlign(Lod->getAlignment(), bestOffset); in SimplifySetCC()
1557 Lod->getPointerInfo().getWithOffset(bestOffset), in SimplifySetCC()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp2116 unsigned bestWidth = 0, bestOffset = 0; in SimplifySetCC() local
2131 bestOffset = (uint64_t)offset * (width/8); in SimplifySetCC()
2133 bestOffset = (origWidth/width - offset - 1) * (width/8); in SimplifySetCC()
2147 if (bestOffset != 0) in SimplifySetCC()
2149 DAG.getConstant(bestOffset, dl, PtrType)); in SimplifySetCC()
2150 unsigned NewAlign = MinAlign(Lod->getAlignment(), bestOffset); in SimplifySetCC()
2153 Lod->getPointerInfo().getWithOffset(bestOffset), NewAlign); in SimplifySetCC()