Searched refs:nextSize (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/mlir/lib/Conversion/StandardToLLVM/ |
D | StandardToLLVM.cpp | 3620 ArrayRef<int64_t> strides, Value nextSize, in getStride() 3625 if (nextSize) in getStride() 3627 ? rewriter.create<LLVM::MulOp>(loc, runningStride, nextSize) in getStride() 3628 : nextSize; in getStride() 3691 Value stride = nullptr, nextSize = nullptr; in matchAndRewrite() local 3698 stride = getStride(rewriter, loc, strides, nextSize, stride, i); in matchAndRewrite() 3700 nextSize = size; in matchAndRewrite()
|
/external/lz4/lib/ |
D | lz4.c | 1465 static void LZ4_renormDictT(LZ4_stream_t_internal* LZ4_dict, int nextSize) in LZ4_renormDictT() argument 1467 assert(nextSize >= 0); in LZ4_renormDictT() 1468 …if (LZ4_dict->currentOffset + (unsigned)nextSize > 0x80000000) { /* potential ptrdiff_t overflow… in LZ4_renormDictT()
|