Home
last modified time | relevance | path

Searched refs:posRes (Results 1 – 2 of 2) sorted by relevance

/external/lzma/C/
DLzFindMt.c247 …2 *distances, UInt32 _maxLen, const UInt32 *hash, const UInt32 *limit, UInt32 size, UInt32 *posRes) in GetMatchesSpecN() argument
341 *posRes = pos; in GetMatchesSpecN()
402 UInt32 posRes; in BtGetMatches() local
406 size, &posRes) - distances); in BtGetMatches()
407 p->hashBufPos += posRes - pos; in BtGetMatches()
408 cyclicBufferPos += posRes - pos; in BtGetMatches()
409 p->buffer += posRes - pos; in BtGetMatches()
410 pos = posRes; in BtGetMatches()
/external/llvm-project/mlir/lib/Dialect/StandardOps/Transforms/
DExpandOps.cpp137 Value posRes = rewriter.create<AddIOp>(loc, plusOne, xPlusADivB); in matchAndRewrite() local
156 Value res = rewriter.create<SelectOp>(loc, compareRes, posRes, negRes); in matchAndRewrite()
190 Value posRes = rewriter.create<SignedDivIOp>(loc, a, b); in matchAndRewrite() local
205 Value res = rewriter.create<SelectOp>(loc, compareRes, negRes, posRes); in matchAndRewrite()