Home
last modified time | relevance | path

Searched refs:Cctx (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DCompression.cpp171 ZSTD_CCtx *Cctx = ZSTD_createCCtx(); in compress() local
172 if (!Cctx) in compress()
176 Cctx, ZSTD_c_enableLongDistanceMatching, EnableLdm ? 1 : 0))) { in compress()
177 ZSTD_freeCCtx(Cctx); in compress()
182 ZSTD_CCtx_setParameter(Cctx, ZSTD_c_compressionLevel, Level))) { in compress()
183 ZSTD_freeCCtx(Cctx); in compress()
191 ZSTD_compress2(Cctx, CompressedBuffer.data(), CompressedBufferSize, in compress()
194 ZSTD_freeCCtx(Cctx); in compress()
/freebsd/crypto/openssl/crypto/sha/asm/
H A Dsha1-sparcv9a.pl75 $Cctx="%o2";
436 ld [$ctx+8],$Cctx
485 mov $Cctx,$C
511 add $C,$Cctx,$Cctx
518 mov $Cctx,$C
533 add $C,$Cctx,$Cctx
539 st $Cctx,[$ctx+8]
H A Dsha1-c64xplus.pl43 ($Actx,$Bctx,$Cctx,$Dctx,$Ectx) = map("A$_",(3,6..9)); # zaps $NUM
96 || MV $C,$Cctx
315 || ADD $Cctx,$C,$C ; C+=Cctx
H A Dsha256-c64xplus.pl34 ($A,$Actx,$B,$Bctx,$C,$Cctx,$D,$Dctx,$T2,$S0,$s1,$t0a,$t1a,$t2a,$X9,$X14)
113 MV $C,$Cctx
268 || ADD $Cctx,$C,$C