Home
last modified time | relevance | path

Searched refs:dstBlock (Results 1 – 7 of 7) sorted by relevance

/external/deqp/framework/opengl/
DgluShaderLibrary.cpp993 vector<Value>* dstBlock = DE_NULL; in parseValue() local
999 dstBlock = &valueBlock.uniforms; in parseValue()
1001 dstBlock = &valueBlock.inputs; in parseValue()
1003 dstBlock = &valueBlock.outputs; in parseValue()
1033 dstBlock->push_back(value); in parseValue()
1045 parseValueElement(basicType, dstBlock->back()); in parseValue()
1063 parseValueElement(basicType, dstBlock->back()); in parseValue()
/external/lz4/tests/
Dfuzzer.c1212 void* const dstBlock = malloc(targetSize+1); in FUZ_unitTests() local
1216 assert(block != NULL); assert(dstBlock != NULL); in FUZ_unitTests()
1218 ((char*)dstBlock)[targetSize] = sentinel; in FUZ_unitTests()
1224 …result = LZ4_compress_HC_destSize(&sHC, (const char*)block, (char*)dstBlock, &srcSize, (int)target… in FUZ_unitTests()
1227 FUZ_CHECKTEST(((char*)dstBlock)[targetSize] != sentinel, "LZ4_compress_HC_destSize()") in FUZ_unitTests()
1231 free(dstBlock); in FUZ_unitTests()
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
DBlockRealMatrix.java821 final double[] dstBlock, final int dstWidth, in copyBlockPart() argument
827 System.arraycopy(srcBlock, srcPos, dstBlock, dstPos, length); in copyBlockPart()
DBlockFieldMatrix.java795 final T[] dstBlock, final int dstWidth, in copyBlockPart() argument
801 System.arraycopy(srcBlock, srcPos, dstBlock, dstPos, length); in copyBlockPart()
/external/llvm-project/clang/lib/Analysis/
DUninitializedValues.cpp148 Value getValue(const CFGBlock *block, const CFGBlock *dstBlock, in getValue() argument
/external/clang/lib/Analysis/
DUninitializedValues.cpp134 Value getValue(const CFGBlock *block, const CFGBlock *dstBlock, in getValue() argument
/external/llvm-project/mlir/lib/Dialect/SPIRV/
DSPIRVOps.cpp2277 static inline bool hasOneBranchOpTo(Block &srcBlock, Block &dstBlock) { in hasOneBranchOpTo() argument
2283 return branchOp && branchOp.getSuccessor() == &dstBlock; in hasOneBranchOpTo()