Home
last modified time | relevance | path

Searched refs:curBlock (Results 1 – 5 of 5) sorted by relevance

/external/deqp/framework/delibs/decpp/
DdeAppendList.hpp176 Block* curBlock = m_first; in ~AppendList() local
178 while (curBlock) in ~AppendList()
180 Block* const delBlock = curBlock; in ~AppendList()
182 curBlock = delBlock->next; in ~AppendList()
200 Block* curBlock = m_first; in clear() local
202 while (curBlock) in clear()
204 Block* const delBlock = curBlock; in clear()
206 curBlock = delBlock->next; in clear()
228 Block* curBlock = m_last; in append() local
237 while (curBlock->blockNdx != blockNdx) in append()
[all …]
/external/pdfium/third_party/bigint/
DBigIntegerUtils.hh64 BigInteger::Blk curBlock = 0; in dataToBigInteger() local
67 curBlock |= (BigInteger::Blk(data[pieceNum]) << (pieceSizeInBits * pieceNumHere)); in dataToBigInteger()
68 blocks[blockNum] = curBlock; in dataToBigInteger()
/external/skia/src/core/
DSkCompressedDataUtils.cpp191 const BC1Block* curBlock = &srcBlocks[y * numXBlocks + x]; in decompress_bc1() local
193 colors[0] = from565(curBlock->fColor0); in decompress_bc1()
194 colors[1] = from565(curBlock->fColor1); in decompress_bc1()
195 if (curBlock->fColor0 <= curBlock->fColor1) { // signal for a transparent block in decompress_bc1()
218 int index = (curBlock->fIndices >> shift) & 0x3; in decompress_bc1()
/external/llvm-project/mlir/lib/Dialect/SPIRV/Serialization/
DDeserializer.cpp486 Block *curBlock = nullptr; member in __anonf1899d380111::Deserializer
1001 curBlock = nullptr; in processFunctionEnd()
1769 if (!curBlock) { in processBranch()
1790 if (!curBlock) { in processBranchConditional()
1839 blockMap[labelID] = curBlock = block; in processLabel()
1845 if (!curBlock) { in processSelectionMerge()
1859 if (!blockMergeInfo.try_emplace(curBlock, loc, selectionControl, mergeBlock) in processSelectionMerge()
1870 if (!curBlock) { in processLoopMerge()
1885 .try_emplace(curBlock, loc, loopControl, mergeBlock, continueBlock) in processLoopMerge()
1896 if (!curBlock) { in processPhi()
[all …]
/external/llvm-project/clang/lib/CodeGen/
DCGExprScalar.cpp2647 llvm::BasicBlock *curBlock = Builder.GetInsertBlock(); in EmitScalarPrePostIncDec() local
2653 atomicPHI->addIncoming(old, curBlock); in EmitScalarPrePostIncDec()
3019 llvm::BasicBlock *curBlock = Builder.GetInsertBlock(); in EmitCompoundAssignLValue() local
3025 atomicPHI->addIncoming(old, curBlock); in EmitCompoundAssignLValue()