CHECK_ZSTD * Check the zstd error code and die if an error occurred after printing a * message. */#define CHECK_ZSTD(fn) \do{ \ size_tconsterr= (fn); \CHECK(!ZSTD_isError(err),"%s",ZSTD_getErrorName(err)); \ }while(0) 和cuda中的: #define CHECK(call)\{\ const cudaError_t...
If you are interested in contributing to Fluent bit with bug fixes, new features or coding in general, please refer to the code CONTRIBUTING guidelines. You can also refer the Beginners Guide to contributing to Fluent Bit here. Community & Contact Feel free to join us on our Slack channel,...
Code Issues168 Pull requests21 Actions Projects Wiki Security Insights Additional navigation options Files dev .github build contrib doc examples lib common compress decompress deprecated dictBuilder dll legacy .gitignore BUCK Makefile README.md
The tables here can be used as examples to crosscheck that an implementation build its decoding tables correctly. Literal Length Code: StateSymbolNumber_Of_BitsBase 0 0 4 0 1 0 4 16 2 1 5 32 3 3 5 0 4 4 5 0 5 6 5 0 6 7 5 0 7 9 5 0 8 10 5 0 9 12 5 0 10 14 6...
This API has been in the making for more than a year, and makes it possible to trigger advanced features, such as multithreading,--longmode, or detailed frame parameters, in a straightforward and extensible manner. Some examples are providedin this blog entry. ...
doc: Update the examples to use the advanced API doc: Explain how to transition from old streaming functions to the advanced API in the header build: Improve the Windows release packages build: Improve CMake build by @hjmjohnson
The tables here can be used as examples to crosscheck that an implementation build its decoding tables correctly. Literal Length Code: StateSymbolNumber_Of_BitsBase 0 0 4 0 1 0 4 16 2 1 5 32 3 3 5 0 4 4 5 0 5 6 5 0 6 7 5 0 7 9 5 0 8 10 5 0 9 12 5 0 10 14 6...
cp "$ZSTD_SRC_ROOT/zstd_errors.h" examples/zstd_errors.h # Compile the generated output cc -Wall -Wextra -Werror -Wshadow -pthread -I. -Os -g0 -o $OUT_FILE zstd.c examples/roundtrip.c 0 comments on commit adbb536 Please sign in to comment. Footer...
# does not analyze zlibWrapper, due to detected issues in zlib source code staticAnalyze: SCANBUILD ?= scan-build staticAnalyze: $(CC) -v CC=$(CC) CPPFLAGS=-g $(SCANBUILD) --status-bugs -v $(MAKE) allzstd examples contrib endif Loading... 跳转 举报 举报成功 我们将于2个...
Code This branch is 1684 commits behind facebook/zstd:dev.Folders and files Latest commit senhuang42 Merge pull request facebook#2753 from senhuang42/better_error_msg 1f3fc19· Aug 24, 2021 History8,963 Commits .circleci Make regression test run on every PR Jun 7, 2021 .github Add VS20...