Searched refs:offsetPtr (Results 1 – 4 of 4) sorted by relevance
/external/zstd/lib/compress/ |
D | zstd_lazy.c | 156 size_t* offsetPtr, in ZSTD_DUBT_findBetterDictMatch() argument 198 …h-bestLength)) > (int)(ZSTD_highbit32(curr-matchIndex+1) - ZSTD_highbit32((U32)offsetPtr[0]+1)) ) { in ZSTD_DUBT_findBetterDictMatch() 200 …curr, (U32)bestLength, (U32)matchLength, (U32)*offsetPtr, ZSTD_REP_MOVE + curr - matchIndex, dictM… in ZSTD_DUBT_findBetterDictMatch() 201 bestLength = matchLength, *offsetPtr = ZSTD_REP_MOVE + curr - matchIndex; in ZSTD_DUBT_findBetterDictMatch() 221 U32 const mIndex = curr - ((U32)*offsetPtr - ZSTD_REP_MOVE); (void)mIndex; in ZSTD_DUBT_findBetterDictMatch() 223 curr, (U32)bestLength, (U32)*offsetPtr, mIndex); in ZSTD_DUBT_findBetterDictMatch() 233 size_t* offsetPtr, in ZSTD_DUBT_findBestMatch() argument 330 …gth-bestLength)) > (int)(ZSTD_highbit32(curr-matchIndex+1) - ZSTD_highbit32((U32)offsetPtr[0]+1)) ) in ZSTD_DUBT_findBestMatch() 331 bestLength = matchLength, *offsetPtr = ZSTD_REP_MOVE + curr - matchIndex; in ZSTD_DUBT_findBestMatch() 363 offsetPtr, bestLength, nbCompares, in ZSTD_DUBT_findBestMatch() [all …]
|
/external/skia/src/xps/ |
D | SkXPSDevice.cpp | 377 SK_OT_ULONG* offsetPtr = SkTAfter<SK_OT_ULONG>(ttcfHeader); in subset_typeface() 378 for (int i = 0; i < ttcCount; ++i, ++offsetPtr) { in subset_typeface() 379 *offsetPtr = SkEndian_SwapBE32(SkToU32(extra)); in subset_typeface()
|
/external/skqp/src/xps/ |
D | SkXPSDevice.cpp | 384 SK_OT_ULONG* offsetPtr = SkTAfter<SK_OT_ULONG>(ttcfHeader); in subset_typeface() local 385 for (int i = 0; i < ttcCount; ++i, ++offsetPtr) { in subset_typeface() 386 *offsetPtr = SkEndian_SwapBE32(SkToU32(extra)); in subset_typeface()
|
/external/llvm-project/mlir/lib/Conversion/StandardToLLVM/ |
D | StandardToLLVM.cpp | 2963 Value offsetPtr = rewriter.create<LLVM::GEPOp>( in extractSizeOfUnrankedMemRef() local 2971 Value sizePtr = rewriter.create<LLVM::GEPOp>(loc, indexPtrTy, offsetPtr, in extractSizeOfUnrankedMemRef()
|