Home
last modified time | relevance | path

Searched refs:FlushOp (Results 1 – 25 of 48) sorted by relevance

12

/dports/devel/folly/folly-2021.12.27.00/folly/compression/
H A DZstd.cpp54 ZSTD_EndDirective zstdTranslateFlush(StreamCodec::FlushOp flush) { in zstdTranslateFlush()
56 case StreamCodec::FlushOp::NONE: in zstdTranslateFlush()
58 case StreamCodec::FlushOp::FLUSH: in zstdTranslateFlush()
60 case StreamCodec::FlushOp::END: in zstdTranslateFlush()
85 StreamCodec::FlushOp flushOp) override;
89 StreamCodec::FlushOp flushOp) override;
160 ByteRange& input, MutableByteRange& output, StreamCodec::FlushOp flushOp) { in doCompressStream()
173 case StreamCodec::FlushOp::NONE: in doCompressStream()
175 case StreamCodec::FlushOp::FLUSH: in doCompressStream()
177 case StreamCodec::FlushOp::END: in doCompressStream()
[all …]
H A DZlib.cpp96 StreamCodec::FlushOp flush) override;
100 StreamCodec::FlushOp flush) override;
311 int zlibTranslateFlush(StreamCodec::FlushOp flush) { in zlibTranslateFlush()
313 case StreamCodec::FlushOp::NONE: in zlibTranslateFlush()
315 case StreamCodec::FlushOp::FLUSH: in zlibTranslateFlush()
317 case StreamCodec::FlushOp::END: in zlibTranslateFlush()
336 ByteRange& input, MutableByteRange& output, StreamCodec::FlushOp flush) { in doCompressStream()
357 case StreamCodec::FlushOp::NONE: in doCompressStream()
359 case StreamCodec::FlushOp::FLUSH: in doCompressStream()
361 case StreamCodec::FlushOp::END: in doCompressStream()
[all …]
H A DCompression.h312 enum class FlushOp { NONE, FLUSH, END }; enum
349 FlushOp flushOp = StreamCodec::FlushOp::NONE);
390 FlushOp flushOp = StreamCodec::FlushOp::NONE);
418 FlushOp flushOp) = 0;
422 FlushOp flushOp) = 0;
H A DCompression.cpp252 case StreamCodec::FlushOp::NONE: in compressStream()
258 case StreamCodec::FlushOp::FLUSH: in compressStream()
264 case StreamCodec::FlushOp::END: in compressStream()
352 StreamCodec::FlushOp flushOp = StreamCodec::FlushOp::NONE; in doCompress()
404 StreamCodec::FlushOp flushOp = StreamCodec::FlushOp::NONE; in doUncompress()
1211 case StreamCodec::FlushOp::NONE: in lzmaTranslateFlush()
1215 case StreamCodec::FlushOp::END: in lzmaTranslateFlush()
1272 case StreamCodec::FlushOp::END: in doCompressStream()
1357 case StreamCodec::FlushOp::END: in doUncompressStream()
1566 case StreamCodec::FlushOp::END: in bzip2TranslateFlush()
[all …]
/dports/devel/folly/folly-2021.12.27.00/folly/compression/test/
H A DCompressionTest.cpp613 StreamCodec::FlushOp::NONE, in TEST_P()
614 StreamCodec::FlushOp::FLUSH, in TEST_P()
615 StreamCodec::FlushOp::END, in TEST_P()
674 auto compress = [&](StreamCodec::FlushOp flushOp = StreamCodec::FlushOp::NONE, in TEST_P()
717 compress_all(true, StreamCodec::FlushOp::FLUSH); in TEST_P()
720 compress_all(true, StreamCodec::FlushOp::END); in TEST_P()
754 compress_all(true, StreamCodec::FlushOp::END); in TEST_P()
828 StreamCodec::FlushOp flush) { in compressSome()
849 StreamCodec::FlushOp flush) { in uncompressSome()
915 hasFlush() ? StreamCodec::FlushOp::FLUSH : StreamCodec::FlushOp::NONE; in runUncompressStreamTest()
[all …]
/dports/www/proxygen/proxygen-2021.12.27.00/proxygen/lib/utils/
H A DZstdStreamCompressor.cpp48 auto op = last || independent_ ? folly::io::StreamCodec::FlushOp::END in compress()
49 : folly::io::StreamCodec::FlushOp::FLUSH; in compress()
73 if (op == folly::io::StreamCodec::FlushOp::END) { in compress()
/dports/www/firefox-esr/firefox-91.8.0/dom/filehandle/
H A DActorsParent.cpp559 class FlushOp final : public NormalFileHandleOp { class
566 FlushOp(FileHandle* aFileHandle, const FileRequestParams& aParams);
568 ~FlushOp() = default;
1615 actor = new FlushOp(this, aParams); in AllocPBackgroundFileRequestParent()
2169 FlushOp::FlushOp(FileHandle* aFileHandle, const FileRequestParams& aParams) in FlushOp() function in mozilla::dom::FlushOp
2175 nsresult FlushOp::DoFileWork(FileHandle* aFileHandle) { in DoFileWork()
2189 void FlushOp::GetResponse(FileRequestResponse& aResponse) { in GetResponse()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/filehandle/
H A DActorsParent.cpp557 class FlushOp final : public NormalFileHandleOp { class
564 FlushOp(FileHandle* aFileHandle, const FileRequestParams& aParams);
566 ~FlushOp() = default;
1623 actor = new FlushOp(this, aParams); in AllocPBackgroundFileRequestParent()
2177 FlushOp::FlushOp(FileHandle* aFileHandle, const FileRequestParams& aParams) in FlushOp() function in mozilla::dom::FlushOp
2183 nsresult FlushOp::DoFileWork(FileHandle* aFileHandle) { in DoFileWork()
2197 void FlushOp::GetResponse(FileRequestResponse& aResponse) { in GetResponse()
/dports/www/firefox/firefox-99.0/dom/filehandle/
H A DActorsParent.cpp549 class FlushOp final : public NormalFileHandleOp { class
556 FlushOp(FileHandle* aFileHandle, const FileRequestParams& aParams);
558 ~FlushOp() = default;
1606 actor = new FlushOp(this, aParams); in AllocPBackgroundFileRequestParent()
2160 FlushOp::FlushOp(FileHandle* aFileHandle, const FileRequestParams& aParams) in FlushOp() function in mozilla::dom::FlushOp
2166 nsresult FlushOp::DoFileWork(FileHandle* aFileHandle) { in DoFileWork()
2180 void FlushOp::GetResponse(FileRequestResponse& aResponse) { in GetResponse()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/filehandle/
H A DActorsParent.cpp559 class FlushOp final : public NormalFileHandleOp { class
566 FlushOp(FileHandle* aFileHandle, const FileRequestParams& aParams);
568 ~FlushOp() = default;
1615 actor = new FlushOp(this, aParams); in AllocPBackgroundFileRequestParent()
2169 FlushOp::FlushOp(FileHandle* aFileHandle, const FileRequestParams& aParams) in FlushOp() function in mozilla::dom::FlushOp
2175 nsresult FlushOp::DoFileWork(FileHandle* aFileHandle) { in DoFileWork()
2189 void FlushOp::GetResponse(FileRequestResponse& aResponse) { in GetResponse()
/dports/www/proxygen/proxygen-2021.12.27.00/proxygen/lib/utils/test/
H A DZstdTests.cpp99 const auto op = end ? folly::io::StreamCodec::FlushOp::END in compressThenDecompressPieces()
100 : folly::io::StreamCodec::FlushOp::FLUSH; in compressThenDecompressPieces()
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/lib/Conversion/OpenMPToLLVM/
H A DOpenMPToLLVM.cpp69 target.addLegalOp<omp::TerminatorOp, omp::TaskyieldOp, omp::FlushOp, in runOnOperation()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/lib/Conversion/OpenMPToLLVM/
H A DOpenMPToLLVM.cpp69 target.addLegalOp<omp::TerminatorOp, omp::TaskyieldOp, omp::FlushOp, in runOnOperation()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/lib/Conversion/OpenMPToLLVM/
H A DOpenMPToLLVM.cpp74 target.addLegalOp<omp::TerminatorOp, omp::TaskyieldOp, omp::FlushOp, in runOnOperation()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/lib/Conversion/OpenMPToLLVM/
H A DOpenMPToLLVM.cpp74 target.addLegalOp<omp::TerminatorOp, omp::TaskyieldOp, omp::FlushOp, in runOnOperation()
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/lib/Conversion/OpenMPToLLVM/
H A DOpenMPToLLVM.cpp74 target.addLegalOp<omp::TerminatorOp, omp::TaskyieldOp, omp::FlushOp, in runOnOperation()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/lib/Conversion/OpenMPToLLVM/
H A DOpenMPToLLVM.cpp75 target.addLegalOp<omp::TerminatorOp, omp::TaskyieldOp, omp::FlushOp, in runOnOperation()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/lib/Conversion/OpenMPToLLVM/
H A DOpenMPToLLVM.cpp68 target.addLegalOp<omp::TerminatorOp, omp::TaskyieldOp, omp::FlushOp, in runOnOperation()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/filehandle/
H A DActorsParent.cpp569 class FlushOp final : public NormalFileHandleOp { class
576 FlushOp(FileHandle* aFileHandle, const FileRequestParams& aParams);
578 ~FlushOp() {} in ~FlushOp()
1636 actor = new FlushOp(this, aParams); in AllocPBackgroundFileRequestParent()
2242 FlushOp::FlushOp(FileHandle* aFileHandle, const FileRequestParams& aParams) in FlushOp() function in mozilla::dom::FlushOp
2248 nsresult FlushOp::DoFileWork(FileHandle* aFileHandle) { in DoFileWork()
2262 void FlushOp::GetResponse(FileRequestResponse& aResponse) { in GetResponse()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/filehandle/
H A DActorsParent.cpp716 class FlushOp final class
725 FlushOp(FileHandle* aFileHandle,
728 ~FlushOp() in ~FlushOp()
1924 actor = new FlushOp(this, aParams); in AllocPBackgroundFileRequestParent()
2601 FlushOp::FlushOp(FileHandle* aFileHandle, in FlushOp() function in mozilla::dom::FlushOp
2610 FlushOp::DoFileWork(FileHandle* aFileHandle) in DoFileWork()
2626 FlushOp::GetResponse(FileRequestResponse& aResponse) in GetResponse()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/include/mlir/Dialect/OpenMP/
H A DOpenMPOps.td127 def FlushOp : OpenMP_Op<"flush"> {
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/include/mlir/Dialect/OpenMP/
H A DOpenMPOps.td122 def FlushOp : OpenMP_Op<"flush"> {
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/flang/lib/Lower/
H A DOpenMP.cpp115 converter.getFirOpBuilder().create<mlir::omp::FlushOp>( in genOMP()
/dports/devel/llvm12/llvm-project-12.0.1.src/flang/lib/Lower/
H A DOpenMP.cpp116 converter.getFirOpBuilder().create<mlir::omp::FlushOp>( in genOMP()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/flang/lib/Lower/
H A DOpenMP.cpp116 converter.getFirOpBuilder().create<mlir::omp::FlushOp>( in genOMP()

12