OS=Linux python=3.8 <<<<<< ENV .coafile .coveragerc .editorconfig .gitattributes .github/PULL_REQUEST_TEMPLATE .mailmap AUTHORS CHANGES.rst LICENSE MANIFEST.in README.rst Vagrantfile conftest.py docs/3rd_party/README docs/3rd_party/blake2/COPYING docs/3rd_party/lz4/LICENSE docs/3rd_party/msgpack/COPYING docs/3rd_party/zstd/LICENSE docs/Makefile docs/_static/favicon.ico docs/_static/logo.svg docs/authors.rst docs/book.rst docs/borg_theme/css/borg.css docs/changes.rst docs/conf.py docs/deployment.rst docs/deployment/automated-local.rst docs/deployment/central-backup-server.rst docs/deployment/hosting-repositories.rst docs/deployment/image-backup.rst docs/deployment/pull-backup.rst docs/development.rst docs/faq.rst docs/global.rst.inc docs/index.rst docs/installation.rst docs/internals.rst docs/internals/compaction.vsd docs/internals/data-structures.rst docs/internals/encryption.vsd docs/internals/frontends.rst docs/internals/object-graph.vsd docs/internals/security.rst docs/internals/structure.vsd docs/introduction.rst docs/man/borg-benchmark-crud.1 docs/man/borg-benchmark.1 docs/man/borg-break-lock.1 docs/man/borg-change-passphrase.1 docs/man/borg-check.1 docs/man/borg-common.1 docs/man/borg-compression.1 docs/man/borg-config.1 docs/man/borg-create.1 docs/man/borg-delete.1 docs/man/borg-diff.1 docs/man/borg-export-tar.1 docs/man/borg-extract.1 docs/man/borg-info.1 docs/man/borg-init.1 docs/man/borg-key-change-passphrase.1 docs/man/borg-key-export.1 docs/man/borg-key-import.1 docs/man/borg-key-migrate-to-repokey.1 docs/man/borg-key.1 docs/man/borg-list.1 docs/man/borg-mount.1 docs/man/borg-patterns.1 docs/man/borg-placeholders.1 docs/man/borg-prune.1 docs/man/borg-recreate.1 docs/man/borg-rename.1 docs/man/borg-serve.1 docs/man/borg-umount.1 docs/man/borg-upgrade.1 docs/man/borg-with-lock.1 docs/man/borg.1 docs/man/borgfs.1 docs/man_intro.rst docs/misc/asciinema/advanced.json docs/misc/asciinema/advanced.sh docs/misc/asciinema/basic.json docs/misc/asciinema/basic.sh docs/misc/asciinema/install.json docs/misc/asciinema/install.sh docs/misc/borg-data-flow.vsd docs/misc/logging.conf docs/quickstart.rst docs/quickstart_example.rst.inc docs/resources.rst docs/support.rst docs/usage.rst docs/usage/benchmark.rst docs/usage/benchmark_crud.rst.inc docs/usage/borgfs.rst docs/usage/borgfs.rst.inc docs/usage/break-lock.rst.inc docs/usage/change-passphrase.rst.inc docs/usage/check.rst docs/usage/check.rst.inc docs/usage/common-options.rst.inc docs/usage/config.rst docs/usage/config.rst.inc docs/usage/create.rst docs/usage/create.rst.inc docs/usage/debug.rst docs/usage/delete.rst docs/usage/delete.rst.inc docs/usage/diff.rst docs/usage/diff.rst.inc docs/usage/export-tar.rst.inc docs/usage/extract.rst docs/usage/extract.rst.inc docs/usage/general.rst docs/usage/general/date-time.rst.inc docs/usage/general/environment.rst.inc docs/usage/general/file-metadata.rst.inc docs/usage/general/file-systems.rst.inc docs/usage/general/logging.rst.inc docs/usage/general/positional-arguments.rst.inc docs/usage/general/repository-locations.rst.inc docs/usage/general/repository-urls.rst.inc docs/usage/general/resources.rst.inc docs/usage/general/return-codes.rst.inc docs/usage/general/units.rst.inc docs/usage/help.rst docs/usage/help.rst.inc docs/usage/info.rst docs/usage/info.rst.inc docs/usage/init.rst docs/usage/init.rst.inc docs/usage/key.rst docs/usage/key_change-passphrase.rst.inc docs/usage/key_export.rst.inc docs/usage/key_import.rst.inc docs/usage/key_migrate-to-repokey.rst.inc docs/usage/list.rst docs/usage/list.rst.inc docs/usage/lock.rst docs/usage/mount.rst docs/usage/mount.rst.inc docs/usage/notes.rst docs/usage/prune.rst docs/usage/prune.rst.inc docs/usage/recreate.rst docs/usage/recreate.rst.inc docs/usage/rename.rst docs/usage/rename.rst.inc docs/usage/serve.rst docs/usage/serve.rst.inc docs/usage/tar.rst docs/usage/umount.rst.inc docs/usage/upgrade.rst docs/usage/upgrade.rst.inc docs/usage/usage_general.rst.inc docs/usage/with-lock.rst.inc docs/usage_general.rst.inc scripts/borg.exe.spec scripts/errorlist.py scripts/fuzz-cache-sync/HOWTO scripts/fuzz-cache-sync/main.c scripts/fuzz-cache-sync/testcase_dir/test_simple scripts/glibc_check.py scripts/hash_sizes.py scripts/py36-blake2.py scripts/sdist-sign scripts/shell_completions/bash/borg scripts/shell_completions/fish/borg.fish scripts/shell_completions/zsh/_borg scripts/sign-binaries scripts/upload-pypi setup.cfg setup.py setup_b2.py setup_lz4.py setup_xxhash.py setup_zstd.py src/borg/__init__.py src/borg/__main__.py src/borg/_chunker.c src/borg/_endian.h src/borg/_hashindex.c src/borg/algorithms/__init__.py src/borg/algorithms/blake2-libselect.h src/borg/algorithms/blake2/ref/blake2-impl.h src/borg/algorithms/blake2/ref/blake2.h src/borg/algorithms/blake2/ref/blake2b-ref.c src/borg/algorithms/checksums.pyx src/borg/algorithms/crc32_clmul.c src/borg/algorithms/crc32_dispatch.c src/borg/algorithms/crc32_slice_by_8.c src/borg/algorithms/lz4-libselect.h src/borg/algorithms/lz4/lib/lz4.c src/borg/algorithms/lz4/lib/lz4.h src/borg/algorithms/msgpack/__init__.py src/borg/algorithms/msgpack/_packer.pyx src/borg/algorithms/msgpack/_unpacker.pyx src/borg/algorithms/msgpack/_version.py src/borg/algorithms/msgpack/exceptions.py src/borg/algorithms/msgpack/fallback.py src/borg/algorithms/msgpack/pack.h src/borg/algorithms/msgpack/pack_template.h src/borg/algorithms/msgpack/sysdep.h src/borg/algorithms/msgpack/unpack.h src/borg/algorithms/msgpack/unpack_define.h src/borg/algorithms/msgpack/unpack_template.h src/borg/algorithms/xxh64/xxhash.c src/borg/algorithms/xxh64/xxhash.h src/borg/algorithms/xxhash-libselect.h src/borg/algorithms/zstd-libselect.h src/borg/algorithms/zstd/lib/common/bitstream.h src/borg/algorithms/zstd/lib/common/compiler.h src/borg/algorithms/zstd/lib/common/cpu.h src/borg/algorithms/zstd/lib/common/debug.c src/borg/algorithms/zstd/lib/common/debug.h src/borg/algorithms/zstd/lib/common/entropy_common.c src/borg/algorithms/zstd/lib/common/error_private.c src/borg/algorithms/zstd/lib/common/error_private.h src/borg/algorithms/zstd/lib/common/fse.h src/borg/algorithms/zstd/lib/common/fse_decompress.c src/borg/algorithms/zstd/lib/common/huf.h src/borg/algorithms/zstd/lib/common/mem.h src/borg/algorithms/zstd/lib/common/pool.c src/borg/algorithms/zstd/lib/common/pool.h src/borg/algorithms/zstd/lib/common/threading.c src/borg/algorithms/zstd/lib/common/threading.h src/borg/algorithms/zstd/lib/common/xxhash.c src/borg/algorithms/zstd/lib/common/xxhash.h src/borg/algorithms/zstd/lib/common/zstd_common.c src/borg/algorithms/zstd/lib/common/zstd_errors.h src/borg/algorithms/zstd/lib/common/zstd_internal.h src/borg/algorithms/zstd/lib/compress/fse_compress.c src/borg/algorithms/zstd/lib/compress/hist.c src/borg/algorithms/zstd/lib/compress/hist.h src/borg/algorithms/zstd/lib/compress/huf_compress.c src/borg/algorithms/zstd/lib/compress/zstd_compress.c src/borg/algorithms/zstd/lib/compress/zstd_compress_internal.h src/borg/algorithms/zstd/lib/compress/zstd_compress_literals.c src/borg/algorithms/zstd/lib/compress/zstd_compress_literals.h src/borg/algorithms/zstd/lib/compress/zstd_compress_sequences.c src/borg/algorithms/zstd/lib/compress/zstd_compress_sequences.h src/borg/algorithms/zstd/lib/compress/zstd_compress_superblock.c src/borg/algorithms/zstd/lib/compress/zstd_compress_superblock.h src/borg/algorithms/zstd/lib/compress/zstd_cwksp.h src/borg/algorithms/zstd/lib/compress/zstd_double_fast.c src/borg/algorithms/zstd/lib/compress/zstd_double_fast.h src/borg/algorithms/zstd/lib/compress/zstd_fast.c src/borg/algorithms/zstd/lib/compress/zstd_fast.h src/borg/algorithms/zstd/lib/compress/zstd_lazy.c src/borg/algorithms/zstd/lib/compress/zstd_lazy.h src/borg/algorithms/zstd/lib/compress/zstd_ldm.c src/borg/algorithms/zstd/lib/compress/zstd_ldm.h src/borg/algorithms/zstd/lib/compress/zstd_opt.c src/borg/algorithms/zstd/lib/compress/zstd_opt.h src/borg/algorithms/zstd/lib/compress/zstdmt_compress.c src/borg/algorithms/zstd/lib/compress/zstdmt_compress.h src/borg/algorithms/zstd/lib/decompress/huf_decompress.c src/borg/algorithms/zstd/lib/decompress/zstd_ddict.c src/borg/algorithms/zstd/lib/decompress/zstd_ddict.h src/borg/algorithms/zstd/lib/decompress/zstd_decompress.c src/borg/algorithms/zstd/lib/decompress/zstd_decompress_block.c src/borg/algorithms/zstd/lib/decompress/zstd_decompress_block.h src/borg/algorithms/zstd/lib/decompress/zstd_decompress_internal.h src/borg/algorithms/zstd/lib/deprecated/zbuff.h src/borg/algorithms/zstd/lib/deprecated/zbuff_common.c src/borg/algorithms/zstd/lib/deprecated/zbuff_compress.c src/borg/algorithms/zstd/lib/deprecated/zbuff_decompress.c src/borg/algorithms/zstd/lib/dictBuilder/cover.c src/borg/algorithms/zstd/lib/dictBuilder/cover.h src/borg/algorithms/zstd/lib/dictBuilder/divsufsort.c src/borg/algorithms/zstd/lib/dictBuilder/divsufsort.h src/borg/algorithms/zstd/lib/dictBuilder/fastcover.c src/borg/algorithms/zstd/lib/dictBuilder/zdict.c src/borg/algorithms/zstd/lib/dictBuilder/zdict.h src/borg/algorithms/zstd/lib/legacy/zstd_legacy.h src/borg/algorithms/zstd/lib/legacy/zstd_v01.c src/borg/algorithms/zstd/lib/legacy/zstd_v01.h src/borg/algorithms/zstd/lib/legacy/zstd_v02.c src/borg/algorithms/zstd/lib/legacy/zstd_v02.h src/borg/algorithms/zstd/lib/legacy/zstd_v03.c src/borg/algorithms/zstd/lib/legacy/zstd_v03.h src/borg/algorithms/zstd/lib/legacy/zstd_v04.c src/borg/algorithms/zstd/lib/legacy/zstd_v04.h src/borg/algorithms/zstd/lib/legacy/zstd_v05.c src/borg/algorithms/zstd/lib/legacy/zstd_v05.h src/borg/algorithms/zstd/lib/legacy/zstd_v06.c src/borg/algorithms/zstd/lib/legacy/zstd_v06.h src/borg/algorithms/zstd/lib/legacy/zstd_v07.c src/borg/algorithms/zstd/lib/legacy/zstd_v07.h src/borg/algorithms/zstd/lib/zstd.h src/borg/archive.py src/borg/archiver.py src/borg/cache.py src/borg/cache_sync/cache_sync.c src/borg/cache_sync/sysdep.h src/borg/cache_sync/unpack.h src/borg/cache_sync/unpack_define.h src/borg/cache_sync/unpack_template.h src/borg/chunker.pyx src/borg/compress.pyx src/borg/constants.py src/borg/crypto/__init__.py src/borg/crypto/file_integrity.py src/borg/crypto/key.py src/borg/crypto/keymanager.py src/borg/crypto/low_level.pyx src/borg/crypto/nonces.py src/borg/fuse.py src/borg/hashindex.pyx src/borg/helpers.py src/borg/item.pyx src/borg/locking.py src/borg/logger.py src/borg/lrucache.py src/borg/nanorst.py src/borg/patterns.py src/borg/platform/__init__.py src/borg/platform/base.py src/borg/platform/darwin.pyx src/borg/platform/freebsd.pyx src/borg/platform/linux.pyx src/borg/platform/posix.pyx src/borg/platform/syncfilerange.pyx src/borg/remote.py src/borg/repository.py src/borg/selftest.py src/borg/shellpattern.py src/borg/testsuite/__init__.py src/borg/testsuite/archive.py src/borg/testsuite/archiver.py src/borg/testsuite/attic.tar.gz src/borg/testsuite/benchmark.py src/borg/testsuite/cache.py src/borg/testsuite/checksums.py src/borg/testsuite/chunker.py src/borg/testsuite/compress.py src/borg/testsuite/crypto.py src/borg/testsuite/file_integrity.py src/borg/testsuite/hashindex.py src/borg/testsuite/helpers.py src/borg/testsuite/item.py src/borg/testsuite/key.py src/borg/testsuite/locking.py src/borg/testsuite/logger.py src/borg/testsuite/lrucache.py src/borg/testsuite/nanorst.py src/borg/testsuite/nonces.py src/borg/testsuite/patterns.py src/borg/testsuite/platform.py src/borg/testsuite/remote.py src/borg/testsuite/repository.py src/borg/testsuite/shellpattern.py src/borg/testsuite/upgrader.py src/borg/testsuite/version.py src/borg/testsuite/xattr.py src/borg/upgrader.py src/borg/version.py src/borg/xattr.py tox.ini <<<<<< network # path=./coverage.xml /home/runner/work/borg/borg /home/runner/work/borg/borg/src/borg <<<<<< EOF # path=fixes ./src/borg/_hashindex.c:1,12,14,17,25,42,63,67,70,73,75,77,80,83,88,93,100,103,106,112,114,115,116,119,121,122,125,131,133,137,138,146,148,152,155,156,159,161,162,165,169,172,178,179,189,190,196,197,203,204,208,209,221,222,226,227,234,235,241,242,252,254,255,257,261,267,272,273,278,285,286,299,300,301,306,312,313,318,319,324,325,329,330,335,336,342,343,351,365,370,374,375,379,381,385,391,392,393,394,399,403,412,417,419,422,426,430,435,450,452,453,456,459,460,464,475,479,484,488,489,501,502,503,509,514,519,523,524,526,529,533,535,536,539,544,548,550,556,557,564,573,574,575,576,581,583,585,587,588,591,595,601,602,604,605,608,612,615,620,621,623,624,627,634,638,639,645,646,650,657,658,660,664,665,667,671,672,675,676,679,680,683,685,686,689,691,692 ./src/borg/cache_sync/unpack.h:20,27,30,32,41,48,50,52,60,63,66,71,80,83,86,99,102,109,114,119,124,126,130,135,136,138,143,144,146,158,160,161,163,165,166,168,170,171,173,175,176,178,180,181,183,185,186,188,190,191,193,195,196,199,203,204,206,210,211,214,217,218,220,223,224,226,229,230,232,245,255,256,258,259,261,264,265,267,271,282,293,294,297,314,315,317,318,320,322,327,334,335,338,339,341,343,344,346,348,357,358,360,361,363,368,376,380,381,383,384,386,390,396,410,416,417,419,420,422,426,427,430,434,435 ./src/borg/cache_sync/sysdep.h:20,38,51,53,63,67,77,78,80,94,110,128,132,138,148,150,154,158,164,175,176,183,192,193 ./src/borg/cache_sync/cache_sync.c:18,20,23,29,32,36,37,51,53,54,57,60,62,63,66,68,69,72,74,75,78,80,81,84,86,87,90,92,93,96,98,99,102,104,105,113,117,131,135,140,141,142,145,149,150,160,162,163,166 ./src/borg/cache_sync/unpack_template.h:24,30,36,44,46,51,52,54,56,60,66,68,70,72,75,86,96,108,110,122,184,191,196,197,200,235,244,254,264,268,274,280,283,284,285,297,309,312,315,316,322,323,331,336,340,346,349,350,362,364 ./src/borg/cache_sync/unpack_define.h:20,26,30,31,35,36,40,44,48,52,63,69,77,82,83,89,90,92,94 ./src/borg/platform/freebsd.c:2,288,302,389,394,397,400,404,407,410,582,594,601,606,614,625,629,632,653,704,752,763,766,774,801,804,805,815,827,828,832,835,847,873,911,915,918,923,930,933,950,959,968,973,980,987,1010,1017,1020,1025,1028,1039,1041,1045,1067,1073,1076,1079,1090,1115,1122,1137,1141,1146,1149,1152,1155,1158,1171,1174,1177,1178,1186,1272,1280,1294,1305,1315,1324,1334,1346,1355,1363,1364,1373,1381,1382,1390,1402,1403,1411,1427,1445,1456,1462,1468,1469,1472,1482,1483,1488,1498,1502,1503,1521,1530,1551,1552,1560,1570,1583,1588,1599,1607,1608,1621,1623,1633,1647,1656,1657,1672,1686,1688,1696,1711,1712,1720,1743,1744,1745,1763,1764,1772,1782,1795,1805,1817,1826,1827,1840,1853,1867,1885,1886,1894,1902,1904,1915,1918,1928,1939,1948,1956,1957,1965,1966,1974,1989,1990,1998,2019,2031,2049,2050,2067,2068,2081,2101,2109,2111,2113,2116,2126,2144,2145,2157,2168,2169,2180,2198,2199,2207,2244,2253,2254,2264,2266,2274,2275,2283,2285,2306,2307,2317,2325,2342,2343,2351,2366,2382,2393,2399,2400,2403,2412,2413,2417,2427,2431,2432,2445,2466,2467,2475,2491,2506,2520,2528,2543,2544,2548,2559,2589,2632,2633,2637,2648,2660,2677,2678,2686,2687,2695,2702,2703,2710,2711,2718,2719,2726,2727,2734,2735,2742,2743,2750,2751,2752,2768,2769,2777,2779,2795,2800,2802,2809,2815,2817,2839,2840,2841,2845,2857,2868,2927,2929,2933,2934,2952,2964,2985,3013,3034,3043,3055,3067,3077,3079,3087,3091,3101,3102,3118,3120,3128,3137,3140,3145,3146,3151,3159,3160,3169,3180,3189,3191,3200,3202,3203,3217,3219,3232,3233,3240,3241,3261,3262,3274,3276,3287,3289,3290,3296,3306,3308,3314,3316,3323,3333,3339,3346,3350,3351,3371,3372,3374,3393,3398,3404,3423,3433,3441,3442,3449,3456,3458,3462,3470,3474,3490,3493,3509,3511,3513,3521,3527,3541,3542,3558,3560,3562,3574,3579,3588,3589,3591,3600,3602,3610,3618,3623,3628,3636,3641,3646,3657,3658,3665,3677,3678,3680,3681,3685,3688,3689,3706,3713,3720,3724,3729,3730,3732,3737,3753,3762,3765,3770,3778,3780,3785,3786,3807,3814,3824,3825,3827,3841,3842,3850,3851,3862,3864,3865,3879,3887,3889,3900,3910,3918,3919,3923,3926,3929,3931,3937,3946,3947,3952,3953,3959,3963,3967,3973,3983,3985,3992,3999,4002,4005,4010,4011,4034,4041,4067,4075,4082,4095,4096,4117,4118,4138,4140,4156,4157,4165,4166,4174,4175,4177,4182,4184,4190,4198,4212,4213,4221,4222,4230,4231,4239,4240,4248,4249,4257,4258,4260,4268,4269,4270,4282,4293,4296,4304,4313,4314,4335,4343,4344,4345,4350,4351,4352,4373,4381,4382,4383,4388,4389,4390,4410,4412,4428,4429,4437,4438,4446,4447,4449,4454,4456,4462,4470,4484,4485,4493,4494,4502,4503,4511,4512,4520,4521,4529,4530,4532,4540,4541,4542,4554,4565,4568,4576,4585,4586,4594,4596,4607,4609,4611,4623,4629,4630,4633,4639,4641,4650,4660,4661,4663,4672,4673,4675,4682,4684,4686,4699,4701,4702,4713,4722,4725,4732,4734,4735,4738,4742,4751,4758,4759,4760,4764,4775,4779,4798,4805,4806,4807,4812,4819,4830,4832,4839,4858,4862,4867,4872,4881,4882,4886,4888,4898,4913,4918,4923,4928,4933,4938,4940,4941,4944,4950,4953,4956,4957,4958 ./src/borg/platform/linux.c:2,288,302,389,394,397,400,404,407,410,582,594,601,606,614,630,634,637,658,709,757,768,771,779,806,809,810,820,832,833,837,839,865,903,910,913,917,920,925,942,951,960,965,972,979,986,1009,1012,1017,1020,1023,1030,1033,1036,1039,1042,1045,1048,1051,1063,1069,1072,1077,1081,1085,1086,1092,1103,1128,1131,1139,1147,1152,1163,1171,1193,1196,1199,1209,1220,1222,1226,1232,1235,1238,1247,1250,1253,1258,1259,1262,1268,1271,1324,1331,1342,1345,1352,1367,1371,1376,1379,1382,1385,1388,1391,1404,1407,1410,1411,1413,1415,1417,1426,1703,1711,1725,1741,1752,1758,1759,1762,1771,1772,1776,1786,1790,1791,1825,1836,1864,1887,1888,1901,1917,1918,1931,1947,1948,1960,1971,1979,1980,1988,1989,1998,2012,2029,2042,2058,2066,2067,2069,2082,2092,2138,2139,2158,2163,2173,2177,2185,2186,2195,2206,2215,2225,2256,2264,2265,2273,2274,2275,2287,2308,2309,2316,2324,2326,2346,2349,2370,2371,2378,2386,2387,2393,2407,2413,2415,2416,2424,2445,2446,2454,2467,2480,2491,2492,2495,2501,2504,2514,2518,2519,2550,2573,2574,2587,2603,2604,2617,2633,2634,2646,2658,2666,2667,2675,2683,2729,2730,2749,2754,2764,2768,2776,2787,2802,2817,2820,2840,2841,2850,2861,2873,2881,2882,2883,2906,2907,2915,2935,2949,2950,2957,2963,2977,2983,3000,3001,3011,3013,3014,3024,3038,3055,3071,3083,3091,3092,3094,3106,3114,3132,3133,3141,3151,3155,3156,3180,3192,3210,3211,3228,3229,3242,3262,3270,3272,3274,3277,3287,3305,3306,3314,3330,3338,3362,3363,3384,3389,3399,3406,3415,3416,3432,3440,3464,3465,3486,3491,3501,3508,3516,3518,3533,3541,3542,3550,3552,3573,3574,3584,3592,3611,3612,3620,3646,3658,3681,3682,3698,3699,3718,3723,3733,3746,3747,3760,3780,3788,3790,3792,3795,3805,3823,3824,3837,3847,3882,3889,3902,3907,3927,3928,3945,3950,3960,3984,3993,3994,4007,4012,4032,4033,4050,4055,4065,4089,4098,4099,4109,4111,4119,4120,4128,4130,4151,4152,4162,4170,4190,4191,4199,4227,4239,4262,4263,4279,4280,4299,4304,4314,4327,4328,4341,4361,4369,4371,4373,4376,4386,4404,4405,4418,4428,4463,4470,4483,4488,4508,4509,4526,4531,4541,4548,4575,4584,4585,4598,4603,4623,4624,4641,4646,4656,4663,4690,4699,4700,4710,4712,4720,4721,4729,4731,4752,4753,4763,4771,4793,4794,4802,4817,4835,4846,4852,4858,4859,4862,4872,4873,4878,4888,4892,4893,4924,4933,4942,4951,4960,4981,4982,4993,5016,5017,5030,5034,5040,5051,5059,5060,5070,5079,5088,5089,5099,5101,5110,5121,5124,5134,5143,5153,5168,5176,5177,5185,5186,5197,5200,5210,5219,5229,5244,5252,5253,5261,5262,5263,5274,5283,5292,5302,5321,5322,5331,5340,5349,5358,5364,5372,5374,5375,5383,5399,5400,5408,5422,5438,5449,5455,5456,5459,5468,5469,5473,5483,5487,5488,5519,5528,5537,5563,5564,5574,5585,5593,5594,5615,5616,5627,5637,5649,5658,5659,5672,5674,5692,5693,5701,5719,5720,5728,5738,5747,5764,5765,5774,5778,5788,5799,5802,5810,5811,5812,5824,5843,5845,5851,5859,5861,5862,5870,5871,5881,5890,5907,5908,5917,5921,5931,5942,5945,5953,5954,5955,5967,5986,5988,5994,6002,6004,6005,6013,6014,6022,6041,6042,6050,6065,6091,6092,6094,6120,6121,6123,6143,6144,6161,6166,6182,6190,6215,6216,6237,6245,6246,6266,6267,6284,6289,6305,6308,6316,6332,6333,6341,6355,6371,6382,6388,6389,6392,6401,6402,6406,6416,6420,6421,6434,6469,6470,6487,6492,6502,6505,6514,6526,6535,6544,6552,6567,6568,6576,6589,6602,6613,6614,6617,6623,6626,6636,6640,6641,6658,6681,6682,6694,6712,6733,6754,6755,6762,6788,6802,6822,6844,6859,6867,6868,6880,6889,6897,6898,6906,6924,6925,6933,6942,6946,6947,6961,6982,6983,6990,7013,7014,7022,7042,7043,7062,7067,7083,7086,7094,7110,7111,7115,7126,7156,7288,7289,7293,7304,7315,7327,7339,7351,7363,7375,7390,7402,7419,7420,7428,7429,7437,7444,7445,7452,7453,7460,7461,7468,7469,7476,7477,7484,7485,7492,7493,7494,7510,7511,7519,7521,7537,7542,7544,7551,7557,7559,7581,7582,7583,7587,7609,7620,7679,7681,7685,7686,7704,7716,7728,7740,7752,7773,7794,7822,7850,7871,7892,7913,7921,7929,7971,7980,7988,7996,8011,8024,8027,8046,8047,8056,8088,8108,8126,8144,8164,8176,8188,8200,8212,8224,8233,8250,8259,8285,8294,8295,8317,8333,8345,8357,8374,8376,8386,8388,8399,8403,8413,8414,8430,8432,8444,8446,8457,8459,8460,8468,8477,8480,8485,8486,8491,8499,8500,8509,8520,8529,8531,8540,8542,8543,8557,8559,8572,8573,8580,8581,8601,8602,8608,8618,8620,8626,8628,8635,8645,8651,8658,8662,8663,8679,8681,8683,8703,8704,8706,8725,8730,8736,8755,8765,8773,8774,8781,8788,8790,8794,8802,8806,8822,8825,8833,8839,8853,8854,8870,8872,8874,8886,8891,8900,8901,8903,8912,8914,8934,8935,8944,8945,8948,8949,8956,8963,8966,8967,8969,8971,8985,8988,9005,9013,9014,9015,9025,9027,9031,9036,9040,9062,9066,9067,9076,9082,9083,9089,9090,9095,9096,9105,9107,9108,9112,9113,9122,9123,9124,9138,9149,9175,9176,9200,9202,9203,9205,9219,9221,9232,9235,9240,9250,9254,9255,9271,9275,9276,9286,9288,9289,9302,9308,9311,9320,9321,9322,9336,9344,9346,9365,9366,9372,9380,9388,9389,9398,9408,9416,9431,9432,9433,9456,9457,9462,9479,9481,9497,9499,9503,9505,9512,9536,9546,9554,9578,9579,9603,9612,9614,9619,9623,9625,9627,9629,9646,9668,9670,9679,9683,9685,9693,9695,9703,9711,9716,9721,9729,9734,9739,9750,9751,9758,9770,9771,9773,9774,9778,9781,9782,9809,9813,9826,9828,9829,9841,9859,9870,9872,9883,9884,9889,9902,9918,9930,9931,9939,9951,9963,9964,9966,9967,9974,9976,9979,9980,9997,10004,10011,10015,10020,10021,10023,10028,10044,10053,10056,10061,10069,10071,10076,10077,10082,10088,10106,10134,10140,10143,10144,10149,10155,10173,10201,10207,10210,10211,10223,10225,10246,10253,10263,10264,10266,10280,10281,10289,10290,10301,10303,10304,10319,10325,10332,10339,10342,10343,10355,10364,10367,10377,10391,10392,10399,10406,10409,10410,10425,10431,10440,10448,10449,10454,10467,10468,10471,10474,10478,10483,10486,10495,10498,10501,10508,10512,10518,10521,10524,10527,10534,10538,10544,10547,10554,10557,10562,10565,10568,10574,10579,10585,10588,10591,10594,10597,10600,10604,10622,10626,10636,10642,10652,10653,10656,10666,10672,10682,10683,10686,10696,10702,10710,10713,10741,10748,10788,10791,10811,10813,10815,10820,10822,10825,10827,10844,10846,10848,10854,10859,10864,10867,10875,10896,10913,10918,10925,10929,10932,10948,10953,10955,11026,11028,11038,11043,11048,11053,11054,11064,11066,11067,11085,11087,11088,11099,11109,11117,11118,11122,11125,11128,11130,11136,11145,11146,11151,11152,11158,11162,11166,11172,11182,11184,11191,11198,11201,11204,11209,11210,11233,11240,11266,11274,11281,11294,11295,11316,11317,11338,11346,11347,11348,11353,11354,11355,11375,11377,11393,11394,11402,11403,11411,11412,11414,11419,11421,11427,11435,11449,11450,11458,11459,11467,11468,11476,11477,11485,11486,11494,11495,11497,11505,11506,11507,11519,11530,11533,11541,11550,11551,11572,11580,11581,11582,11587,11588,11589,11610,11618,11619,11620,11625,11626,11627,11647,11649,11665,11666,11674,11675,11683,11684,11686,11691,11693,11699,11707,11721,11722,11730,11731,11739,11740,11748,11749,11757,11758,11766,11767,11769,11777,11778,11779,11791,11802,11805,11813,11822,11823,11831,11833,11844,11846,11848,11860,11866,11867,11870,11876,11878,11887,11897,11898,11900,11909,11910,11912,11919,11921,11923,11936,11938,11939,11950,11959,11962,11969,11971,11972,11975,11979,11988,11995,11996,11997,12001,12012,12016,12035,12042,12043,12044,12049,12056,12067,12069,12076,12095,12099,12104,12109,12118,12119,12123,12125,12135,12150,12155,12160,12165,12170,12175,12177,12178,12181,12187,12190,12193,12194,12195 ./src/borg/platform/posix.c:2,288,302,389,394,397,400,404,407,410,582,594,601,606,614,622,626,629,650,701,749,760,763,771,798,801,802,812,824,825,829,831,857,895,902,905,909,912,917,920,923,926,933,956,963,966,971,974,991,1000,1009,1014,1021,1026,1037,1048,1056,1064,1089,1097,1104,1119,1123,1128,1131,1134,1137,1140,1153,1156,1159,1160,1165,1227,1235,1244,1248,1249,1263,1273,1283,1293,1307,1315,1316,1331,1332,1340,1350,1351,1359,1374,1389,1400,1406,1407,1410,1417,1421,1431,1435,1436,1450,1472,1494,1508,1509,1511,1525,1526,1528,1542,1543,1545,1559,1560,1562,1574,1586,1594,1595,1608,1620,1628,1629,1647,1648,1657,1665,1679,1680,1688,1698,1702,1703,1731,1739,1747,1770,1771,1788,1793,1803,1806,1818,1826,1832,1850,1871,1886,1894,1895,1908,1909,1935,1938,1944,1952,1961,1962,1963,1966,1991,1992,2000,2016,2017,2021,2032,2062,2095,2096,2100,2112,2124,2141,2142,2149,2150,2158,2165,2166,2173,2174,2181,2182,2189,2190,2197,2198,2205,2206,2213,2214,2215,2231,2232,2240,2242,2258,2263,2265,2272,2278,2280,2302,2303,2304,2308,2319,2330,2389,2391,2395,2396,2414,2426,2438,2450,2462,2474,2484,2486,2493,2497,2507,2508,2524,2526,2538,2540,2551,2553,2554,2562,2571,2574,2579,2580,2585,2593,2594,2603,2614,2623,2625,2634,2636,2637,2651,2653,2666,2667,2674,2675,2695,2696,2717,2724,2734,2735,2737,2751,2752,2760,2761,2772,2774,2775,2780,2786,2804,2832,2838,2841,2842,2862,2863,2865,2884,2889,2895,2914,2924,2932,2933,2940,2947,2949,2953,2961,2965,2981,2984,3000,3002,3004,3012,3018,3032,3033,3049,3051,3053,3065,3070,3079,3080,3082,3091,3093,3099,3109,3111,3117,3119,3126,3136,3142,3149,3153,3154,3159,3163,3165,3167,3169,3186,3208,3210,3219,3223,3225,3233,3235,3242,3266,3276,3284,3308,3309,3323,3331,3333,3357,3366,3368,3379,3389,3397,3398,3402,3405,3408,3410,3416,3425,3426,3431,3432,3438,3442,3446,3452,3462,3464,3471,3478,3481,3484,3489,3490,3513,3520,3546,3554,3561,3574,3575,3596,3604,3605,3606,3611,3612,3613,3634,3642,3643,3644,3649,3650,3651,3672,3673,3693,3695,3711,3712,3720,3721,3729,3730,3732,3737,3739,3745,3753,3767,3768,3776,3777,3785,3786,3794,3795,3803,3804,3812,3813,3815,3823,3824,3825,3837,3848,3851,3859,3868,3869,3889,3891,3907,3908,3916,3917,3925,3926,3928,3933,3935,3941,3949,3963,3964,3972,3973,3981,3982,3990,3991,3999,4000,4008,4009,4011,4019,4020,4021,4033,4044,4047,4055,4064,4065,4073,4075,4086,4088,4090,4102,4108,4109,4112,4118,4120,4129,4139,4140,4142,4151,4152,4154,4161,4163,4165,4178,4180,4181,4192,4201,4204,4211,4213,4214,4217,4221,4230,4237,4238,4239,4243,4254,4258,4277,4284,4285,4286,4291,4298,4309,4311,4318,4337,4341,4346,4351,4360,4361,4365,4367,4377,4392,4397,4402,4407,4412,4417,4419,4420,4423,4429,4432,4435,4436,4437 ./src/borg/platform/syncfilerange.c:2,288,302,389,394,397,400,404,407,410,582,594,601,606,614,623,627,630,651,702,750,761,764,772,799,802,803,813,825,826,830,832,858,896,913,922,929,940,965,972,987,991,996,999,1002,1005,1018,1021,1024,1025,1027,1032,1043,1047,1058,1088,1098,1099,1105,1106,1112,1113,1121,1128,1129,1136,1137,1144,1145,1152,1153,1160,1161,1168,1169,1176,1177,1178,1194,1195,1203,1205,1221,1226,1228,1235,1241,1243,1265,1266,1267,1271,1282,1293,1352,1354,1358,1359,1377,1387,1389,1396,1400,1410,1411,1427,1429,1435,1445,1447,1453,1455,1467,1469,1483,1491,1493,1504,1514,1522,1523,1527,1530,1533,1535,1541,1550,1551,1556,1557,1563,1567,1571,1577,1587,1589,1596,1603,1606,1609,1614,1615,1638,1645,1671,1679,1686,1699,1700,1721,1729,1730,1731,1736,1737,1738,1759,1760,1780,1782,1798,1799,1807,1808,1816,1817,1819,1824,1826,1832,1840,1854,1855,1863,1864,1872,1873,1881,1882,1890,1891,1899,1900,1902,1910,1911,1912,1924,1935,1938,1946,1955,1956,1976,1978,1994,1995,2003,2004,2012,2013,2015,2020,2022,2028,2036,2050,2051,2059,2060,2068,2069,2077,2078,2086,2087,2095,2096,2098,2106,2107,2108,2120,2131,2134,2142,2151,2152,2160,2162,2173,2175,2177,2189,2195,2196,2199,2205,2207,2216,2226,2227,2229,2238,2239,2241,2248,2250,2252,2265,2267,2268,2279,2288,2291,2298,2300,2301,2304,2308,2317,2324,2325,2326,2330,2341,2345,2364,2371,2372,2373,2378,2385,2396,2398,2405,2424,2428,2433,2438,2447,2448,2452,2454,2464,2479,2484,2489,2494,2499,2504,2506,2507,2510,2516,2519,2522,2523,2524 ./src/borg/platform/darwin.c:2,288,302,389,394,397,400,404,407,410,582,594,601,606,614,622,626,629,650,701,749,760,763,771,798,801,802,812,824,825,829,831,857,895,902,905,922,931,940,945,952,959,982,989,992,997,1000,1022,1025,1028,1031,1041,1052,1054,1058,1062,1065,1070,1081,1106,1114,1122,1127,1138,1141,1144,1151,1166,1170,1175,1178,1181,1184,1197,1200,1203,1204,1209,1304,1312,1322,1326,1327,1348,1360,1378,1379,1396,1397,1410,1430,1438,1440,1442,1445,1455,1473,1474,1482,1495,1515,1516,1527,1537,1545,1546,1555,1556,1569,1589,1590,1601,1611,1619,1620,1628,1630,1642,1650,1651,1659,1661,1682,1683,1693,1701,1718,1719,1727,1737,1741,1742,1762,1774,1792,1793,1810,1811,1824,1844,1852,1854,1856,1859,1869,1887,1888,1896,1911,1918,1927,1939,1948,1949,1959,1961,1969,1970,1978,1980,2001,2002,2012,2020,2036,2037,2045,2060,2078,2089,2095,2101,2102,2105,2115,2116,2121,2131,2135,2136,2161,2170,2179,2188,2209,2210,2219,2223,2233,2244,2252,2253,2262,2272,2283,2291,2292,2302,2322,2323,2332,2341,2342,2355,2357,2358,2369,2379,2398,2399,2408,2417,2423,2431,2435,2444,2456,2458,2459,2467,2482,2483,2491,2505,2521,2532,2538,2539,2542,2551,2552,2556,2566,2570,2571,2597,2606,2624,2625,2633,2644,2653,2663,2673,2682,2683,2702,2703,2712,2716,2718,2728,2739,2747,2748,2769,2770,2779,2784,2795,2803,2804,2805,2815,2833,2835,2841,2849,2857,2859,2860,2868,2869,2877,2892,2893,2897,2908,2938,2984,2985,2989,3001,3013,3025,3042,3043,3049,3050,3058,3065,3066,3073,3074,3081,3082,3089,3090,3097,3098,3105,3106,3113,3114,3115,3131,3132,3140,3142,3158,3163,3165,3172,3178,3180,3202,3203,3204,3208,3220,3231,3290,3292,3296,3297,3315,3327,3355,3383,3404,3413,3425,3437,3449,3461,3471,3473,3481,3485,3495,3496,3512,3514,3526,3528,3539,3541,3542,3548,3558,3560,3566,3568,3575,3585,3591,3598,3602,3603,3623,3624,3626,3645,3650,3656,3675,3685,3693,3694,3701,3708,3710,3714,3722,3726,3742,3745,3761,3763,3765,3773,3779,3793,3794,3810,3812,3814,3826,3831,3840,3841,3843,3852,3854,3862,3870,3875,3880,3888,3893,3898,3909,3910,3917,3929,3930,3932,3933,3937,3940,3941,3968,3972,3985,3987,3988,4000,4018,4029,4031,4042,4043,4048,4061,4077,4089,4090,4098,4110,4122,4123,4125,4126,4133,4135,4138,4139,4147,4156,4159,4164,4165,4170,4178,4179,4188,4199,4208,4210,4219,4221,4222,4236,4238,4251,4252,4259,4260,4280,4281,4295,4303,4305,4312,4336,4346,4354,4378,4379,4403,4412,4414,4419,4423,4425,4427,4429,4446,4468,4470,4491,4498,4508,4509,4511,4525,4526,4534,4535,4546,4548,4549,4560,4570,4578,4579,4583,4586,4589,4591,4597,4606,4607,4612,4613,4619,4623,4627,4633,4643,4645,4652,4659,4662,4665,4670,4671,4694,4701,4727,4735,4742,4755,4756,4777,4785,4786,4787,4792,4793,4794,4815,4816,4836,4838,4854,4855,4863,4864,4872,4873,4875,4880,4882,4888,4896,4910,4911,4919,4920,4928,4929,4937,4938,4946,4947,4955,4956,4958,4966,4967,4968,4980,4991,4994,5002,5011,5012,5032,5034,5050,5051,5059,5060,5068,5069,5071,5076,5078,5084,5092,5106,5107,5115,5116,5124,5125,5133,5134,5142,5143,5151,5152,5154,5162,5163,5164,5176,5187,5190,5198,5207,5208,5216,5218,5229,5231,5233,5245,5251,5252,5255,5261,5263,5272,5282,5283,5285,5294,5295,5297,5304,5306,5308,5321,5323,5324,5335,5344,5347,5354,5356,5357,5360,5364,5373,5380,5381,5382,5386,5397,5401,5420,5427,5428,5429,5434,5441,5452,5454,5461,5480,5484,5489,5494,5503,5504,5508,5510,5520,5535,5540,5545,5550,5555,5560,5562,5563,5566,5572,5575,5578,5579,5580 ./src/borg/_endian.h:4,8,20 ./src/borg/compress.c:2,288,302,389,394,397,400,404,407,410,582,594,601,606,614,623,627,630,651,702,750,761,764,772,799,802,803,813,825,826,837,842,843,846,857,858,884,922,929,932,939,962,969,972,977,980,984,987,993,1001,1012,1037,1040,1043,1060,1069,1078,1083,1090,1093,1098,1101,1108,1113,1124,1132,1141,1154,1162,1165,1168,1171,1174,1177,1185,1193,1200,1222,1229,1232,1235,1238,1241,1244,1247,1254,1261,1264,1267,1271,1275,1278,1289,1292,1345,1352,1358,1361,1368,1383,1387,1392,1395,1398,1401,1404,1407,1410,1413,1414,1421,1875,1883,1891,1895,1896,1908,1929,1930,1940,1948,1961,1962,1970,1982,1987,1988,1993,1998,1999,2007,2016,2020,2021,2026,2038,2046,2052,2053,2061,2070,2074,2075,2085,2102,2110,2121,2122,2130,2139,2143,2144,2153,2167,2175,2185,2186,2192,2200,2204,2205,2221,2231,2243,2254,2272,2281,2290,2291,2301,2303,2313,2349,2357,2358,2392,2393,2399,2413,2414,2421,2429,2433,2434,2443,2453,2460,2472,2473,2481,2494,2507,2518,2519,2522,2528,2531,2541,2545,2546,2557,2591,2592,2601,2609,2621,2622,2630,2643,2656,2667,2668,2671,2677,2680,2690,2694,2695,2709,2742,2743,2751,2762,2774,2782,2783,2795,2803,2816,2817,2825,2840,2851,2857,2860,2865,2867,2878,2883,2884,2889,2895,2896,2904,2917,2930,2941,2942,2945,2951,2954,2964,2968,2969,2991,3002,3014,3022,3023,3033,3043,3052,3075,3076,3085,3095,3104,3114,3127,3135,3136,3172,3173,3183,3191,3206,3207,3215,3228,3241,3252,3253,3256,3262,3265,3275,3279,3280,3310,3321,3333,3341,3342,3375,3376,3384,3394,3404,3429,3434,3443,3451,3459,3482,3483,3492,3500,3510,3525,3543,3544,3553,3556,3570,3571,3581,3590,3600,3609,3617,3618,3628,3646,3647,3656,3664,3665,3674,3676,3690,3698,3715,3716,3724,3740,3754,3765,3766,3769,3777,3778,3781,3792,3797,3798,3811,3843,3852,3866,3879,3887,3888,3896,3910,3911,3919,3932,3945,3956,3957,3960,3966,3969,3979,3983,3984,3998,4036,4070,4071,4080,4088,4103,4104,4112,4125,4138,4149,4150,4153,4159,4162,4172,4176,4177,4206,4239,4240,4248,4256,4264,4286,4287,4296,4304,4309,4336,4356,4357,4367,4368,4395,4398,4404,4412,4413,4414,4417,4436,4437,4445,4463,4464,4472,4488,4502,4513,4514,4517,4525,4526,4529,4540,4545,4546,4557,4589,4598,4606,4620,4621,4629,4642,4655,4666,4667,4670,4676,4679,4689,4693,4694,4718,4729,4741,4749,4750,4760,4770,4783,4792,4815,4816,4825,4835,4843,4850,4859,4860,4875,4877,4878,4879,4889,4908,4916,4917,4953,4954,4964,4972,4987,4988,4996,5009,5022,5033,5034,5037,5043,5046,5056,5060,5061,5090,5101,5113,5121,5122,5155,5156,5164,5174,5184,5193,5203,5221,5222,5231,5239,5240,5250,5268,5269,5278,5286,5287,5295,5303,5326,5327,5336,5344,5354,5369,5387,5388,5397,5400,5414,5415,5425,5433,5440,5449,5450,5465,5467,5468,5469,5479,5502,5503,5513,5521,5522,5532,5550,5551,5560,5568,5569,5583,5591,5608,5609,5617,5630,5643,5654,5655,5658,5664,5667,5677,5681,5682,5700,5717,5725,5755,5760,5775,5796,5811,5818,5826,5843,5844,5852,5868,5882,5893,5894,5897,5905,5906,5909,5920,5925,5926,5937,5969,5978,5986,6000,6001,6009,6022,6035,6046,6047,6050,6056,6059,6069,6073,6074,6088,6114,6115,6134,6139,6149,6154,6162,6176,6177,6185,6198,6211,6222,6223,6226,6232,6235,6245,6249,6250,6278,6286,6294,6316,6317,6326,6334,6339,6366,6386,6387,6397,6398,6425,6428,6434,6442,6443,6444,6447,6466,6467,6475,6492,6493,6501,6514,6527,6538,6539,6542,6548,6551,6561,6565,6566,6577,6610,6611,6618,6627,6645,6646,6654,6672,6673,6681,6689,6703,6704,6712,6726,6739,6750,6751,6754,6760,6763,6773,6777,6778,6795,6816,6817,6825,6838,6840,6854,6856,6866,6888,6896,6897,6907,6929,6937,6938,6961,6962,6970,6983,6984,6992,7005,7018,7029,7030,7033,7039,7042,7052,7056,7057,7068,7087,7088,7100,7108,7120,7121,7129,7142,7155,7166,7167,7170,7176,7179,7189,7193,7194,7216,7234,7235,7248,7256,7286,7291,7305,7317,7325,7326,7340,7358,7359,7367,7379,7387,7388,7406,7407,7415,7428,7430,7440,7452,7460,7461,7474,7475,7483,7500,7501,7509,7522,7535,7546,7547,7550,7556,7559,7569,7573,7574,7582,7592,7600,7608,7609,7617,7630,7643,7654,7655,7658,7664,7667,7677,7681,7682,7690,7700,7708,7716,7717,7725,7740,7751,7757,7760,7765,7767,7778,7783,7784,7795,7810,7827,7835,7847,7848,7856,7872,7886,7897,7898,7901,7909,7910,7913,7924,7929,7930,7942,7951,7971,7980,7988,7996,8011,8012,8020,8033,8046,8057,8058,8061,8067,8070,8080,8084,8085,8096,8118,8119,8128,8136,8148,8149,8157,8170,8183,8194,8195,8198,8204,8207,8217,8221,8222,8234,8252,8253,8261,8275,8284,8299,8300,8309,8317,8330,8331,8339,8348,8352,8353,8370,8385,8402,8422,8430,8432,8434,8437,8455,8456,8465,8478,8486,8487,8495,8497,8521,8522,8531,8539,8554,8555,8563,8576,8589,8600,8601,8604,8610,8613,8623,8627,8628,8646,8664,8665,8673,8683,8693,8703,8711,8712,8724,8739,8746,8757,8765,8766,8781,8788,8798,8808,8817,8818,8828,8843,8855,8860,8870,8878,8879,8888,8889,8900,8902,8911,8920,8921,8935,8945,8955,8964,8965,8975,8990,9002,9007,9017,9025,9026,9035,9036,9047,9049,9058,9067,9068,9081,9092,9095,9110,9119,9120,9131,9133,9151,9152,9160,9169,9170,9181,9183,9191,9208,9209,9217,9226,9230,9231,9246,9261,9268,9289,9290,9300,9308,9309,9324,9330,9337,9369,9377,9378,9390,9423,9430,9431,9439,9455,9456,9462,9476,9491,9502,9508,9509,9512,9519,9523,9533,9537,9538,9554,9564,9586,9608,9609,9619,9627,9628,9646,9647,9655,9666,9678,9686,9687,9699,9705,9720,9721,9729,9745,9755,9762,9768,9782,9793,9794,9802,9809,9810,9818,9833,9834,9841,9844,9845,9850,9853,9854,9864,9933,9937,9948,9978,10159,10160,10164,10175,10186,10197,10208,10219,10231,10243,10255,10267,10279,10294,10306,10318,10333,10345,10357,10369,10384,10396,10408,10420,10432,10444,10456,10468,10480,10492,10507,10519,10531,10543,10555,10567,10582,10583,10601,10602,10610,10617,10618,10625,10626,10633,10634,10648,10657,10658,10665,10666,10673,10674,10681,10682,10683,10699,10700,10708,10710,10726,10731,10733,10740,10746,10748,10770,10771,10772,10776,10796,10807,10866,10868,10872,10873,10891,10903,10911,10919,10931,10939,10946,10961,10974,10977,10996,10997,11025,11034,11059,11069,11079,11089,11103,11122,11131,11140,11155,11170,11187,11206,11215,11224,11236,11251,11266,11283,11302,11311,11320,11336,11351,11366,11383,11402,11411,11420,11436,11451,11466,11483,11502,11511,11520,11530,11543,11559,11571,11583,11600,11619,11628,11637,11652,11664,11676,11688,11700,11712,11729,11749,11767,11785,11803,11821,11841,11878,11890,11900,11913,11925,11937,11947,11960,11973,11983,11995,12005,12018,12031,12041,12051,12053,12065,12069,12079,12080,12096,12098,12110,12112,12123,12125,12126,12146,12147,12149,12168,12173,12179,12198,12208,12216,12217,12224,12231,12233,12237,12245,12249,12265,12268,12284,12286,12288,12296,12302,12316,12317,12333,12335,12337,12349,12354,12363,12364,12366,12375,12377,12385,12394,12397,12402,12403,12409,12423,12442,12443,12460,12467,12474,12478,12483,12484,12486,12491,12507,12516,12519,12524,12532,12534,12539,12540,12549,12553,12555,12563,12565,12579,12587,12589,12601,12602,12612,12616,12617,12623,12633,12635,12641,12643,12650,12660,12666,12673,12677,12678,12683,12691,12692,12701,12712,12721,12723,12732,12734,12735,12749,12751,12764,12765,12772,12773,12793,12794,12813,12814,12820,12828,12836,12837,12846,12856,12864,12879,12880,12881,12904,12905,12910,12927,12929,12945,12947,12951,12953,12959,12961,12963,12968,12972,12974,12976,12978,12995,13017,13019,13026,13050,13060,13068,13092,13093,13105,13107,13115,13117,13128,13130,13132,13144,13150,13151,13154,13160,13162,13171,13181,13182,13184,13193,13194,13196,13203,13205,13207,13231,13240,13242,13247,13248,13254,13255,13275,13276,13285,13286,13289,13290,13299,13301,13302,13307,13313,13331,13359,13365,13368,13369,13380,13406,13417,13428,13439,13450,13461,13464,13465,13473,13474,13475,13478,13480,13488,13502,13528,13539,13550,13561,13572,13583,13586,13587,13598,13599,13600,13603,13605,13612,13619,13622,13623,13625,13627,13635,13643,13648,13653,13661,13666,13671,13682,13683,13690,13702,13703,13705,13706,13710,13713,13714,13724,13728,13732,13734,13739,13741,13743,13770,13774,13787,13789,13790,13802,13820,13831,13833,13844,13845,13850,13863,13879,13891,13892,13913,13920,13930,13931,13933,13947,13948,13956,13957,13968,13970,13971,13979,13987,13988,13989,14002,14008,14013,14018,14024,14025,14027,14029,14035,14037,14039,14046,14053,14058,14060,14061,14071,14075,14078,14113,14123,14124,14126,14127,14144,14145,14151,14163,14169,14177,14181,14184,14185,14186,14197,14203,14205,14206,14221,14227,14234,14241,14244,14245,14260,14266,14275,14283,14284,14289,14302,14303,14306,14309,14313,14318,14321,14330,14333,14336,14343,14347,14353,14356,14359,14362,14369,14373,14379,14382,14389,14392,14397,14400,14403,14409,14414,14420,14423,14426,14429,14432,14435,14439,14457,14461,14471,14477,14487,14488,14491,14501,14507,14517,14518,14521,14531,14537,14545,14548,14576,14583,14623,14626,14646,14648,14650,14655,14657,14660,14662,14679,14681,14683,14689,14694,14699,14702,14710,14731,14748,14753,14760,14764,14767,14783,14788,14790,14861,14863,14873,14878,14883,14888,14889,14899,14901,14902,14914,14923,14926,14936,14950,14951,14958,14965,14968,14969,14987,14989,14990,15001,15011,15019,15020,15024,15027,15030,15032,15038,15047,15048,15053,15054,15060,15064,15068,15074,15084,15086,15093,15100,15103,15106,15111,15112,15135,15142,15168,15176,15183,15196,15197,15218,15219,15239,15241,15257,15258,15266,15267,15275,15276,15278,15283,15285,15291,15299,15313,15314,15322,15323,15331,15332,15340,15341,15349,15350,15358,15359,15361,15369,15370,15371,15383,15394,15397,15405,15414,15415,15436,15444,15445,15446,15451,15452,15453,15474,15482,15483,15484,15489,15490,15491,15511,15513,15529,15530,15538,15539,15547,15548,15550,15555,15557,15563,15571,15585,15586,15594,15595,15603,15604,15612,15613,15621,15622,15630,15631,15633,15641,15642,15643,15655,15666,15669,15677,15686,15687,15708,15716,15717,15718,15723,15724,15725,15738,15740,15741,15752,15761,15764,15771,15773,15774,15777,15781,15790,15797,15798,15799,15803,15814,15818,15837,15844,15845,15846,15851,15858,15869,15871,15878,15897,15901,15906,15911,15920,15921,15925,15927,15937,15952,15957,15962,15967,15972,15977,15979,15980,15983,15989,15992,15995,15996,15997 ./src/borg/item.c:2,288,302,389,394,397,400,404,407,410,582,594,601,606,614,621,625,628,649,700,748,759,762,770,797,800,801,811,823,824,828,833,850,851,864,865,881,882,908,946,953,956,959,964,968,977,984,1007,1014,1017,1022,1025,1036,1061,1064,1067,1074,1077,1080,1083,1086,1089,1092,1095,1107,1113,1117,1120,1124,1141,1150,1159,1164,1171,1176,1177,1185,1188,1191,1194,1216,1223,1228,1239,1247,1250,1303,1310,1317,1320,1323,1334,1337,1343,1350,1365,1369,1374,1377,1380,1383,1396,1404,1407,1453,1457,1468,1471,1474,1483,1486,1489,1490,1498,1983,1991,2008,2025,2036,2042,2043,2046,2056,2057,2061,2072,2077,2078,2092,2104,2116,2117,2128,2146,2147,2154,2163,2164,2178,2180,2191,2201,2210,2211,2222,2232,2241,2242,2256,2258,2268,2286,2287,2294,2302,2303,2311,2326,2327,2335,2348,2361,2372,2373,2376,2382,2385,2395,2399,2400,2421,2433,2449,2460,2478,2479,2487,2495,2496,2514,2515,2523,2525,2533,2550,2551,2559,2572,2585,2596,2597,2600,2606,2609,2619,2623,2624,2644,2656,2672,2683,2701,2702,2710,2718,2719,2731,2733,2741,2758,2759,2767,2780,2793,2804,2805,2808,2814,2817,2827,2831,2832,2844,2863,2864,2880,2881,2893,2901,2914,2915,2923,2932,2936,2937,2950,3000,3008,3020,3021,3029,3039,3043,3044,3056,3077,3078,3088,3096,3109,3110,3118,3132,3145,3156,3157,3160,3166,3169,3179,3183,3184,3196,3207,3220,3228,3229,3243,3259,3267,3268,3280,3288,3299,3300,3308,3322,3335,3346,3347,3350,3356,3359,3369,3373,3374,3386,3405,3406,3422,3430,3442,3443,3451,3466,3482,3493,3499,3500,3503,3512,3513,3517,3527,3531,3532,3543,3562,3563,3575,3583,3595,3596,3604,3621,3643,3654,3660,3666,3672,3673,3676,3689,3690,3696,3706,3710,3711,3719,3728,3732,3733,3756,3764,3772,3788,3796,3804,3819,3833,3836,3850,3851,3863,3881,3882,3890,3898,3899,3911,3919,3933,3934,3942,3955,3968,3979,3980,3983,3989,3992,4002,4006,4007,4025,4040,4054,4062,4063,4075,4093,4094,4102,4110,4111,4124,4132,4147,4148,4156,4165,4169,4170,4190,4198,4206,4219,4227,4234,4249,4263,4266,4280,4281,4289,4304,4305,4313,4340,4354,4371,4372,4374,4385,4397,4405,4406,4445,4481,4494,4506,4518,4530,4560,4568,4586,4587,4595,4612,4635,4646,4652,4658,4664,4665,4668,4682,4683,4689,4699,4703,4705,4713,4729,4733,4738,4739,4748,4749,4751,4771,4782,4801,4809,4811,4813,4852,4855,4874,4875,4883,4929,4930,4945,4949,4964,4971,4972,4974,4982,4990,5000,5010,5018,5019,5034,5042,5050,5065,5088,5089,5099,5120,5128,5129,5137,5145,5158,5167,5175,5185,5200,5209,5220,5232,5241,5242,5251,5259,5271,5279,5280,5301,5302,5319,5324,5334,5343,5351,5381,5388,5395,5410,5426,5429,5448,5449,5451,5462,5480,5488,5493,5496,5521,5522,5537,5550,5555,5567,5575,5580,5583,5608,5609,5621,5629,5653,5654,5657,5668,5670,5671,5685,5686,5687,5693,5696,5699,5702,5704,5705,5722,5723,5792,5795,5806,5808,5809,5819,5820,5821,5827,5829,5830,5838,5839,5908,5911,5922,5924,5925,5936,5937,5938,5944,5947,5950,5952,5953,6022,6026,6037,6067,6319,6320,6324,6335,6346,6357,6369,6381,6393,6404,6415,6430,6442,6454,6466,6478,6490,6502,6514,6529,6544,6555,6575,6576,6583,6584,6592,6599,6600,6607,6608,6615,6616,6630,6638,6646,6653,6654,6661,6662,6669,6670,6677,6678,6679,6695,6696,6704,6706,6722,6727,6729,6736,6742,6744,6766,6767,6768,6772,6791,6802,6861,6863,6867,6868,6886,6898,6919,6947,6975,7003,7024,7033,7043,7052,7061,7074,7086,7098,7110,7122,7134,7146,7158,7171,7182,7195,7208,7223,7242,7262,7271,7312,7353,7402,7451,7474,7475,7492,7497,7507,7511,7534,7535,7552,7557,7567,7571,7594,7595,7612,7617,7627,7631,7654,7655,7672,7677,7687,7691,7714,7715,7732,7737,7747,7751,7774,7775,7792,7797,7807,7811,7834,7835,7852,7857,7867,7871,7894,7895,7912,7917,7927,7931,7954,7955,7972,7977,7987,7991,8032,8073,8114,8155,8178,8179,8196,8201,8211,8215,8238,8239,8256,8261,8271,8275,8306,8307,8326,8331,8344,8348,8379,8380,8399,8404,8417,8421,8446,8447,8466,8471,8481,8485,8508,8509,8526,8531,8541,8545,8568,8569,8586,8591,8601,8605,8628,8629,8646,8651,8661,8665,8678,8693,8712,8730,8739,8762,8763,8780,8785,8795,8799,8837,8860,8861,8878,8883,8893,8897,8920,8921,8938,8943,8953,8957,8980,8981,8998,9003,9013,9017,9040,9041,9058,9063,9073,9077,9092,9111,9130,9139,9162,9163,9180,9185,9195,9199,9222,9223,9240,9245,9255,9259,9282,9283,9300,9305,9315,9319,9342,9343,9360,9365,9375,9379,9402,9403,9420,9425,9435,9439,9462,9463,9480,9485,9495,9499,9522,9523,9540,9545,9555,9559,9574,9593,9605,9614,9637,9638,9655,9660,9670,9674,9715,9738,9739,9756,9761,9771,9775,9798,9799,9816,9821,9831,9835,9876,9917,9958,9999,10040,10063,10064,10081,10086,10096,10100,10123,10124,10141,10146,10156,10160,10183,10184,10201,10206,10216,10220,10243,10244,10261,10266,10276,10280,10303,10304,10321,10326,10336,10340,10355,10374,10391,10400,10423,10424,10441,10446,10456,10460,10483,10484,10501,10506,10516,10520,10561,10583,10584,10601,10606,10616,10620,10641,10642,10659,10664,10674,10678,10693,10703,10705,10719,10723,10733,10734,10750,10752,10764,10766,10777,10779,10780,10785,10793,10794,10803,10814,10823,10825,10834,10836,10837,10851,10853,10866,10867,10874,10875,10895,10896,10904,10913,10916,10921,10922,10934,10936,10956,10957,10959,10978,10983,10989,11008,11018,11026,11027,11034,11041,11043,11047,11055,11059,11075,11078,11094,11096,11098,11106,11112,11126,11127,11143,11145,11147,11159,11164,11173,11174,11176,11185,11187,11201,11209,11211,11230,11231,11237,11245,11253,11254,11263,11273,11281,11296,11297,11298,11321,11322,11327,11344,11346,11362,11364,11368,11370,11390,11391,11400,11401,11404,11405,11412,11419,11422,11423,11425,11427,11441,11444,11461,11469,11470,11471,11481,11483,11487,11492,11496,11518,11522,11523,11532,11538,11539,11545,11546,11551,11552,11561,11563,11564,11568,11569,11578,11579,11580,11594,11605,11631,11632,11656,11658,11659,11661,11675,11677,11688,11691,11696,11706,11710,11711,11727,11731,11732,11742,11744,11745,11755,11758,11763,11764,11809,11811,11813,11825,11826,11832,11842,11844,11850,11852,11859,11869,11875,11882,11886,11887,11896,11900,11902,11910,11912,11924,11925,11935,11939,11940,11944,11945,11953,11961,11966,11971,11979,11984,11989,12000,12001,12008,12020,12021,12023,12024,12028,12031,12032,12042,12046,12050,12052,12057,12059,12061,12066,12070,12072,12074,12076,12093,12115,12117,12124,12148,12158,12166,12190,12191,12206,12212,12221,12229,12230,12235,12248,12249,12252,12255,12259,12264,12267,12276,12279,12282,12289,12293,12299,12302,12305,12308,12315,12319,12325,12328,12335,12338,12343,12346,12349,12355,12360,12366,12369,12372,12375,12378,12381,12385,12403,12407,12417,12423,12433,12434,12437,12447,12453,12463,12464,12467,12477,12483,12491,12494,12522,12529,12569,12572,12592,12594,12596,12601,12603,12606,12608,12625,12627,12629,12635,12640,12645,12648,12656,12677,12694,12699,12706,12710,12713,12729,12734,12736,12807,12809,12819,12824,12829,12834,12835,12845,12847,12848,12861,12867,12872,12877,12883,12884,12886,12888,12909,12916,12926,12927,12929,12943,12944,12952,12953,12964,12966,12967,12982,12988,12995,13002,13005,13006,13018,13027,13030,13040,13054,13055,13062,13069,13072,13073,13084,13094,13102,13103,13107,13110,13113,13115,13121,13130,13131,13136,13137,13143,13147,13151,13157,13167,13169,13176,13183,13186,13189,13194,13195,13218,13225,13251,13259,13266,13279,13280,13301,13309,13310,13311,13316,13317,13318,13339,13340,13360,13362,13378,13379,13387,13388,13396,13397,13399,13404,13406,13412,13420,13434,13435,13443,13444,13452,13453,13461,13462,13470,13471,13479,13480,13482,13490,13491,13492,13504,13515,13518,13526,13535,13536,13556,13558,13574,13575,13583,13584,13592,13593,13595,13600,13602,13608,13616,13630,13631,13639,13640,13648,13649,13657,13658,13666,13667,13675,13676,13678,13686,13687,13688,13700,13711,13714,13722,13731,13732,13740,13742,13753,13755,13757,13769,13775,13776,13779,13785,13787,13796,13806,13807,13809,13818,13819,13821,13828,13830,13832,13856,13865,13867,13873,13881,13884,13885,13900,13905,13911,13924,13926,13929,13935,13939,13944,13952,13958,13963,13964,13968,13981,13996,13998,14013,14015,14030,14031,14042,14043,14046,14063,14065,14075,14087,14097,14098,14111,14112,14114,14126,14129,14132,14134,14137,14148,14183,14188,14192,14196,14198,14229,14236,14243,14245,14248,14276,14278,14280,14283,14296,14318,14321,14327,14329,14346,14368,14373,14378,14380,14385,14387,14391,14399,14405,14411,14421,14429,14443,14445,14447,14454,14458,14465,14482,14485,14486,14493,14515,14522,14531,14532,14538,14539,14543,14554,14557,14562,14565,14572,14576,14582,14585,14590,14593,14600,14604,14610,14613,14618,14628,14631,14639,14668,14669,14703,14708,14709,14729,14744,14751,14756,14759,14760,14765,14766,14863,14865,14866,14879,14881,14882,14893,14902,14905,14912,14914,14915,14918,14922,14931,14938,14939,14940,14944,14955,14959,14978,14985,14986,14987,14992,14999,15010,15012,15019,15038,15042,15047,15052,15061,15062,15066,15068,15078,15093,15098,15103,15108,15113,15118,15120,15121,15124,15130,15133,15136,15137,15138 ./src/borg/chunker.c:2,288,302,389,394,397,400,404,407,410,582,594,601,606,614,624,628,631,652,703,751,762,765,773,800,803,804,814,826,827,832,835,847,848,874,912,919,922,926,929,934,942,949,960,985,988,995,1002,1010,1013,1016,1033,1042,1049,1064,1068,1073,1076,1079,1082,1085,1088,1091,1094,1097,1100,1103,1116,1119,1122,1123,1125,1127,1133,1222,1230,1245,1264,1275,1281,1287,1293,1294,1297,1306,1312,1322,1326,1327,1344,1356,1365,1393,1394,1396,1405,1422,1430,1444,1445,1453,1466,1480,1491,1492,1495,1503,1504,1507,1517,1521,1522,1531,1541,1553,1561,1570,1571,1579,1586,1589,1590,1595,1605,1614,1622,1623,1631,1634,1635,1643,1651,1655,1656,1661,1673,1681,1687,1688,1696,1704,1708,1709,1718,1732,1740,1750,1751,1757,1765,1769,1770,1779,1791,1797,1806,1807,1814,1822,1826,1827,1836,1847,1854,1863,1864,1872,1885,1898,1909,1910,1913,1919,1922,1932,1936,1937,1952,1968,1979,1988,2002,2010,2021,2022,2030,2046,2065,2076,2082,2088,2094,2095,2098,2107,2113,2123,2127,2128,2140,2156,2165,2173,2185,2193,2204,2205,2212,2219,2220,2225,2227,2234,2236,2237,2239,2247,2316,2320,2331,2361,2403,2404,2408,2418,2427,2439,2456,2457,2466,2467,2475,2482,2483,2490,2491,2498,2499,2513,2522,2523,2530,2531,2538,2539,2546,2547,2548,2564,2565,2573,2575,2591,2596,2598,2605,2611,2613,2635,2636,2637,2641,2652,2663,2722,2724,2728,2729,2747,2756,2768,2780,2790,2792,2799,2803,2813,2814,2830,2832,2844,2846,2857,2859,2860,2868,2877,2880,2885,2886,2891,2899,2900,2909,2920,2929,2931,2940,2942,2943,2957,2959,2972,2973,2980,2981,3001,3002,3017,3043,3054,3065,3076,3087,3098,3101,3102,3110,3111,3112,3122,3124,3126,3142,3144,3146,3160,3168,3170,3189,3190,3196,3204,3212,3213,3222,3232,3240,3255,3256,3257,3280,3281,3286,3303,3305,3321,3323,3327,3329,3342,3348,3353,3358,3364,3365,3367,3369,3375,3377,3379,3388,3392,3394,3402,3404,3411,3418,3423,3425,3426,3436,3440,3443,3478,3488,3489,3491,3492,3509,3510,3516,3526,3528,3534,3536,3547,3557,3565,3566,3570,3573,3576,3578,3584,3593,3594,3599,3600,3606,3610,3614,3620,3630,3632,3639,3646,3649,3652,3657,3658,3681,3688,3714,3722,3729,3742,3743,3764,3765,3785,3787,3803,3804,3812,3813,3821,3822,3824,3829,3831,3837,3845,3859,3860,3868,3869,3877,3878,3886,3887,3895,3896,3904,3905,3907,3915,3916,3917,3929,3940,3943,3951,3960,3961,3981,3983,3999,4000,4008,4009,4017,4018,4020,4025,4027,4033,4041,4055,4056,4064,4065,4073,4074,4082,4083,4091,4092,4100,4101,4103,4111,4112,4113,4125,4136,4139,4147,4156,4157,4177,4179,4195,4196,4204,4205,4213,4214,4216,4221,4223,4229,4237,4251,4252,4260,4261,4269,4270,4278,4279,4287,4288,4296,4297,4299,4307,4308,4309,4321,4332,4335,4343,4352,4353,4373,4375,4391,4392,4400,4401,4409,4410,4412,4417,4419,4425,4433,4447,4448,4456,4457,4465,4466,4474,4475,4483,4484,4492,4493,4495,4503,4504,4505,4517,4528,4531,4539,4548,4549,4569,4571,4587,4588,4596,4597,4605,4606,4608,4613,4615,4621,4629,4643,4644,4652,4653,4661,4662,4670,4671,4679,4680,4688,4689,4691,4699,4700,4701,4713,4724,4727,4735,4744,4745,4766,4774,4775,4776,4781,4782,4783,4804,4812,4813,4814,4819,4820,4821,4842,4850,4851,4852,4857,4858,4859,4880,4888,4889,4890,4895,4896,4897,4917,4919,4935,4936,4944,4945,4953,4954,4956,4961,4963,4969,4977,4991,4992,5000,5001,5009,5010,5018,5019,5027,5028,5036,5037,5039,5047,5048,5049,5061,5072,5075,5083,5092,5093,5101,5103,5114,5116,5118,5130,5136,5137,5140,5146,5148,5157,5167,5168,5170,5179,5180,5182,5189,5191,5193,5206,5208,5209,5220,5229,5232,5239,5241,5242,5245,5249,5258,5265,5266,5267,5271,5282,5286,5305,5312,5313,5314,5319,5326,5337,5339,5346,5365,5369,5374,5379,5388,5389,5393,5395,5405,5420,5425,5430,5435,5440,5445,5447,5448,5451,5457,5460,5463,5464,5465 ./src/borg/crypto/low_level.c:2,288,302,389,394,397,400,404,407,410,582,594,601,606,614,627,631,634,655,706,754,765,768,776,803,806,807,817,829,830,836,839,854,855,881,919,926,929,932,937,941,958,967,976,981,988,1011,1018,1025,1047,1050,1055,1058,1061,1064,1067,1070,1073,1084,1109,1112,1120,1128,1133,1144,1151,1159,1165,1172,1179,1187,1190,1193,1204,1207,1210,1213,1266,1273,1280,1295,1299,1304,1307,1310,1313,1316,1319,1322,1325,1338,1341,1344,1345,1347,1349,1351,1353,1355,1358,1360,1362,1364,1372,1627,1635,1648,1662,1673,1674,1677,1685,1686,1689,1699,1703,1704,1733,1734,1751,1756,1766,1774,1787,1788,1796,1809,1823,1834,1835,1838,1846,1847,1850,1860,1864,1865,1894,1895,1912,1917,1927,1935,1948,1949,1957,1966,1970,1971,1996,1997,2006,2018,2019,2027,2040,2054,2065,2066,2069,2077,2078,2081,2091,2095,2096,2112,2135,2136,2153,2158,2168,2177,2185,2215,2220,2237,2245,2260,2261,2269,2278,2282,2283,2299,2309,2321,2336,2360,2361,2378,2383,2393,2398,2406,2422,2423,2431,2445,2459,2470,2471,2474,2482,2483,2486,2496,2500,2501,2514,2528,2529,2531,2549,2550,2558,2570,2588,2589,2597,2609,2617,2630,2631,2639,2654,2662,2666,2667,2676,2690,2698,2708,2709,2717,2727,2736,2746,2754,2762,2763,2771,2784,2800,2811,2817,2818,2821,2830,2831,2835,2845,2849,2850,2865,2874,2884,2893,2903,2913,2926,2934,2935,2944,2945,2956,2969,2977,2978,2980,3000,3001,3018,3023,3033,3036,3044,3058,3059,3067,3074,3077,3078,3082,3091,3099,3102,3103,3111,3123,3138,3145,3151,3152,3155,3164,3165,3168,3178,3182,3183,3203,3212,3221,3231,3241,3249,3250,3260,3270,3286,3294,3295,3297,3307,3320,3321,3330,3338,3339,3349,3359,3372,3380,3381,3390,3391,3402,3415,3423,3424,3426,3434,3446,3447,3455,3463,3467,3468,3483,3508,3509,3530,3535,3545,3550,3558,3573,3574,3582,3590,3594,3595,3626,3636,3646,3655,3664,3673,3683,3692,3700,3701,3710,3720,3733,3741,3742,3751,3761,3774,3782,3783,3792,3814,3815,3829,3843,3844,3872,3874,3883,3889,3897,3901,3910,3922,3923,3924,3932,3946,3947,3955,3963,3967,3968,3999,4009,4019,4028,4037,4046,4056,4065,4073,4074,4083,4093,4106,4114,4115,4124,4134,4147,4155,4156,4165,4187,4188,4202,4216,4217,4245,4247,4256,4262,4270,4274,4283,4295,4296,4297,4305,4319,4320,4326,4334,4338,4339,4348,4360,4366,4375,4376,4383,4391,4395,4396,4405,4416,4423,4432,4433,4441,4454,4467,4478,4479,4482,4488,4491,4501,4505,4506,4533,4543,4553,4563,4572,4581,4591,4604,4612,4613,4614,4626,4642,4644,4650,4658,4660,4661,4675,4683,4693,4694,4702,4724,4734,4743,4752,4762,4775,4783,4784,4785,4797,4813,4815,4821,4829,4831,4832,4840,4852,4853,4861,4874,4887,4898,4899,4902,4908,4911,4921,4925,4926,4942,4952,4965,4973,4974,4984,4994,5004,5017,5025,5026,5037,5046,5056,5069,5077,5078,5092,5100,5110,5111,5119,5128,5132,5133,5149,5159,5169,5182,5190,5191,5201,5211,5224,5232,5233,5242,5252,5265,5273,5274,5288,5296,5306,5307,5315,5331,5348,5359,5365,5371,5372,5375,5383,5388,5398,5402,5403,5431,5441,5460,5461,5463,5474,5486,5494,5495,5523,5524,5543,5548,5561,5574,5575,5583,5603,5604,5613,5623,5633,5650,5670,5678,5680,5682,5685,5709,5737,5738,5757,5762,5775,5788,5789,5797,5808,5816,5818,5830,5838,5862,5863,5870,5877,5878,5883,5885,5892,5894,5895,5898,5899,5908,5913,5982,5986,5997,6027,6132,6133,6137,6148,6159,6170,6181,6192,6203,6213,6222,6233,6244,6255,6266,6277,6288,6299,6310,6321,6332,6343,6355,6367,6379,6391,6403,6415,6427,6444,6445,6456,6457,6465,6472,6473,6480,6481,6488,6489,6503,6512,6513,6539,6540,6547,6548,6555,6556,6557,6573,6574,6582,6584,6600,6605,6607,6614,6620,6622,6644,6645,6646,6650,6662,6673,6732,6734,6738,6739,6757,6769,6781,6802,6811,6823,6841,6859,6877,6890,6903,6915,6927,6939,6951,6963,6975,6987,6999,7011,7021,7023,7031,7035,7045,7046,7062,7064,7076,7078,7089,7091,7092,7097,7105,7106,7115,7126,7135,7137,7146,7148,7149,7163,7165,7178,7179,7186,7187,7207,7208,7216,7225,7228,7233,7234,7240,7250,7252,7258,7260,7267,7277,7283,7290,7294,7295,7314,7319,7325,7344,7354,7362,7363,7370,7377,7379,7383,7391,7395,7411,7414,7434,7435,7437,7453,7455,7457,7465,7473,7478,7483,7491,7496,7501,7512,7513,7520,7532,7533,7535,7536,7540,7543,7544,7552,7558,7572,7573,7589,7591,7593,7605,7610,7619,7620,7622,7631,7633,7638,7639,7645,7646,7666,7667,7676,7677,7680,7681,7690,7692,7693,7700,7701,7715,7723,7725,7744,7745,7751,7759,7767,7768,7777,7787,7795,7810,7811,7812,7835,7836,7841,7858,7860,7876,7878,7882,7884,7891,7915,7925,7933,7957,7958,7982,7991,7993,7998,8002,8004,8006,8008,8025,8047,8049,8056,8063,8066,8067,8069,8071,8086,8112,8123,8134,8145,8156,8167,8170,8171,8179,8180,8181,8191,8193,8195,8212,8219,8226,8230,8235,8236,8238,8243,8259,8268,8271,8276,8284,8286,8291,8292,8305,8311,8316,8321,8327,8328,8330,8332,8338,8340,8342,8351,8355,8357,8365,8367,8374,8381,8386,8388,8389,8399,8403,8406,8441,8451,8452,8454,8455,8472,8473,8479,8494,8513,8520,8527,8532,8534,8555,8562,8572,8573,8575,8589,8590,8598,8599,8610,8612,8613,8628,8634,8643,8651,8652,8657,8670,8671,8674,8677,8681,8686,8689,8698,8701,8704,8711,8715,8721,8724,8727,8730,8737,8741,8747,8750,8757,8760,8765,8768,8771,8777,8782,8788,8791,8794,8797,8800,8803,8807,8825,8829,8839,8845,8855,8856,8859,8869,8875,8885,8886,8889,8899,8905,8913,8916,8944,8951,8991,8994,9014,9016,9018,9023,9025,9028,9030,9047,9049,9051,9057,9062,9067,9070,9078,9099,9116,9121,9128,9132,9135,9151,9156,9158,9229,9231,9241,9246,9251,9256,9257,9267,9269,9270,9281,9291,9299,9300,9304,9307,9310,9312,9318,9327,9328,9333,9334,9340,9344,9348,9354,9364,9366,9373,9380,9383,9386,9391,9392,9415,9422,9448,9456,9463,9476,9477,9498,9499,9519,9521,9537,9538,9546,9547,9555,9556,9558,9563,9565,9571,9579,9593,9594,9602,9603,9611,9612,9620,9621,9629,9630,9638,9639,9641,9649,9650,9651,9663,9674,9677,9685,9694,9695,9716,9724,9725,9726,9731,9732,9733,9753,9755,9771,9772,9780,9781,9789,9790,9792,9797,9799,9805,9813,9827,9828,9836,9837,9845,9846,9854,9855,9863,9864,9872,9873,9875,9883,9884,9885,9897,9908,9911,9919,9928,9929,9949,9951,9967,9968,9976,9977,9985,9986,9988,9993,9995,10001,10009,10023,10024,10032,10033,10041,10042,10050,10051,10059,10060,10068,10069,10071,10079,10080,10081,10093,10104,10107,10115,10124,10125,10146,10154,10155,10156,10161,10162,10163,10184,10192,10193,10194,10199,10200,10201,10221,10223,10239,10240,10248,10249,10257,10258,10260,10265,10267,10273,10281,10295,10296,10304,10305,10313,10314,10322,10323,10331,10332,10340,10341,10343,10351,10352,10353,10365,10376,10379,10387,10396,10397,10405,10407,10418,10420,10422,10434,10440,10441,10444,10450,10452,10461,10471,10472,10474,10483,10484,10486,10493,10495,10497,10510,10512,10513,10524,10533,10536,10543,10545,10546,10549,10553,10562,10569,10570,10571,10575,10586,10590,10609,10616,10617,10618,10623,10630,10641,10643,10650,10669,10673,10678,10683,10692,10693,10697,10699,10709,10724,10729,10734,10739,10744,10749,10751,10752,10755,10761,10764,10767,10768,10769 ./src/borg/algorithms/crc32_clmul.c:34,38,48,51,71,72,75,80,83,85,86,90,94,97,99,106,111,112,116,120,123,126,133,140,145,146,150,154,157,159,166,173,180,185,186,190,194,199,204,210,216,222,228,233,234,252,258,259,264,268,272,274,278,282,286,290,293,297,300,302,303,312,316,320,324,325,333,334,338,347,349,353,356,369,371,375,376,382,385,387,388,394,396,398,403,405,406,412,416,418,420,424,427,431,434,436,438,441,444,448,450,452,454,456,459,467,468,471,474,476,481,486,491,496,501,506,512,519,523,528,536 ./src/borg/algorithms/msgpack/unpack.h:18,21,33,38,40,42,43,45,51,53,55,56,57,59,65,66,68,74,79,80,82,88,89,91,93,94,96,98,99,101,107,110,111,113,119,120,122,124,125,128,131,134,136,140,142,147,148,150,156,157,159,166,168,169,171,175,179,182,187,188,190,199,204,206,207,209,214,217,219,220,222,226,227,229,236,241,242,244,248,249,255,256,259,265,269,280,281 ./src/borg/algorithms/msgpack/sysdep.h:20,38,51,53,63,67,77,78,80,94,110,128,132,138,148,150,154,158,164,175,176,183,192,193 ./src/borg/algorithms/msgpack/_packer.cpp:2,288,302,316,403,408,411,414,418,421,424,596,608,615,620,628,639,643,646,667,718,766,777,780,788,815,818,819,829,841,842,850,854,866,887,888,889,895,921,959,966,969,973,976,983,994,1019,1022,1025,1030,1033,1050,1059,1068,1073,1080,1087,1110,1113,1118,1121,1126,1137,1145,1153,1156,1163,1166,1169,1172,1175,1178,1181,1184,1196,1202,1209,1216,1219,1222,1225,1236,1239,1242,1249,1264,1268,1273,1276,1279,1282,1285,1288,1291,1294,1307,1310,1313,1316,1318,1320,1323,1325,1327,1329,1331,1333,1335,1337,1339,1341,1343,1345,1347,1349,1351,1353,1356,1358,1360,1362,1365,1367,1369,1371,1373,1375,1377,1379,1381,1383,1385,1387,1389,1391,1393,1395,1397,1399,1409,1537,1545,1553,1566,1572,1580,1585,1586,1594,1602,1615,1621,1629,1634,1635,1643,1654,1658,1659,1670,1679,1688,1698,1711,1719,1720,1729,1738,1746,1757,1758,1766,1783,1809,1816,1822,1828,1834,1840,1846,1852,1853,1856,1875,1876,1883,1892,1897,1902,1906,1915,1916,1926,1934,1938,1939,1953,1964,1973,1981,1982,1998,2007,2016,2025,2036,2046,2059,2067,2068,2076,2077,2090,2103,2114,2124,2133,2142,2143,2153,2155,2164,2165,2176,2178,2191,2202,2211,2220,2221,2232,2234,2242,2253,2254,2262,2269,2272,2273,2277,2286,2295,2303,2306,2307,2315,2367,2368,2370,2379,2389,2399,2417,2418,2427,2435,2436,2445,2456,2465,2474,2475,2488,2491,2501,2510,2519,2520,2530,2532,2541,2542,2554,2557,2565,2573,2585,2595,2604,2613,2614,2625,2634,2636,2644,2653,2670,2683,2689,2706,2707,2715,2724,2733,2741,2742,2761,2762,2771,2777,2780,2800,2801,2810,2811,2823,2826,2836,2845,2854,2855,2867,2870,2880,2890,2899,2908,2909,2920,2929,2931,2940,2941,2953,2956,2966,2976,3002,3003,3013,3021,3022,3032,3041,3051,3060,3068,3069,3078,3079,3091,3094,3107,3112,3121,3131,3149,3150,3159,3167,3168,3177,3178,3191,3201,3211,3229,3230,3239,3247,3248,3257,3267,3277,3286,3294,3295,3297,3306,3307,3317,3329,3340,3343,3353,3371,3372,3381,3389,3390,3399,3409,3421,3437,3449,3460,3461,3473,3484,3485,3488,3496,3497,3506,3507,3520,3525,3535,3545,3563,3564,3573,3581,3582,3591,3601,3619,3620,3633,3653,3661,3663,3665,3673,3681,3711,3716,3728,3739,3740,3752,3763,3764,3772,3775,3783,3784,3793,3794,3817,3820,3833,3846,3859,3869,3887,3888,3897,3905,3906,3915,3924,3933,3934,3950,3955,3958,3968,3978,3996,3997,4006,4014,4015,4024,4034,4049,4068,4076,4078,4080,4083,4095,4106,4107,4115,4118,4126,4127,4136,4137,4147,4158,4176,4177,4186,4194,4195,4205,4215,4224,4242,4243,4252,4260,4261,4270,4280,4289,4297,4298,4307,4316,4317,4330,4335,4352,4353,4361,4370,4379,4387,4388,4411,4413,4424,4425,4433,4454,4455,4463,4506,4507,4517,4523,4527,4529,4530,4538,4546,4558,4566,4576,4590,4599,4613,4615,4629,4630,4640,4653,4661,4662,4672,4684,4693,4705,4713,4714,4722,4738,4739,4748,4752,4753,4768,4778,4779,4787,4800,4813,4824,4825,4828,4834,4837,4847,4851,4852,4863,4874,4885,4893,4904,4905,4913,4927,4935,4939,4940,4952,4962,4975,4983,4984,4993,5003,5012,5020,5021,5031,5041,5049,5050,5060,5072,5081,5093,5101,5102,5110,5123,5124,5132,5146,5154,5158,5159,5171,5181,5194,5202,5203,5212,5222,5231,5239,5240,5250,5260,5268,5269,5279,5291,5300,5312,5320,5321,5329,5342,5343,5351,5360,5364,5365,5387,5397,5407,5422,5441,5449,5451,5453,5461,5469,5499,5504,5514,5525,5526,5536,5547,5548,5556,5559,5567,5568,5578,5587,5595,5596,5606,5616,5624,5625,5635,5647,5656,5668,5676,5677,5685,5704,5705,5713,5722,5726,5727,5732,5741,5749,5755,5756,5764,5773,5777,5778,5787,5799,5807,5817,5818,5824,5833,5837,5838,5847,5859,5865,5874,5875,5882,5891,5895,5896,5905,5916,5923,5932,5934,5942,5955,5956,5962,5965,5972,5978,5979,5985,5988,5991,5994,5996,5997,6014,6015,6028,6097,6101,6112,6142,6205,6206,6210,6221,6232,6243,6253,6267,6268,6275,6276,6284,6291,6292,6299,6300,6307,6308,6325,6335,6336,6372,6373,6380,6381,6388,6389,6390,6406,6407,6415,6417,6433,6438,6440,6447,6453,6455,6477,6478,6479,6483,6495,6506,6565,6567,6571,6572,6590,6618,6639,6648,6657,6666,6676,6678,6686,6690,6700,6701,6717,6719,6731,6733,6744,6746,6747,6755,6764,6767,6772,6773,6779,6793,6812,6813,6829,6831,6833,6847,6855,6857,6876,6877,6883,6891,6899,6900,6909,6919,6927,6942,6943,6944,6967,6968,6973,6990,6992,7008,7010,7014,7016,7021,7029,7030,7039,7050,7059,7061,7070,7072,7073,7087,7089,7102,7103,7110,7111,7131,7132,7138,7144,7145,7151,7161,7163,7169,7171,7178,7188,7194,7201,7205,7206,7226,7227,7229,7248,7253,7259,7278,7288,7296,7297,7304,7311,7313,7317,7325,7329,7345,7348,7356,7362,7376,7377,7393,7395,7397,7409,7414,7423,7424,7426,7435,7437,7442,7446,7448,7450,7452,7469,7491,7493,7502,7506,7508,7516,7518,7525,7549,7559,7567,7591,7592,7612,7613,7622,7623,7626,7627,7634,7641,7644,7645,7647,7649,7663,7666,7683,7691,7692,7693,7703,7705,7709,7714,7718,7740,7744,7745,7754,7760,7761,7767,7768,7773,7774,7783,7785,7786,7790,7791,7800,7801,7802,7816,7827,7853,7854,7878,7880,7881,7883,7897,7899,7910,7913,7918,7928,7932,7933,7949,7953,7954,7964,7966,7967,7980,7986,7991,7996,8002,8003,8005,8007,8013,8015,8017,8034,8035,8042,8049,8054,8056,8057,8067,8071,8074,8109,8119,8120,8122,8123,8140,8141,8147,8162,8181,8188,8195,8200,8202,8223,8230,8240,8241,8243,8257,8258,8266,8267,8278,8280,8281,8292,8302,8310,8311,8315,8318,8321,8323,8329,8338,8339,8344,8345,8351,8355,8359,8365,8375,8377,8384,8391,8394,8397,8402,8403,8426,8433,8459,8467,8474,8487,8488,8509,8510,8530,8532,8548,8549,8557,8558,8566,8567,8569,8574,8576,8582,8590,8604,8605,8613,8614,8622,8623,8631,8632,8640,8641,8649,8650,8652,8660,8661,8662,8674,8685,8688,8696,8705,8706,8727,8735,8736,8737,8742,8743,8744,8764,8766,8782,8783,8791,8792,8800,8801,8803,8808,8810,8816,8824,8838,8839,8847,8848,8856,8857,8865,8866,8874,8875,8883,8884,8886,8894,8895,8896,8908,8919,8922,8930,8939,8940,8960,8962,8978,8979,8987,8988,8996,8997,8999,9004,9006,9012,9020,9034,9035,9043,9044,9052,9053,9061,9062,9070,9071,9079,9080,9082,9090,9091,9092,9104,9115,9118,9126,9135,9136,9156,9158,9174,9175,9183,9184,9192,9193,9195,9200,9202,9208,9216,9230,9231,9239,9240,9248,9249,9257,9258,9266,9267,9275,9276,9278,9286,9287,9288,9300,9311,9314,9322,9331,9332,9353,9361,9362,9363,9368,9369,9370,9390,9392,9408,9409,9417,9418,9426,9427,9429,9434,9436,9442,9450,9464,9465,9473,9474,9482,9483,9491,9492,9500,9501,9509,9510,9512,9520,9521,9522,9534,9545,9548,9556,9565,9566,9574,9576,9587,9589,9591,9603,9609,9610,9613,9619,9621,9630,9640,9641,9643,9652,9653,9655,9662,9664,9666,9679,9681,9682,9693,9702,9705,9712,9714,9715,9718,9722,9731,9738,9739,9740,9744,9755,9759,9778,9785,9786,9787,9792,9799,9810,9812,9819,9838,9842,9847,9852,9861,9862,9866,9868,9878,9893,9898,9903,9908,9913,9918,9920,9921,9924,9930,9933,9936,9937,9938 ./src/borg/algorithms/msgpack/pack.h:18,24,28,32,39,41,43,47,54,55,58,63,64,67,69,73,76,81,84,85,88,94,99,104,105,110,115,116,118 ./src/borg/algorithms/msgpack/pack_template.h:18,30,34,35,39,51,68,94,125,137,167,207,265,266,268,270,271,273,275,276,278,280,281,283,285,286,288,290,291,293,295,296,298,300,301,303,305,306,307,309,311,320,329,337,339,340,342,351,360,368,370,371,373,382,391,399,401,402,404,413,422,430,432,433,435,444,453,461,463,464,466,475,484,492,494,495,497,506,515,523,525,526,528,537,546,554,556,557,560,561,562,566,568,574,575,577,588,589,590,594,596,599,600,601,605,607,610,611,613,616,617,618,622,624,636,637,638,639,643,645,657,658,659,660,664,666,681,682,683,688,691,703,704,705,707,710,711,716,722,728,734,740,746,765,766,767,768,769,770,772,777 ./src/borg/algorithms/msgpack/_unpacker.cpp:2,288,302,316,403,408,411,414,418,421,424,596,608,615,620,628,640,644,647,668,719,767,778,781,789,816,819,820,830,842,843,849,858,862,874,902,903,904,911,937,975,982,985,992,1003,1028,1031,1035,1038,1043,1050,1073,1078,1081,1086,1089,1097,1105,1116,1133,1142,1151,1156,1163,1166,1173,1176,1184,1191,1198,1201,1204,1207,1218,1221,1224,1231,1246,1250,1255,1258,1261,1264,1267,1270,1283,1286,1289,1293,1295,1297,1299,1301,1304,1306,1308,1310,1312,1314,1316,1318,1320,1322,1330,1544,1552,1564,1573,1582,1591,1601,1610,1619,1628,1637,1646,1660,1666,1679,1687,1688,1699,1709,1722,1730,1731,1740,1748,1749,1760,1769,1778,1779,1790,1803,1811,1812,1821,1830,1832,1843,1853,1866,1874,1875,1884,1892,1893,1904,1914,1927,1935,1936,1945,1953,1954,1963,1972,1980,1992,1993,2001,2015,2028,2039,2040,2043,2049,2052,2062,2066,2067,2077,2093,2101,2111,2112,2120,2133,2144,2153,2161,2162,2172,2181,2194,2202,2203,2213,2222,2234,2243,2252,2260,2261,2271,2280,2290,2298,2308,2309,2317,2343,2348,2358,2402,2413,2419,2425,2431,2437,2443,2449,2455,2461,2467,2473,2479,2485,2486,2489,2521,2522,2529,2538,2543,2552,2557,2562,2567,2572,2573,2583,2591,2595,2596,2631,2640,2649,2658,2667,2678,2687,2697,2705,2706,2717,2727,2735,2736,2745,2754,2765,2775,2776,2788,2804,2806,2812,2820,2822,2823,2833,2845,2855,2877,2878,2897,2902,2912,2917,2925,2926,2938,2946,2947,2956,2984,2985,2995,3003,3018,3019,3027,3043,3054,3060,3063,3068,3070,3081,3086,3087,3101,3110,3128,3129,3137,3163,3171,3185,3186,3194,3205,3209,3210,3215,3224,3232,3237,3238,3246,3253,3256,3257,3261,3270,3279,3287,3290,3291,3299,3325,3329,3340,3389,3396,3402,3408,3414,3420,3426,3432,3438,3444,3450,3456,3462,3468,3474,3480,3486,3487,3490,3527,3528,3534,3538,3547,3552,3562,3568,3573,3578,3583,3588,3589,3599,3607,3611,3612,3630,3639,3648,3661,3674,3687,3700,3713,3723,3738,3751,3764,3772,3773,3781,3782,3792,3801,3809,3810,3820,3833,3841,3842,3852,3866,3868,3876,3877,3886,3895,3904,3914,3927,3935,3936,3945,3954,3963,3972,3983,3992,4005,4015,4023,4024,4035,4048,4058,4066,4067,4078,4086,4097,4098,4106,4115,4119,4120,4143,4154,4167,4175,4176,4185,4194,4205,4206,4218,4234,4236,4242,4250,4252,4253,4261,4273,4274,4282,4302,4312,4322,4332,4342,4352,4362,4371,4380,4389,4398,4399,4409,4419,4432,4440,4441,4455,4457,4466,4476,4489,4497,4498,4507,4516,4525,4534,4543,4552,4554,4562,4563,4572,4581,4590,4599,4608,4616,4628,4629,4637,4655,4664,4673,4685,4697,4698,4707,4717,4730,4739,4740,4754,4756,4764,4780,4781,4789,4819,4820,4821,4832,4841,4849,4850,4863,4869,4880,4888,4889,4898,4908,4918,4928,4941,4949,4950,4969,4970,4979,4980,4988,4989,4997,5005,5015,5024,5035,5054,5055,5063,5071,5072,5082,5094,5103,5115,5125,5136,5147,5156,5164,5165,5175,5188,5196,5197,5216,5217,5226,5227,5237,5265,5266,5277,5278,5286,5292,5309,5327,5328,5337,5340,5365,5367,5368,5376,5395,5396,5404,5418,5426,5430,5431,5451,5465,5467,5479,5488,5502,5508,5529,5530,5542,5550,5551,5563,5571,5585,5586,5594,5606,5618,5625,5626,5629,5636,5637,5639,5649,5653,5654,5663,5677,5685,5695,5696,5704,5716,5728,5735,5736,5739,5746,5747,5749,5759,5763,5764,5773,5787,5795,5805,5806,5814,5826,5838,5845,5846,5849,5856,5857,5859,5869,5873,5874,5883,5897,5905,5915,5916,5924,5936,5948,5955,5956,5959,5966,5967,5969,5979,5983,5984,5993,6007,6015,6025,6026,6034,6043,6047,6048,6057,6071,6079,6089,6090,6098,6106,6110,6111,6116,6128,6136,6142,6143,6151,6159,6163,6164,6174,6190,6198,6208,6209,6215,6224,6228,6229,6238,6250,6256,6265,6266,6273,6282,6286,6287,6296,6307,6314,6323,6325,6333,6350,6351,6357,6360,6367,6377,6378,6384,6387,6390,6393,6396,6399,6402,6405,6407,6408,6437,6438,6440,6454,6523,6527,6538,6568,6666,6667,6671,6682,6693,6704,6715,6726,6737,6748,6759,6770,6781,6792,6803,6813,6822,6834,6846,6863,6864,6870,6871,6879,6886,6887,6894,6895,6902,6903,6921,6931,6932,6958,6959,6966,6967,6974,6975,6976,6992,6993,7001,7003,7019,7024,7026,7033,7039,7041,7063,7064,7065,7069,7081,7092,7151,7153,7157,7158,7176,7198,7226,7247,7259,7272,7284,7296,7309,7319,7321,7329,7333,7343,7344,7360,7362,7374,7376,7387,7389,7390,7406,7408,7410,7424,7432,7434,7453,7454,7460,7468,7476,7477,7486,7496,7504,7519,7520,7521,7544,7545,7550,7567,7569,7585,7587,7591,7593,7601,7610,7613,7618,7619,7624,7632,7633,7642,7653,7662,7664,7673,7675,7676,7690,7692,7705,7706,7713,7714,7734,7735,7755,7756,7758,7777,7782,7788,7807,7817,7825,7826,7833,7840,7842,7846,7854,7858,7874,7877,7893,7895,7897,7909,7914,7923,7924,7926,7935,7937,7942,7946,7948,7950,7952,7986,7987,7988,7995,8019,8029,8037,8061,8062,8086,8095,8097,8114,8136,8138,8144,8154,8156,8162,8164,8171,8181,8187,8194,8198,8199,8207,8213,8227,8228,8235,8242,8245,8246,8248,8250,8256,8270,8289,8290,8299,8303,8305,8313,8315,8328,8334,8339,8344,8350,8351,8353,8355,8361,8363,8365,8382,8383,8390,8397,8402,8404,8405,8415,8419,8422,8457,8467,8468,8470,8471,8488,8489,8495,8510,8529,8536,8543,8548,8550,8571,8578,8588,8589,8591,8605,8606,8614,8615,8626,8628,8629,8640,8650,8658,8659,8663,8666,8669,8671,8677,8686,8687,8692,8693,8699,8703,8707,8713,8723,8725,8732,8739,8742,8745,8750,8751,8774,8781,8807,8815,8822,8835,8836,8857,8858,8878,8880,8896,8897,8905,8906,8914,8915,8917,8922,8924,8930,8938,8952,8953,8961,8962,8970,8971,8979,8980,8988,8989,8997,8998,9000,9008,9009,9010,9022,9033,9036,9044,9053,9054,9075,9083,9084,9085,9090,9091,9092,9113,9121,9122,9123,9128,9129,9130,9151,9159,9160,9161,9166,9167,9168,9188,9190,9206,9207,9215,9216,9224,9225,9227,9232,9234,9240,9248,9262,9263,9271,9272,9280,9281,9289,9290,9298,9299,9307,9308,9310,9318,9319,9320,9332,9343,9346,9354,9363,9364,9372,9374,9385,9387,9389,9401,9407,9408,9411,9417,9419,9428,9438,9439,9441,9450,9451,9453,9460,9462,9464,9477,9479,9480,9491,9500,9503,9510,9512,9513,9516,9520,9529,9536,9537,9538,9542,9553,9557,9576,9583,9584,9585,9590,9597,9608,9610,9617,9636,9640,9645,9650,9659,9660,9664,9666,9676,9691,9696,9701,9706,9711,9716,9718,9719,9722,9728,9731,9734,9735,9736 ./src/borg/algorithms/msgpack/unpack_template.h:18,24,32,45,46,48,57,58,61,64,65,67,69,71,72,74,76,77,80,82,86,95,98,100,103,114,124,157,159,171,233,240,245,246,249,284,293,303,313,317,323,329,332,333,334,347,361,364,367,368,374,375,384,389,393,399,402,403,414,417,421,426,462,465,466,471,476,478 ./src/borg/algorithms/msgpack/unpack_define.h:20,26,30,31,35,36,40,44,48,52,63,69,77,82,83,89,90,92,94 ./src/borg/algorithms/xxh64/xxhash.c:34,35,39,42 ./src/borg/algorithms/xxh64/xxhash.h:35,38,41,43,57,61,66,73,77,116,159,160,161,167,180,217,218,227,228,234,235,256,269,271,294,299,303,305,324,328,329,343,358,364,368,373,374,376,378,379,380,390,396,408,409,411,423,424,429,480,485,489,495,498,503,512,528,529,531,542,550,552,572,574,584,585,608,611,612,614,620,626,632,637,642,646,649,650,652,658,669,670,675,676,679,710,711,713,714,718,720,721,725,726,742,746,789,800,828,856,871,872,881,884,888,890,891,893,894,901,924,925,926,941,948,951,952,965,971,973,980,986,988,999,1002,1003,1005,1011,1015,1016,1018,1019,1022,1048,1055,1059,1060,1061,1062,1067,1073,1086,1093,1098,1100,1101,1106,1113,1115,1121,1122,1124,1130,1131,1134,1136,1137,1139,1141,1143,1146,1151,1152,1153,1154,1159,1160,1169,1177,1179,1232,1233,1236,1243,1244,1246,1249,1254,1260,1267,1271,1281,1289,1298,1312,1315,1316,1317,1325,1328,1331,1336,1338,1345,1352,1357,1358,1360,1362,1363,1364,1366,1373,1375,1380,1383,1384,1385,1386,1388,1390,1392,1394,1397,1398,1400,1402,1403,1405,1415,1416,1417,1420,1427,1430,1433,1438,1439,1447,1450,1451,1458,1465,1470,1471,1475,1476,1477,1479,1480,1481,1483,1485,1493,1494,1496,1498,1499,1500,1502,1517,1521,1522,1524,1526,1527,1528,1530,1534,1536,1538,1542,1571,1578,1581,1583,1594,1597,1598,1600,1606,1610,1611,1613,1620,1629,1631,1632,1635,1637,1647,1648,1650,1660,1661,1664,1666,1667,1669,1671,1673,1676,1681,1682,1683,1685,1691,1699,1701,1706,1707,1709,1714,1715,1717,1724,1725,1726,1728,1731,1736,1742,1749,1756,1760,1764,1774,1783,1791,1801,1810,1821,1831,1847,1848,1852,1853,1863,1866,1869,1874,1876,1883,1890,1896,1899,1900,1902,1904,1905,1906,1908,1915,1917,1922,1924,1926,1927,1929,1931,1933,1935,1938,1939,1941,1943,1944,1946,1956,1957,1960,1967,1970,1972,1977,1978,1987,1988,1995,2002,2007,2008,2012,2013,2014,2016,2017,2018,2020,2022,2028,2036,2037,2039,2041,2042,2043,2045,2047,2051,2052,2054,2056,2057,2059,2060,2062,2063,2065 ./src/borg/algorithms/crc32_dispatch.c:1,4,27,29,38,40,47,53,59,65,71,77,81,84,88,89,92,94,96,104,109,114 ./src/borg/algorithms/blake2/ref/blake2-impl.h:3,7,11,17,20,32,34,46,47,49,65,66,68,78,79,81,89,90,92,102,103,105,119,120,122,130,131,133,141,142,144,146,147,149,151,152,155,158,159 ./src/borg/algorithms/blake2/ref/blake2b-ref.c:3,7,11,15,19,22,24,30,32,46,47,49,51,52,55,57,58,60,62,64,65,67,70,71,73,76,78,79,82,85,87,91,94,95,96,97,99,101,103,117,118,119,121,123,125,127,140,142,143,149,151,152,164,176,178,182,185,186,189,190,199,212,215,216,217,220,222,225,229,240,241,244,246,247,249,252,255,258,263,266,270,271,274,276,279,281,283,285,287,289,291,293,295,296,300,301,304,305,308,310,312,317,321,324,327,330,333,335,337,338,339,348,351,352,356,359,362,365,366,369,370,371,372,378 ./src/borg/algorithms/blake2/ref/blake2.h:3,7,11,17,20,26,30,32,39,41,48,50,59,61,70,72,79,81,88,89,91,105,107,109,123,125,127,131,133,137,143,150,156,161,166,172,177,181,184,187,190,192,194 ./src/borg/algorithms/crc32_slice_by_8.c:6,11,13,16,24,27,30,33,47,81,82,117,118,152,153,186,187,222,223,257,258,292,293,326,328,331,333,336,340,345,349,350,353,356,359,383,384,385,387,388,393,395 ./src/borg/algorithms/lz4/lib/lz4.c:4,6,10,17,29,34,46,52,53,79,87,88,89,100,104,108,112,113,122,138,160,166,173,174,184,185,190,197,201,206,211,212,223,225,238,239,259,265,271,272,277,280,281,282,285,289,292,294,298,302,305,307,309,311,312,314,316,317,319,321,322,324,326,327,329,331,332,334,335,337,343,344,345,347,354,355,356,360,364,366,367,370,371,384,386,389,403,404,406,407,413,417,419,420,426,428,431,448,449,455,456,458,459,464,498,530,531,532,533,537,539,547,553,554,559,560,561,568,569,574,600,601,609,610,617,619,623,625,627,632,637,638,640,648,649,650,652,655,656,658,660,666,667,668,670,672,678,679,680,684,686,691,692,693,695,698,699,707,713,718,720,721,723,727,728,733,736,737,749,750,762,769,770,771,779,780,785,786,801,804,808,815,823,829,832,835,844,846,855,858,860,864,870,881,884,888,891,893,906,909,921,931,934,937,946,950,951,953,954,958,965,970,976,978,984,985,994,1000,1001,1011,1012,1015,1027,1033,1034,1054,1055,1059,1060,1069,1074,1077,1079,1082,1085,1088,1094,1096,1111,1119,1122,1134,1135,1136,1139,1140,1141,1155,1156,1164,1168,1169,1172,1177,1178,1179,1181,1191,1198,1199,1200,1201,1212,1215,1224,1229,1238,1243,1244,1245,1246,1247,1249,1259,1264,1265,1266,1268,1270,1271,1272,1276,1279,1285,1286,1287,1288,1293,1296,1306,1307,1308,1310,1318,1320,1325,1326,1327,1328,1332,1334,1341,1342,1347,1350,1352,1354,1365,1366,1370,1373,1374,1377,1378,1380,1385,1386,1387,1390,1396,1398,1404,1412,1415,1416,1422,1426,1427,1429,1430,1434,1438,1444,1453,1454,1459,1460,1462,1463,1464,1466,1477,1481,1482,1483,1484,1489,1493,1495,1499,1507,1508,1516,1517,1518,1525,1526,1545,1551,1552,1556,1557,1558,1559,1562,1565,1567,1572,1573,1576,1578,1579,1580,1589,1592,1595,1597,1600,1602,1603,1604,1605,1609,1612,1615,1627,1633,1641,1643,1645,1646,1659,1667,1669,1672,1676,1678,1681,1682,1686,1691,1692,1694,1701,1704,1710,1711,1719,1721,1729,1740,1755,1757,1758,1763,1766,1776,1781,1782,1789,1796,1806,1826,1827,1830,1836,1837,1839,1842,1847,1849,1865,1872,1884,1885,1889,1890,1898,1899,1908,1931,1942,1952,1956,1957,1961,1964,1971,1973,1983,1984,2004,2006,2009,2020,2024,2025,2038,2040,2048,2053,2055,2056,2062,2063,2067,2068,2069,2070,2072,2075,2079,2080,2083,2088,2089,2092,2096,2097,2099,2102,2106,2107,2110,2114,2115,2119,2123,2124,2129,2133,2134,2138,2142,2143,2151,2155,2156,2160,2164,2165,2167,2169,2173,2174,2176,2180,2181,2189,2196,2197,2210,2215,2216,2226,2229,2259,2260,2262,2263,2266,2270,2294,2295,2297,2298,2299,2306,2308,2314,2317,2320,2321,2323,2328,2329,2330,2336,2338,2340,2342,2344,2346,2348,2350,2352,2354,2356,2358,2359,2367,2369,2371,2373,2374,2376,2378,2380,2384,2385,2387,2390,2391,2393,2396,2397 ./src/borg/algorithms/lz4/lib/lz4.h:5,7,11,18,30,38,41,44,45,48,52,59,66,68,75,99,104,106,111,114,115,129,130,149,165,166,172,183,192,193,202,203,217,218,244,245,250,253,277,290,315,324,325,331,338,347,361,388,389,399,401,402,406,426,428,431,437,438,450,478,479,530,533,537,540,543,544,545,548,559,562,573,580,582,593,600,602,618,634,635,649,650,651,655,684,692,696,710,714,742,749,757,758,760,761,763 ./src/borg/algorithms/zstd/lib/deprecated/zbuff.h:10,18,19,23,26,32,33,60,61,70,74,77,81,121,122,126,129,133,158,159,165,172,174,175,179,186,190,191,196,200,201,206,207,210,211,213 ./src/borg/algorithms/zstd/lib/deprecated/zbuff_common.c:10,16,20 ./src/borg/algorithms/zstd/lib/deprecated/zbuff_compress.c:10,11,12,18,19,52,54,56,57,59,61,62,64,66,67,68,70,74,77,78,79,81,83,84,86,88,89,91,92,96,110,111,112,113,115,117,126,127,128,130,139,140,141,142 ./src/borg/algorithms/zstd/lib/deprecated/zbuff_decompress.c:10,11,12,18,19,21,23,24,26,28,29,31,33,34,35,37,39,41,42,44,46,47,48,50,54,68,69,70 ./src/borg/algorithms/zstd/lib/decompress/zstd_decompress_internal.h:10,11,14,17,18,24,25,26,36,42,48,57,58,66,73,75,83,88,91,97,102,104,131,138,157,161,163,169,170,174,180,187,188 ./src/borg/algorithms/zstd/lib/decompress/zstd_decompress_block.h:10,11,14,22,23,25,29,34,35,45,57,58 ./src/borg/algorithms/zstd/lib/decompress/zstd_decompress.c:10,11,24,32,42,53,54,69,73,74,79,84,85,87,88,90,95,96,98,120,121,123,125,128,133,134,136,138,144,145,146,148,151,152,154,159,160,162,175,176,177,180,183,184,185,189,196,201,206,207,214,217,225,226,227,233,235,236,237,245,248,252,263,265,266,271,272,284,291,293,299,301,307,309,316,318,319,327,329,330,331,338,343,353,354,356,359,361,365,369,370,371,378,380,383,388,390,394,395,398,402,406,407,410,412,414,416,417,427,431,432,433,438,451,452,454,459,460,462,465,470,483,490,491,494,501,504,508,510,511,517,518,524,525,526,533,536,537,545,558,560,561,562,566,570,575,576,577,580,585,589,590,594,598,602,603,604,612,618,620,625,634,635,642,646,648,661,662,672,673,677,686,687,692,693,699,702,705,709,710,712,720,723,727,730,732,734,742,747,755,757,778,781,783,785,786,791,793,794,795,797,810,811,812,814,816,817,818,820,833,834,835,841,858,859,862,879,880,881,883,889,894,896,913,921,933,942,946,948,949,955,975,982,986,987,1000,1004,1006,1007,1017,1018,1026,1031,1035,1036,1037,1038,1040,1050,1051,1058,1061,1065,1083,1084,1096,1097,1109,1110,1122,1123,1133,1135,1136,1138,1145,1151,1153,1156,1157,1159,1179,1180,1182,1189,1190,1191,1193,1195,1205,1209,1211,1212,1218,1222,1223,1238,1243,1244,1245,1253,1258,1259,1260,1264,1266,1269,1270,1272,1274,1275,1277,1279,1280,1282,1284,1285,1286,1288,1291,1296,1304,1306,1307,1309,1311,1312,1314,1316,1317,1319,1323,1324,1326,1328,1329,1330,1335,1340,1341,1344,1347,1348,1353,1357,1358,1363,1366,1367,1368,1370,1376,1378,1379,1384,1393,1394,1396,1398,1399,1401,1418,1421,1422,1427,1433,1434,1437,1438,1440,1457,1459,1460,1462,1467,1474,1476,1477,1478,1480,1482,1483,1485,1493,1494,1496,1501,1502,1504,1513,1514,1515,1517,1519,1521,1522,1524,1529,1530,1532,1534,1535,1538,1552,1553,1573,1584,1586,1587,1589,1599,1613,1616,1625,1659,1668,1671,1676,1694,1701,1702,1706,1714,1715,1723,1729,1731,1734,1753,1760,1769,1779,1794,1798,1804,1818,1824,1829,1833,1836,1843,1846,1855,1863,1870,1871,1872,1877,1885 ./src/borg/algorithms/zstd/lib/decompress/zstd_ddict.c:10,13,26,30,31,32,45,47,50,51,53,56,57,59,85,86,87,88,92,96,101,107,108,110,117,118,119,124,135,138,141,143,144,149,151,163,164,165,171,174,175,181,184,185,186,192,203,209,210,211,213,219,220,221,226,228,229,231,234,235,241,244 ./src/borg/algorithms/zstd/lib/decompress/huf_decompress.c:14,25,29,38,39,44,45,51,52,57,59,67,75,83,84,86,93,94,96,97,102,104,108,109,110,112,117,119,125,129,134,136,139,142,149,150,158,185,186,188,192,193,196,201,202,205,209,213,216,218,225,226,231,235,237,238,244,252,254,256,258,260,261,267,270,277,302,308,331,332,340,346,350,353,354,355,356,361,364,365,366,371,375,376,380,382,387,389,390,391,394,398,399,401,404,405,410,414,415,419,421,427,429,430,434,436,437,438,440,444,446,449,450,452,453,455,459,464,465,472,475,478,487,488,498,503,506,507,508,513,518,520,528,548,549,550,554,562,569,580,582,585,589,592,595,598,605,608,609,617,619,620,639,644,649,650,652,656,657,658,661,666,667,670,682,683,686,690,694,698,700,707,708,712,715,718,720,721,727,729,732,740,741,744,747,748,754,756,763,788,794,841,842,848,854,858,861,862,863,866,871,875,876,880,882,888,890,891,892,895,899,900,902,905,906,911,915,916,920,922,928,930,931,935,937,938,939,942,946,947,949,952,953,955,956,960,964,978,979,983,997,998,999,1003,1023,1030,1049,1051,1052,1053,1055,1057,1061,1067,1080,1081,1082,1084,1090,1104,1105,1106,1108,1112,1113,1114,1119,1123,1138,1139,1140,1144,1150,1168,1169,1170,1173,1177,1178,1179,1181,1195,1196,1199,1201,1206,1208,1210,1212,1226,1227,1229,1233,1247,1248 ./src/borg/algorithms/zstd/lib/decompress/zstd_ddict.h:10,11,14,20,21,25,36,39,41,42,43 ./src/borg/algorithms/zstd/lib/decompress/zstd_decompress_block.c:10,13,29,33,42,43,48,49,53,58,60,69,70,71,72,81,84,87,89,94,103,123,126,130,131,141,160,161,162,164,171,172,177,190,191,199,204,205,210,224,230,233,234,235,236,245,283,305,306,344,345,347,351,354,360,361,362,372,375,379,383,400,401,414,415,427,428,429,439,441,449,462,473,477,478,479,482,488,491,498,506,507,509,516,526,527,536,537,546,547,548,550,551,552,559,564,575,599,603,604,619,622,627,634,635,640,647,650,651,665,671,677,682,691,701,702,708,715,728,736,745,748,757,770,781,783,786,791,793,794,797,805,806,809,814,815,818,822,823,833,836,839,851,867,880,890,891,895,902,906,909,912,919,920,928,944,945,946,948,949,952,964,965,971,988,989,991,1000,1013,1027,1032,1092,1093,1101,1102,1109,1110,1111,1113,1114,1121,1123,1125,1134,1146,1169,1174,1176,1189,1191,1202,1203,1206,1207,1214,1215,1216,1218,1219,1226,1228,1230,1231,1232,1234,1243,1245,1247,1255,1257,1259,1261,1268,1275,1280,1283,1285,1286,1299,1304,1307,1309,1310,1311,1320,1327,1331,1332,1335,1337,1339,1354,1356,1363,1364,1366,1380,1382,1391,1393,1395,1403,1408,1409,1410,1411,1413,1419,1420,1421,1422,1426,1432 ./src/borg/algorithms/zstd/lib/compress/zstd_ldm.h:10,13,17,20,24,26,30,48,70,80,81,87,93,105,107,109 ./src/borg/algorithms/zstd/lib/compress/zstd_compress_superblock.h:10,13,17,19,23,31 ./src/borg/algorithms/zstd/lib/compress/zstd_ldm.c:10,12,16,21,24,36,40,45,47,48,50,57,58,60,62,63,69,72,73,78,81,82,90,96,97,98,103,105,106,112,117,118,134,144,145,146,154,160,162,163,173,175,177,181,185,196,197,199,200,211,214,223,225,226,230,238,239,240,241,248,253,254,255,259,286,298,300,305,306,308,316,322,331,337,348,354,355,361,362,363,364,372,373,377,378,386,394,395,400,402,410,413,415,416,421,426,427,428,432,440,459,469,501,502,504,505,513,523,525,527,531,532,533,543,550,558,559,563,564,568,578,591,593,599,612,613,619 ./src/borg/algorithms/zstd/lib/compress/zstd_lazy.h:10,13,17,19,21,23,36,49,62,64,66 ./src/borg/algorithms/zstd/lib/compress/zstd_lazy.c:10,13,14,18,23,27,31,35,41,46,49,54,56,57,58,68,89,90,95,103,119,120,123,126,127,147,149,150,151,161,168,177,182,184,187,195,202,205,206,207,217,218,219,224,226,227,228,229,236,242,246,252,258,261,274,275,283,284,294,295,307,310,315,324,325,336,338,339,340,356,358,364,365,372,374,375,376,377,385,390,391,392,397,399,405,406,407,408,413,415,421,422,423,424,429,431,437,438,439,440,441,446,453,461,467,468,471,472,476,477,478,486,505,508,521,522,528,529,532,533,545,547,554,560,561,564,565,566,568,569,570,575,577,583,584,585,586,591,593,599,600,601,602,607,609,615,616,617,618,623,631,640,650,664,666,675,681,682,694,707,708,713,714,720,721,725,726,738,752,753,762,773,787,788,798,799,811,817,819,825,826,845,847,848,849,861,865,868,869,870,874,876,877,881,883,884,888,890,891,895,897,898,902,904,905,909,911,912,916,918,919,923,925,926,927,934,947,952,954,956,959,972,985,991,992,996,997,1019,1029,1050,1061,1062,1070,1071,1077,1078,1096,1099,1103,1106,1107,1108,1112,1114,1115,1119,1120,1122,1123,1127,1128,1130,1131,1135,1136,1138 ./src/borg/algorithms/zstd/lib/compress/zstd_compress_literals.h:10,13,15,16,18,20,28 ./src/borg/algorithms/zstd/lib/compress/zstd_compress_superblock.c:10,15,21,35,49,54,55,67,78,80,83,88,89,97,98,99,107,112,113,114,118,119,143,144,150,155,156,157,158,169,188,192,267,268,269,280,298,299,324,333,335,337,345,346,349,355,356,365,370,376,378,379,382,387,392,398,401,405,406,418,422,424,425,443,449,451,464,465,468,470,482,483,508,511,512,525,527,530,531,547,559,570,575,577,578,584,588,600,601,608,615,623,629,631,632,641,658,659,677,678,680,688,689,706,726,729,741,746,784,787,788,789,794,801,815,817,818,821,822,828,835,845 ./src/borg/algorithms/zstd/lib/compress/zstd_compress_sequences.c:10,15,45,51,52,59,65,66,72,81,83,84,93,103,113,115,117,118,126,137,139,140,149,160,163,176,188,189,195,199,209,214,216,220,221,230,234,254,261,262,264,265,266,274,279,286,301,306,308,338,343,347,354,358,359,360,368,374,375,376,378,386,392,393,395,402,411,419 ./src/borg/algorithms/zstd/lib/compress/zstd_compress.c:10,32,33,46,47,48,63,65,67,68,70,78,79,80,82,90,91,92,94,100,103,107,115,116,121,127,128,130,134,135,137,145,146,148,152,157,158,160,161,162,164,171,172,173,175,182,183,185,187,188,191,194,202,203,206,216,217,219,221,222,224,228,229,231,233,234,241,242,244,253,254,259,266,267,269,271,273,278,283,288,293,298,303,308,313,318,323,328,337,346,356,361,366,371,376,381,387,392,398,404,410,415,420,424,425,426,431,437,438,442,443,444,446,448,457,479,480,481,483,491,493,498,525,527,529,530,533,536,541,546,549,550,556,562,568,574,580,585,591,597,602,607,611,617,618,624,625,635,649,659,669,673,679,685,691,697,703,709,711,712,713,715,717,718,721,723,819,821,822,832,839,842,843,845,851,852,859,869,874,878,889,890,894,911,915,916,919,922,923,925,928,929,930,932,939,940,942,944,945,948,956,958,959,963,968,975,977,978,979,984,993,994,1000,1005,1015,1016,1020,1023,1024,1035,1039,1042,1051,1056,1057,1060,1062,1063,1068,1072,1073,1076,1079,1083,1096,1097,1101,1124,1125,1127,1140,1143,1149,1151,1161,1164,1165,1166,1168,1171,1172,1174,1177,1178,1180,1186,1188,1189,1191,1201,1203,1204,1205,1207,1210,1211,1213,1216,1217,1219,1225,1227,1228,1234,1238,1253,1258,1262,1266,1267,1270,1280,1281,1283,1291,1292,1298,1300,1305,1306,1316,1328,1338,1343,1351,1356,1361,1362,1364,1366,1368,1370,1378,1383,1384,1394,1395,1397,1400,1402,1403,1413,1415,1416,1424,1429,1431,1438,1439,1451,1453,1456,1457,1459,1467,1477,1480,1484,1489,1491,1493,1496,1509,1511,1523,1527,1529,1535,1541,1550,1551,1559,1567,1576,1580,1581,1584,1586,1587,1588,1597,1598,1615,1619,1627,1628,1635,1647,1648,1658,1665,1669,1671,1674,1676,1677,1683,1685,1687,1698,1699,1701,1705,1712,1713,1719,1720,1722,1729,1730,1732,1735,1737,1738,1747,1748,1751,1758,1759,1760,1773,1777,1790,1791,1793,1799,1809,1810,1812,1814,1820,1822,1825,1827,1828,1835,1841,1845,1846,1847,1857,1863,1876,1883,1888,1889,1891,1893,1894,1896,1898,1899,1903,1906,1907,1914,1915,1919,1920,1921,1922,1926,1928,1930,1944,1949,1950,1956,1959,1960,1971,1989,1992,2007,2008,2022,2028,2029,2033,2116,2118,2143,2144,2145,2148,2149,2159,2171,2175,2176,2178,2179,2184,2219,2224,2225,2228,2231,2232,2234,2238,2239,2241,2243,2252,2262,2270,2271,2278,2290,2307,2312,2313,2315,2319,2322,2328,2334,2335,2336,2340,2346,2348,2353,2356,2357,2361,2363,2364,2367,2371,2373,2379,2383,2384,2391,2393,2394,2400,2403,2405,2406,2408,2412,2413,2417,2429,2433,2434,2438,2439,2448,2457,2460,2461,2465,2472,2474,2475,2480,2490,2492,2511,2519,2520,2521,2522,2523,2529,2530,2535,2541,2544,2547,2549,2550,2556,2572,2573,2574,2586,2593,2595,2599,2603,2608,2612,2615,2627,2637,2638,2639,2640,2651,2654,2655,2656,2670,2676,2680,2684,2690,2692,2698,2700,2701,2708,2714,2715,2716,2718,2729,2730,2731,2736,2739,2744,2753,2754,2756,2759,2762,2763,2769,2770,2787,2789,2790,2791,2795,2798,2799,2800,2802,2806,2807,2809,2813,2815,2816,2826,2829,2832,2836,2837,2840,2842,2847,2849,2852,2854,2861,2868,2876,2879,2880,2882,2883,2886,2887,2888,2898,2900,2901,2905,2910,2915,2920,2924,2925,2938,2939,2953,2954,2968,2969,2975,2977,2978,2995,3002,3006,3011,3017,3026,3033,3034,3035,3048,3053,3054,3056,3060,3066,3069,3070,3074,3075,3078,3088,3101,3102,3118,3120,3121,3129,3138,3139,3145,3152,3153,3155,3162,3163,3165,3167,3168,3169,3174,3178,3181,3189,3190,3198,3199,3206,3207,3210,3211,3215,3233,3235,3236,3237,3243,3252,3253,3259,3267,3268,3276,3282,3283,3289,3295,3296,3301,3305,3306,3310,3317,3318,3319,3321,3327,3334,3335,3337,3340,3341,3343,3349,3350,3357,3368,3370,3372,3373,3398,3399,3400,3402,3403,3408,3411,3421,3425,3426,3428,3434,3441,3442,3444,3445,3446,3448,3456,3457,3459,3464,3465,3467,3474,3476,3477,3478,3498,3506,3508,3509,3515,3516,3520,3526,3528,3529,3531,3534,3535,3541,3562,3569,3570,3571,3576,3580,3581,3586,3589,3590,3600,3603,3604,3605,3606,3610,3612,3615,3616,3618,3620,3621,3625,3626,3628,3630,3631,3632,3633,3635,3637,3639,3641,3642,3647,3654,3660,3669,3670,3674,3684,3685,3694,3706,3708,3709,3716,3723,3724,3727,3732,3733,3734,3742,3755,3756,3758,3764,3765,3767,3779,3780,3782,3788,3789,3791,3793,3797,3798,3807,3815,3824,3827,3830,3845,3858,3863,3864,3898,3900,3904,3921,3928,3931,3932,3935,3936,3937,3942,3943,3945,3950,3953,3954,3955,3957,3960,3961,3962,3967,3973,3985,3986,3990,3998,4017,4027,4033,4042,4047,4048,4054,4062,4063,4067,4080,4083,4084,4085,4087,4091,4094,4095,4096,4098,4109,4110,4111,4112,4114,4118,4225,4231,4245,4246,4247,4252,4255,4256,4269,4270,4278 ./src/borg/algorithms/zstd/lib/compress/zstdmt_compress.h:10,13,17,18,33,39,44,45,55,56,65,67,68,70,75,76,77,79,82,85,88,89,91,98,103,108,116,123,128,129,141,142,147,155,159,164,169,175,176,186,187,189,191 ./src/borg/algorithms/zstd/lib/compress/zstd_compress_sequences.h:10,13,16,21,30,39,46,51 ./src/borg/algorithms/zstd/lib/compress/hist.h:15,18,19,21,32,34,35,37,49,56,65 ./src/borg/algorithms/zstd/lib/compress/zstd_opt.c:10,14,15,19,21,22,26,40,42,44,45,47,55,56,62,64,66,68,70,71,73,79,80,81,86,93,95,96,107,111,116,117,122,134,146,158,170,172,178,179,183,185,189,191,195,197,198,199,201,207,208,210,211,218,220,223,226,233,235,236,237,241,243,249,250,251,261,266,269,274,278,279,281,284,285,291,298,299,304,305,311,312,318,319,320,321,326,328,335,336,337,338,344,352,356,357,360,361,362,373,404,406,409,415,426,434,436,446,447,452,453,456,457,473,479,480,481,487,493,498,502,503,506,507,518,545,558,561,577,588,607,620,621,638,639,641,647,659,660,675,676,677,692,694,707,721,722,723,732,733,734,735,739,740,741,750,757,764,765,766,767,771,772,774,776,777,779,782,789,791,792,794,802,812,816,820,827,831,837,848,854,865,872,887,888,889,895,915,916,917,931,932,935,937,942,943,953,954,958,969,976,979,983,996,999,1003,1006,1016,1017,1021,1035,1036,1047,1052,1053,1061,1063,1066,1067,1068,1072,1075,1076,1077,1080,1087,1089,1090,1093,1099,1100,1111,1114,1120,1122,1129,1132,1133,1137,1140,1141,1145,1148,1165,1166,1168,1169,1173,1175,1176,1180,1182,1183,1187,1189,1190,1194,1196,1197 ./src/borg/algorithms/zstd/lib/compress/zstd_compress_internal.h:10,14,17,26,30,31,44,45,51,57,65,70,79,84,89,97,99,108,121,126,134,154,160,165,174,183,189,196,203,208,218,221,227,230,234,242,254,262,275,280,286,288,290,291,296,297,299,310,311,316,327,328,332,334,349,350,352,353,358,364,365,370,377,378,380,387,388,389,395,400,401,403,414,415,416,428,430,431,440,449,464,467,469,475,477,480,486,488,490,491,492,497,529,558,559,560,562,565,580,581,589,599,600,601,608,612,616,620,624,628,630,632,639,640,641,646,652,654,655,657,662,668,670,671,676,678,679,685,687,688,693,698,699,712,718,721,724,725,731,733,734,741,747,748,756,759,760,773,804,811,818,822,823,853,858,879,883,884,885,898,906,919,920,928,929,939,960,969,971,972,977,984,985,990,997,998,999,1000,1003,1005,1015,1016,1020,1027,1028,1029,1031,1032,1034,1036,1041,1050,1052,1057,1065,1075,1077,1081,1091,1099,1100,1107,1108,1120,1124 ./src/borg/algorithms/zstd/lib/compress/fse_compress.c:14,28,29,34,35,44,52,57,58,60,69,78,81,87,90,94,106,107,120,122,123,129,135,140,148,155,164,165,167,169,170,171,173,176,177,178,179,181,182,187,190,191,196,209,213,218,233,238,262,272,276,283,285,286,287,290,293,296,298,299,300,304,306,311,312,314,317,323,324,326,337,338,340,342,343,344,347,349,354,358,363,369,375,376,378,380,383,395,396,406,407,413,414,430,432,433,434,438,444,454,466,475,477,478,490,492,494,495,496,499,508,511,515,519,526,528,529,532,537,541,545,549,551,552,553,557,561,564,569,571,580,581,588,589,592,594,597,599,603,604,606,607,611,612,616,618,623,624,625,627,633,637,644,650,656,657,660,664,665,671,672,675,677,678,683,685,690,691,693,695,696,697 ./src/borg/algorithms/zstd/lib/compress/zstdmt_compress.c:10,11,16,17,20,21,31,37,42,46,52,53,55,58,62,77,78,80,83,85,86,89,94,96,105,107,115,121,122,124,131,134,135,138,147,149,150,156,161,162,163,165,179,180,181,187,201,205,217,219,220,221,229,241,243,245,247,250,260,265,266,267,269,271,273,275,277,278,280,285,286,288,293,294,296,299,301,302,305,307,309,311,313,314,316,318,319,321,326,327,329,331,332,334,336,337,338,341,349,352,358,359,364,372,380,381,384,391,392,393,396,405,409,410,411,413,425,426,428,437,439,440,442,447,463,471,482,504,508,514,525,526,527,530,531,535,536,538,546,547,549,557,558,562,568,590,593,598,605,606,607,610,617,622,624,625,626,627,631,633,655,661,662,665,672,679,682,689,690,700,708,711,717,718,743,756,772,773,774,778,784,798,800,802,808,836,838,844,846,847,852,864,868,870,871,881,883,884,885,889,891,892,894,899,905,923,926,927,929,937,938,940,942,943,944,948,955,958,963,967,968,970,978,981,982,983,985,999,1000,1002,1012,1013,1019,1022,1034,1035,1036,1038,1041,1042,1044,1054,1055,1056,1060,1071,1072,1073,1077,1088,1089,1090,1095,1104,1105,1106,1112,1137,1139,1140,1142,1143,1144,1146,1151,1169,1170,1172,1173,1175,1176,1177,1181,1183,1192,1194,1195,1197,1199,1213,1215,1216,1218,1222,1223,1225,1236,1241,1242,1245,1256,1267,1279,1283,1289,1290,1296,1298,1306,1325,1329,1334,1344,1347,1361,1363,1374,1377,1378,1379,1386,1396,1397,1398,1403,1408,1409,1410,1414,1420,1423,1427,1431,1434,1443,1444,1446,1451,1452,1466,1467,1473,1475,1485,1490,1512,1514,1515,1531,1532,1537,1544,1545,1550,1557,1558,1559,1565,1569,1570,1578,1579,1580,1587,1596,1602,1603,1605,1608,1613,1614,1638,1655,1663,1664,1665,1678,1680,1681,1682,1690,1695,1705,1710,1722,1733,1734,1746,1749,1762,1766,1773,1774,1781,1785,1789,1793,1799,1803,1804,1806,1807,1812,1817,1823,1825,1826,1828,1831,1835,1844,1847,1848,1850,1861,1864,1865,1866,1873,1878,1882,1889,1895,1900,1903,1907,1909,1911,1918,1919,1924,1925,1930,1939,1943,1948,1981,1998,1999,2001,2002,2004,2008,2009,2018,2024,2027,2028,2032,2033,2051,2052,2066,2071,2079,2082,2083,2091,2092,2098,2099,2100,2101,2103,2105,2108,2109,2110,2112,2115,2122,2123,2126,2127,2128,2130,2135,2136,2138,2143 ./src/borg/algorithms/zstd/lib/compress/zstd_compress_literals.c:10,15,17,20,22,24,36,37,41,42,44,47,49,51,63,64,68,69,77,84,87,90,93,98,99,117,118,119,123,127,128,132,133,136,141,146,152,155,158 ./src/borg/algorithms/zstd/lib/compress/huf_compress.c:14,21,22,36,37,43,44,49,51,52,53,64,68,71,74,77,80,85,86,89,93,94,100,101,103,104,105,110,116,121,124,131,138,147,148,149,151,156,159,163,171,179,194,195,198,199,201,205,206,207,214,216,219,224,231,234,238,248,275,284,289,291,292,297,299,301,306,308,310,315,325,328,329,330,331,337,339,347,356,359,369,377,378,385,388,407,408,410,411,417,420,421,423,428,430,431,437,439,440,442,445,447,448,450,453,456,461,468,473,476,488,489,499,500,502,503,505,510,512,513,518,520,521,526,529,531,532,534,539,542,543,545,547,549,550,551,556,563,567,574,575,583,584,592,593,600,601,603,604,606,608,609,611,616,627,628,634,645,650,652,663,669,670,675,676,682,688,689,700,701,713,720,724,725,726,731,736,737,743,748,749,753,756,757,765,770,771,780,785,786,790,793,794,796,798 ./src/borg/algorithms/zstd/lib/compress/zstd_double_fast.c:10,13,14,17,28,47,48,49,55,73,98,100,102,106,107,116,122,123,143,153,154,162,163,171,177,184,189,195,199,205,207,213,222,235,245,246,248,252,254,259,268,269,290,293,309,313,316,317,318,322,325,335,336,337,338,342,345,355,356,357,358,363,385,387,391,398,403,410,429,450,454,459,463,472,473,491,494,498,501,502,503,507,510,520,521 ./src/borg/algorithms/zstd/lib/compress/zstd_opt.h:10,13,17,19,22,32,33,40,47,51,53,55 ./src/borg/algorithms/zstd/lib/compress/hist.c:15,21,22,25,31,36,39,43,44,47,51,52,54,55,57,71,80,82,88,90,114,116,117,120,126,133,137,138,147,153,154,158,161,162,169,176,177,180,183 ./src/borg/algorithms/zstd/lib/compress/zstd_cwksp.h:10,13,18,22,26,37,46,134,139,144,148,150,159,160,168,169,186,187,195,208,209,211,212,213,219,220,230,235,244,247,249,256,258,259,265,266,273,274,285,296,298,302,304,305,313,318,330,334,341,343,344,347,352,356,358,363,364,371,373,374,384,386,387,394,396,399,401,404,405,412,418,421,423,425,428,430,436,438,439,456,457,464,465,471,472,480,481,484,485,488,489,493,496,497,500,501,505,506,510,511,518,519,520,522,524 ./src/borg/algorithms/zstd/lib/compress/zstd_fast.h:10,13,17,20,32,34,36 ./src/borg/algorithms/zstd/lib/compress/zstd_fast.c:10,13,14,18,27,43,44,45,51,70,80,81,105,109,112,114,122,126,132,138,148,156,162,175,176,180,183,184,185,189,193,203,204,205,210,226,237,244,248,256,269,296,311,312,316,322,340,342,343,344,345,349,352,353,357,361,371,372,373,374,378,400,402,406,420,435,446,466,469,473,476,477,478,482,485,495,496 ./src/borg/algorithms/zstd/lib/compress/zstd_double_fast.h:10,13,17,20,32,33,35,37 ./src/borg/algorithms/zstd/lib/common/huf.h:14,18,21,24,25,39,40,44,56,69,70,74,78,79,81,89,99,101,111,114,115,120,125,126,134,142,150,151,159,169,170,174,193,209,219,228,232,238,245,252,265,274,282,283,287,301,306,317,325,335,337,339 ./src/borg/algorithms/zstd/lib/common/zstd_internal.h:10,13,18,39,43,49,50,58,71,72,82,83,99,100,115,133,134,139,143,147,154,158,160,164,166,169,172,174,176,188,201,218,225,226,236,237,245,247,250,256,266,271,273,290,298,301,302,303,305,309,311,312,315,322,323,332,346,351,357,364,367,368,370,371,382,385,390,391,393,395,413,414,415,416,422,423,429,435,441,442,444,446 ./src/borg/algorithms/zstd/lib/common/zstd_errors.h:10,13,17,20,21,37,82,88,89,91,93 ./src/borg/algorithms/zstd/lib/common/debug.h:14,15,31,34,38,39,44,45,52,53,61,62,77,85,94,108,109,111,113 ./src/borg/algorithms/zstd/lib/common/entropy_common.c:14,24,25,28,29,33,36,37,43,54,67,79,96,111,119,120,128,129,136,142,145,146,147,158,163,167,184,185,195,209,212,216 ./src/borg/algorithms/zstd/lib/common/compiler.h:10,13,18,25,33,35,38,40,63,70,81,91,106,128,130,138,139,151,164,174 ./src/borg/algorithms/zstd/lib/common/error_private.h:10,12,15,19,20,26,27,40,41,47,48,55,57,59,63,64,68,70,72,74,75,77,79 ./src/borg/algorithms/zstd/lib/common/fse_decompress.c:14,15,26,27,33,34,43,51,56,57,60,63,64,66,68,69,71,75,79,83,99,100,113,114,123,125,126,127,129,134,139,142,146,148,149,150,152,161,164,172,173,175,176,181,186,190,193,196,198,202,205,207,210,212,215,217,218,227,228,235,237,238,239,243,247,251,252,253,255,261,269,271,273,274,275,277,279,282,283,284,285 ./src/borg/algorithms/zstd/lib/common/fse.h:14,18,21,22,27,28,41,46,51,54,55,69,75,82,83,88,92,93,106,107,118,123,128,130,136,144,149,157,163,168,175,186,193,200,206,211,218,219,221,230,236,241,248,255,265,270,276,278,281,284,285,293,297,301,302,306,309,316,319,322,328,331,334,337,343,357,359,361,363,367,370,372,376,377,381,387,391,396,399,406,407,415,416,418,420,422,427,429,433,436,440,445,449,453,459,464,471,472,478,479,487,489,497,498,499,504,511,512,513,515,521,522,524,527,528,529,536,539,540,546,559,560,561,562,564,569,571,576,578,584,585,587,590,591,593,598,599,601,606,609,610,614,619,622,623,625,627,628,629,630,632,647,654,661,662,664,665,674,679,681,682,684,685,687 ./src/borg/algorithms/zstd/lib/common/xxhash.c:14,15,41,48,60,74,75,88,93,94,103,111,113,114,118,119,140,141,143,147,149,153,156,158,162,164,168,169,171,175,176,178,179,184,198,207,212,214,223,225,226,231,237,238,243,245,250,251,253,255,256,258,260,261,263,268,269,271,273,274,276,278,279,280,285,286,295,301,303,304,309,311,312,314,316,317,318,322,324,329,330,332,337,342,344,351,358,362,363,365,370,371,376,377,383,385,386,387,389,398,406,412,413,414,416,421,422,424,429,430,432,437,442,444,451,458,464,467,468,470,476,477,482,483,488,489,495,497,498,499,501,510,518,524,525,526,530,532,534,536,539,540,542,544,546,549,550,551,553,555,564,565,566,568,577,578,579,581,584,588,591,596,597,605,608,609,616,623,628,629,633,634,636,637,639,641,646,647,648,649,651,655,660,661,663,668,669,674,675,681,683,684,685,687,689,694,695,696,697,699,701,704,708,710,714,717,718,727,728,735,742,747,748,752,753,755,756,758,760,765,766,767,768,770,774,780,788,789,791,797,798,803,804,809,810,816,818,819,820,822,824,829,830,831,835,841,843,847,848,850,854,855,857,859,860,862,864 ./src/borg/algorithms/zstd/lib/common/pool.c:10,11,17,22,23,25,27,33,40,46,51,61,73,82,84,93,95,101,103,106,107,110,111,130,136,154,156,157,174,175,185,186,187,188,194,195,196,199,204,224,225,228,236,237,250,251,252,253,255,259,264,265,267,273,276,277,278,280,286,290,291,292,294,298,299,305,308,309,315,316,320,321,325,326,330,331,336,337,342,343 ./src/borg/algorithms/zstd/lib/common/zstd_common.c:10,11,12,20,21,26,28,29,38,42,46,50,51,52,57,61,62,64,71,73,74,76,82,83 ./src/borg/algorithms/zstd/lib/common/pool.h:10,13,17,18,22,24,32,35,40,51,57,62,70,71,78,79,81,83 ./src/borg/algorithms/zstd/lib/common/cpu.h:10,13,18,20,22,26,33,42,48,53,54,76,86,93,100,102,109,110,111,115,116,180,212,214 ./src/borg/algorithms/zstd/lib/common/mem.h:10,13,17,23,24,41,45,49,56,61,63,66,71,76,85,90,106,122,123,157,158,182,185,187,190,191,193,200,204,206,222,227,231,233,236,238,240,241,243,245,246,248,250,251,253,255,256,258,260,261,263,265,266,268,270,271,273,275,287,288,290,306,307,309,314,315,317,319,325,326,327,329,336,337,338,340,342,343,345,348,349,351,356,357,359,364,365,367,372,373,375,380,381,383,388,389,391,396,397,399,401,406,407,409,414,415,417,422,423,425,430,431,433,438,439,441,446,447,448,450,452 ./src/borg/algorithms/zstd/lib/common/error_private.c:10,12,14,16,23,53,55 ./src/borg/algorithms/zstd/lib/common/debug.c:14,15,21,23 ./src/borg/algorithms/zstd/lib/common/threading.c:13,17,19,22,24,29,30,34,35,37,39,43,44,47,52,57,58,60,62,64,74,75,76,78,80,82,84,89,90,92,95,99,100,101,103,108,109,111,114,118,119,120 ./src/borg/algorithms/zstd/lib/common/bitstream.h:16,20,26,34,35,44,48,49,64,69,86,87,98,104,109,110,120,121,127,130,133,134,135,140,142,163,164,165,175,185,193,194,200,206,207,213,218,219,224,232,233,240,249,250,255,260,261,262,273,275,278,289,292,295,298,301,304,307,309,313,315,316,318,319,321,323,324,326,331,332,334,337,338,346,357,358,362,366,367,369,371,372,378,382,383,387,392,393,401,409,410,417,420,423,427,434,439,440,441,446,448,449,451,453 ./src/borg/algorithms/zstd/lib/common/threading.h:13,16,18,22,24,33,38,42,47,48,55,63,70,73,75,79,80,84,86,92,99,103,105,111,117,124,128,130,133,139,146,148,150,152,154 ./src/borg/algorithms/zstd/lib/common/xxhash.h:14,16,19,21,35,39,46,50,53,54,60,61,90,92,95,98,125,126,135,136,142,145,157,158,164,166,169,172,173,175,179,183,188,190,192,196,199,202,205,206,213,216,217,228,231,234,236,237,238,247,251,263,274,275,279,281,282,284 ./src/borg/algorithms/zstd/lib/legacy/zstd_v01.h:10,13,17,22,23,37,45,50,55,56,63,67,72,82,88,89,91,93 ./src/borg/algorithms/zstd/lib/legacy/zstd_v06.h:10,13,17,20,21,32,33,44,52,57,62,66,67,75,79,80,92,93,99,103,106,107,108,112,116,119,123,147,148,154,159,160,165,166,167,169,171 ./src/borg/algorithms/zstd/lib/legacy/zstd_v04.c:10,11,17,20,21,27,31,32,49,50,72,73,81,82,107,110,112,115,116,118,124,126,128,132,136,138,140,143,145,147,148,150,152,153,155,157,158,160,162,163,165,166,168,172,175,176,177,179,181,183,185,189,190,191,193,195,196,198,202,205,206,207,208,210,214,218,219,220,221,223,228,229,230,232,234,236,243,244,249,252,254,263,265,276,277,284,287,290,294,301,304,311,314,318,319,320,321,323,324,331,337,338,343,347,349,353,360,363,366,377,380,382,384,385,390,392,395,402,403,404,405,412,416,417,422,423,435,440,441,447,448,449,460,465,470,471,473,481,486,493,501,508,518,523,529,530,532,534,536,537,543,545,549,556,568,575,579,580,586,591,597,603,608,609,610,611,617,618,619,624,643,644,645,649,658,660,662,670,672,678,686,691,692,694,695,697,700,701,705,708,709,711,713,714,716,720,721,725,729,730,732,735,737,742,744,747,748,752,755,760,761,762,767,769,770,772,774,776,777,778,783,785,789,796,808,815,819,820,828,832,833,839,842,843,844,849,853,854,856,858,860,861,867,868,873,878,880,885,887,893,894,896,901,904,905,907,912,915,916,918,920,921,922,924,926,928,932,934,938,945,957,962,964,975,980,981,988,989,991,1011,1012,1019,1020,1029,1034,1035,1040,1041,1046,1047,1056,1064,1069,1071,1072,1074,1087,1091,1096,1098,1101,1103,1106,1107,1108,1111,1114,1118,1119,1120,1122,1124,1127,1132,1133,1134,1138,1139,1140,1146,1147,1152,1154,1155,1158,1169,1180,1182,1184,1187,1190,1193,1195,1198,1199,1201,1205,1211,1215,1218,1219,1222,1224,1227,1229,1233,1234,1240,1243,1244,1245,1247,1250,1252,1255,1257,1258,1259,1262,1266,1267,1268,1273,1278,1281,1285,1287,1288,1289,1291,1300,1303,1308,1312,1313,1315,1316,1321,1326,1331,1335,1338,1340,1343,1345,1348,1350,1353,1355,1358,1360,1361,1365,1368,1370,1373,1375,1376,1380,1382,1384,1385,1386,1390,1393,1396,1400,1401,1402,1404,1412,1414,1421,1424,1427,1428,1429,1430,1432,1433,1438,1440,1444,1451,1463,1470,1474,1475,1480,1481,1496,1497,1503,1504,1506,1508,1510,1511,1516,1518,1522,1529,1541,1548,1552,1553,1554,1566,1567,1573,1574,1583,1587,1590,1591,1593,1595,1597,1598,1599,1603,1605,1609,1616,1628,1632,1643,1644,1648,1649,1656,1657,1668,1669,1675,1676,1677,1682,1684,1686,1695,1702,1706,1708,1710,1715,1717,1724,1727,1728,1729,1731,1735,1736,1741,1745,1747,1751,1759,1760,1763,1768,1769,1770,1774,1776,1786,1789,1792,1796,1800,1804,1805,1808,1817,1818,1820,1821,1823,1828,1829,1832,1836,1840,1842,1844,1847,1852,1853,1857,1861,1863,1864,1865,1870,1872,1873,1881,1904,1915,1919,1936,1938,1939,1945,1951,1955,1958,1959,1960,1961,1963,1967,1973,1975,1976,1977,1981,1986,1990,1993,1996,2003,2004,2007,2015,2020,2022,2023,2024,2026,2031,2036,2038,2041,2047,2049,2058,2060,2064,2070,2072,2073,2074,2076,2088,2092,2095,2098,2102,2104,2107,2111,2114,2115,2117,2120,2125,2127,2128,2130,2137,2141,2143,2146,2148,2149,2150,2151,2156,2158,2159,2160,2162,2167,2168,2170,2175,2177,2181,2182,2184,2185,2186,2189,2193,2197,2199,2201,2204,2209,2210,2214,2217,2220,2222,2223,2228,2230,2231,2239,2262,2273,2277,2294,2296,2297,2303,2309,2313,2316,2317,2318,2319,2321,2324,2330,2332,2333,2334,2338,2341,2360,2362,2364,2372,2378,2383,2385,2387,2389,2393,2394,2395,2396,2398,2399,2403,2405,2426,2431,2443,2444,2451,2452,2461,2462,2467,2471,2472,2477,2478,2482,2486,2487,2493,2495,2513,2515,2523,2524,2526,2531,2532,2534,2537,2538,2539,2548,2555,2556,2557,2559,2568,2569,2575,2581,2582,2583,2585,2589,2591,2594,2597,2601,2602,2604,2608,2610,2611,2612,2617,2619,2622,2625,2627,2630,2631,2632,2637,2639,2642,2644,2647,2654,2656,2659,2667,2673,2680,2683,2684,2685,2686,2690,2697,2700,2707,2711,2713,2717,2721,2724,2726,2729,2732,2747,2749,2766,2768,2784,2786,2787,2788,2794,2804,2805,2807,2814,2824,2826,2827,2842,2843,2852,2854,2856,2862,2863,2864,2869,2878,2883,2888,2891,2897,2900,2902,2911,2912,2913,2915,2929,2931,2933,2935,2939,2941,2943,2945,2947,2948,2949,2954,2971,2978,2980,2983,2994,2996,3003,3004,3007,3009,3016,3017,3018,3019,3021,3022,3023,3025,3027,3032,3033,3034,3035,3039,3043,3045,3051,3053,3054,3055,3060,3068,3072,3077,3079,3081,3082,3084,3093,3094,3097,3101,3105,3107,3123,3125,3130,3131,3133,3134,3138,3141,3142,3144,3149,3154,3158,3160,3163,3168,3169,3175,3176,3178,3182,3183,3186,3187,3192,3194,3195,3197,3201,3204,3221,3228,3231,3233,3237,3239,3241,3245,3260,3265,3268,3269,3270,3271,3273,3278,3279,3280,3281,3285,3287,3308,3313,3318,3323,3324,3346,3349,3351,3369,3371,3372,3374,3381,3382,3384,3391,3392,3393,3395,3397,3401,3402,3403,3405,3409,3410,3412,3416,3418,3419,3421,3423,3431,3434,3436,3437,3441,3453,3456,3457,3473,3483,3499,3503,3506,3510,3512,3523,3526,3529,3538,3548,3549,3552,3558,3563,3567,3569,3570,3571,3574,3575,3580,3581,3582,3583,3589,3592,3593,3594,3596,3598,3600,3602,3603,3605,3617,3618,3620,3622,3624,3625,3627,3629,3630,3631,3632,3635,3639,3641,3644,3645 ./src/borg/algorithms/zstd/lib/legacy/zstd_v06.c:10,11,18,19,20,25,27,31,38,50,57,61,62,79,80,102,103,128,131,133,136,137,139,145,147,149,153,157,159,161,164,166,168,169,171,173,174,176,178,179,181,183,184,185,187,189,200,201,203,218,219,220,222,224,230,231,232,234,241,242,243,245,250,251,252,254,259,260,261,263,268,269,270,271,273,275,277,282,284,305,311,316,320,321,322,324,334,335,336,340,342,345,349,360,363,369,372,376,377,383,398,401,402,403,405,407,413,415,436,442,443,449,450,455,459,463,470,473,477,480,482,487,489,493,503,508,510,518,528,532,533,539,544,551,552,553,554,562,570,572,611,613,614,620,622,626,633,645,651,655,656,657,666,673,674,679,683,684,685,690,695,700,701,703,710,716,721,728,735,745,750,756,757,759,761,768,770,774,781,793,799,803,804,810,811,818,819,820,825,831,837,842,843,844,850,851,852,857,876,877,878,879,890,892,905,913,918,919,921,922,923,925,928,929,933,936,937,939,941,942,944,948,949,953,957,958,960,963,969,973,979,984,985,986,991,993,994,996,998,1004,1006,1010,1017,1029,1036,1040,1041,1049,1052,1053,1059,1062,1065,1066,1071,1075,1076,1078,1080,1081,1087,1088,1092,1093,1095,1100,1102,1107,1109,1115,1116,1118,1121,1122,1124,1129,1130,1132,1137,1140,1141,1145,1150,1153,1154,1155,1156,1158,1169,1174,1175,1182,1183,1185,1186,1195,1200,1202,1203,1205,1207,1212,1214,1218,1225,1237,1242,1243,1248,1250,1251,1256,1257,1262,1265,1276,1287,1304,1313,1316,1319,1327,1328,1336,1337,1344,1349,1353,1357,1359,1363,1370,1382,1387,1388,1408,1409,1415,1416,1421,1422,1431,1439,1444,1445,1448,1451,1452,1454,1456,1457,1459,1463,1467,1471,1487,1488,1500,1502,1503,1512,1514,1515,1516,1517,1519,1524,1529,1532,1536,1538,1539,1540,1542,1551,1554,1562,1563,1565,1566,1571,1576,1580,1584,1587,1589,1593,1596,1598,1601,1603,1606,1608,1609,1614,1616,1620,1621,1623,1625,1630,1632,1633,1634,1638,1642,1646,1647,1648,1650,1657,1659,1666,1667,1670,1672,1673,1674,1675,1681,1683,1687,1694,1706,1712,1716,1717,1734,1735,1740,1741,1743,1745,1751,1753,1757,1764,1776,1782,1786,1787,1795,1804,1805,1811,1812,1813,1822,1825,1826,1830,1833,1834,1835,1846,1847,1848,1857,1862,1866,1873,1889,1890,1900,1914,1917,1921,1922,1923,1924,1926,1928,1933,1935,1939,1946,1958,1963,1974,1975,1979,1980,1981,1986,1987,1988,1993,1995,1997,1998,1999,2003,2005,2015,2018,2021,2025,2032,2033,2044,2045,2047,2048,2049,2051,2056,2057,2060,2064,2068,2070,2072,2079,2080,2084,2088,2090,2091,2096,2103,2106,2108,2111,2113,2114,2116,2119,2125,2127,2128,2129,2134,2137,2145,2168,2179,2200,2201,2207,2213,2217,2220,2221,2222,2223,2225,2228,2234,2236,2237,2238,2242,2247,2250,2253,2262,2263,2273,2278,2281,2282,2284,2289,2294,2296,2304,2324,2325,2326,2328,2340,2344,2347,2350,2353,2360,2363,2364,2372,2374,2375,2394,2399,2401,2402,2403,2405,2410,2411,2413,2424,2425,2426,2429,2433,2437,2439,2441,2448,2449,2453,2456,2459,2461,2462,2463,2468,2472,2476,2481,2484,2487,2490,2491,2493,2496,2502,2504,2505,2510,2512,2520,2543,2554,2574,2576,2577,2583,2589,2593,2596,2597,2598,2599,2601,2604,2610,2612,2613,2614,2615,2616,2620,2623,2642,2644,2646,2649,2655,2661,2662,2664,2669,2670,2674,2678,2680,2701,2705,2706,2710,2717,2721,2722,2727,2732,2734,2755,2759,2771,2772,2773,2782,2783,2790,2791,2796,2797,2803,2805,2825,2828,2830,2840,2841,2843,2848,2849,2851,2854,2855,2857,2860,2861,2862,2866,2880,2881,2883,2889,2896,2897,2899,2902,2904,2913,2920,2928,2936,2943,2946,2947,2949,2952,2954,2956,2958,2959,2963,2968,2972,2973,2974,2981,2983,2986,2990,2996,3004,3005,3006,3011,3015,3016,3017,3019,3023,3027,3030,3032,3036,3040,3041,3042,3044,3049,3050,3051,3056,3058,3061,3063,3069,3089,3092,3097,3102,3110,3116,3119,3124,3129,3140,3141,3149,3154,3159,3171,3177,3180,3181,3182,3183,3191,3193,3215,3216,3217,3221,3225,3228,3239,3240,3242,3243,3250,3255,3259,3264,3266,3267,3268,3274,3282,3283,3284,3286,3291,3296,3301,3307,3313,3321,3322,3325,3330,3333,3336,3342,3344,3345,3348,3352,3358,3359,3360,3365,3372,3377,3382,3391,3401,3404,3420,3422,3428,3432,3434,3435,3436,3441,3456,3462,3463,3468,3477,3481,3490,3495,3498,3499,3507,3508,3509,3511,3512,3513,3515,3521,3522,3523,3524,3530,3532,3538,3540,3541,3542,3546,3549,3550,3551,3557,3565,3568,3575,3576,3582,3586,3588,3604,3606,3611,3612,3614,3615,3616,3620,3624,3625,3626,3631,3635,3636,3637,3639,3641,3642,3643,3645,3657,3658,3662,3665,3666,3668,3673,3679,3683,3687,3689,3690,3697,3698,3704,3705,3707,3711,3712,3715,3716,3721,3723,3724,3726,3730,3733,3743,3754,3766,3768,3772,3787,3792,3795,3796,3797,3798,3800,3805,3806,3808,3810,3815,3825,3826,3836,3837,3845,3846,3849,3850,3852,3859,3865,3870,3872,3873,3874,3876,3879,3883,3884,3886,3887,3891,3893,3914,3918,3919,3943,3946,3963,3964,3966,3973,3974,3976,3983,3984,3985,3987,3989,3993,3994,3996,3998,3999,4000,4001,4003,4007,4009,4010,4011,4013,4017,4025,4028,4031,4042,4046,4056,4065,4081,4092,4095,4106,4117,4118,4130,4134,4137,4145,4146,4147,4148,4149 ./src/borg/algorithms/zstd/lib/legacy/zstd_v03.c:10,11,15,16,24,25,26,31,33,37,44,56,63,67,73,74,87,88,110,111,136,139,141,144,145,147,153,155,157,161,165,167,169,172,174,176,177,179,181,182,184,186,187,189,191,192,193,195,196,198,202,205,206,207,209,211,213,215,219,220,221,223,225,226,228,232,235,236,237,239,243,247,248,249,250,252,257,258,259,261,263,265,266,272,274,278,285,297,304,308,309,315,316,321,327,333,338,339,340,346,347,348,353,372,373,374,375,379,388,390,392,400,402,408,422,427,428,430,432,435,436,440,443,444,446,448,449,451,455,456,460,464,465,467,470,472,477,479,482,483,487,490,495,496,497,502,504,505,507,509,514,516,520,527,539,546,550,551,564,565,570,572,579,582,586,588,590,594,595,596,598,600,607,608,613,615,619,626,638,646,647,655,659,660,666,669,670,675,679,680,682,684,686,687,693,694,698,700,705,707,712,714,720,721,723,728,731,732,734,739,742,743,745,747,748,749,751,757,759,763,770,782,787,791,799,808,809,815,816,818,820,825,827,848,853,857,862,863,871,872,877,879,885,887,908,913,918,922,926,928,936,941,942,944,949,951,955,962,974,979,981,992,997,998,1004,1005,1010,1011,1031,1032,1039,1048,1053,1054,1059,1060,1065,1066,1075,1083,1088,1089,1091,1093,1095,1098,1111,1115,1119,1121,1124,1126,1129,1130,1131,1134,1137,1141,1142,1143,1145,1147,1150,1155,1156,1157,1161,1162,1163,1169,1170,1175,1177,1178,1181,1192,1203,1205,1207,1210,1213,1216,1218,1221,1222,1224,1228,1234,1238,1241,1242,1245,1247,1250,1252,1256,1257,1263,1266,1267,1268,1270,1273,1275,1278,1280,1281,1282,1285,1289,1290,1291,1296,1300,1303,1307,1309,1310,1311,1313,1321,1324,1329,1333,1334,1336,1337,1342,1347,1352,1356,1359,1361,1364,1366,1369,1371,1374,1376,1379,1381,1382,1386,1389,1391,1394,1396,1397,1401,1403,1405,1406,1407,1411,1414,1418,1419,1420,1422,1430,1432,1439,1442,1445,1446,1447,1448,1453,1455,1459,1466,1478,1483,1495,1496,1503,1508,1509,1514,1522,1523,1524,1529,1531,1533,1542,1549,1553,1555,1557,1562,1564,1571,1574,1575,1576,1578,1582,1583,1588,1592,1594,1598,1606,1607,1610,1615,1616,1617,1621,1623,1634,1637,1640,1644,1648,1652,1653,1656,1665,1666,1668,1669,1671,1676,1677,1680,1684,1688,1690,1692,1695,1700,1701,1705,1709,1711,1712,1713,1718,1720,1721,1725,1730,1753,1764,1768,1785,1787,1788,1794,1800,1804,1807,1808,1809,1810,1812,1816,1822,1824,1825,1826,1830,1835,1839,1842,1845,1852,1853,1856,1864,1869,1871,1872,1873,1875,1880,1885,1887,1890,1896,1898,1907,1909,1913,1919,1921,1922,1923,1925,1938,1942,1945,1948,1952,1954,1957,1961,1964,1965,1967,1970,1975,1977,1978,1980,1987,1991,1993,1996,1998,1999,2000,2001,2006,2008,2009,2010,2012,2017,2018,2020,2025,2027,2031,2032,2034,2035,2036,2039,2043,2047,2049,2051,2054,2059,2060,2064,2067,2070,2072,2073,2074,2075,2080,2082,2083,2087,2092,2115,2126,2130,2147,2149,2150,2156,2162,2166,2169,2170,2171,2172,2174,2177,2183,2185,2186,2187,2191,2194,2213,2215,2217,2225,2231,2236,2238,2240,2242,2246,2250,2252,2273,2278,2289,2299,2307,2308,2315,2316,2323,2331,2332,2339,2341,2348,2352,2358,2373,2376,2378,2381,2382,2387,2389,2391,2394,2399,2400,2401,2406,2408,2412,2428,2429,2436,2437,2438,2443,2456,2457,2459,2463,2465,2468,2471,2475,2476,2478,2482,2484,2485,2486,2491,2493,2496,2499,2501,2504,2505,2506,2511,2514,2517,2519,2522,2529,2531,2534,2542,2547,2549,2556,2557,2558,2559,2560,2564,2571,2574,2581,2585,2587,2591,2595,2598,2600,2603,2606,2621,2623,2640,2642,2658,2660,2661,2662,2668,2678,2679,2681,2688,2694,2698,2701,2703,2704,2706,2719,2720,2724,2728,2731,2733,2735,2741,2742,2743,2748,2756,2761,2766,2768,2770,2775,2778,2787,2789,2791,2793,2795,2797,2801,2803,2805,2807,2808,2809,2811,2812,2817,2833,2840,2842,2845,2855,2857,2864,2865,2869,2871,2878,2879,2880,2881,2883,2884,2885,2890,2893,2899,2901,2902,2903,2905,2914,2920,2923,2927,2931,2933,2949,2951,2956,2957,2959,2960,2962,2966,2967,2971,2974,2975,2977,2983,2988,2993,2995,2998,3003,3004,3010,3011,3013,3017,3018,3021,3022,3023,3027,3029,3035,3036,3038,3043,3044,3046,3049,3050,3052,3054,3055,3057,3062,3065,3072,3073,3076,3081,3084,3086,3090,3091,3093,3094,3096,3099,3114,3119,3120,3121,3122,3123,3125,3127,3129,3130,3133,3135,3136,3138,3140,3141,3143,3145,3146,3148,3150,3151,3153,3155,3156,3158,3160 ./src/borg/algorithms/zstd/lib/legacy/zstd_legacy.h:10,13,17,24,29,51,57,62,85,86,87,88,90,99,107,115,118,119,120,125,129,154,164,174,178,179,180,182,186,240,244,246,247,249,252,253,255,257,276,277,278,279,282,286,295,302,306,312,316,322,326,332,334,335,336,337,338,341,344,353,363,367,377,381,391,395,405,407,408,409,410,412,414 ./src/borg/algorithms/zstd/lib/legacy/zstd_v02.c:10,11,15,16,24,25,30,32,36,43,55,62,66,72,73,86,87,109,110,135,138,140,143,144,146,152,154,156,160,164,166,168,171,173,175,176,178,180,181,183,185,186,188,190,191,193,194,196,200,203,204,205,207,209,211,213,217,218,219,221,223,224,226,230,233,234,235,236,238,242,246,247,248,249,251,256,257,259,261,263,264,270,272,276,283,295,302,306,307,313,314,319,325,331,336,337,343,344,345,350,369,370,371,372,376,385,387,389,397,399,405,419,424,425,427,428,430,433,434,438,441,442,444,446,447,449,453,454,458,462,463,465,468,470,475,477,480,481,485,488,493,494,495,500,502,503,505,507,512,514,518,525,537,544,548,549,562,563,568,570,577,580,584,586,588,592,593,594,596,598,605,606,611,613,617,624,636,644,645,653,657,658,664,667,668,673,677,678,680,682,684,685,691,692,696,698,703,705,710,712,718,719,721,726,729,730,732,737,740,741,743,745,746,747,749,755,757,761,768,780,785,789,797,806,807,814,815,817,819,824,826,847,852,856,861,862,870,871,876,878,884,886,907,912,917,921,925,927,935,940,941,943,948,950,954,961,973,978,980,991,996,997,1003,1004,1009,1010,1030,1031,1038,1047,1052,1053,1058,1059,1064,1065,1074,1082,1087,1088,1090,1092,1094,1097,1110,1114,1118,1120,1123,1125,1128,1129,1130,1133,1136,1140,1141,1142,1144,1146,1149,1154,1155,1156,1160,1161,1162,1168,1169,1174,1176,1177,1180,1191,1202,1204,1206,1209,1212,1215,1217,1220,1221,1223,1227,1233,1237,1240,1241,1244,1246,1249,1251,1255,1256,1262,1265,1266,1267,1269,1272,1274,1277,1279,1280,1281,1284,1288,1289,1290,1295,1299,1302,1306,1308,1309,1310,1312,1320,1323,1328,1332,1333,1335,1336,1341,1346,1351,1355,1358,1360,1363,1365,1368,1370,1373,1375,1378,1380,1381,1385,1388,1390,1393,1395,1396,1400,1402,1404,1405,1406,1410,1413,1417,1418,1419,1421,1429,1431,1438,1441,1444,1445,1446,1447,1452,1454,1458,1465,1477,1482,1493,1494,1498,1499,1506,1511,1512,1517,1525,1526,1527,1532,1534,1536,1545,1552,1556,1558,1560,1565,1567,1574,1577,1578,1579,1581,1585,1586,1591,1595,1597,1601,1609,1610,1613,1618,1619,1620,1624,1626,1637,1640,1643,1647,1651,1655,1656,1659,1668,1669,1671,1672,1674,1679,1680,1683,1687,1691,1693,1695,1698,1703,1704,1708,1712,1714,1715,1716,1721,1723,1724,1728,1733,1756,1767,1771,1788,1790,1791,1797,1803,1807,1810,1811,1812,1813,1815,1819,1825,1827,1828,1829,1833,1838,1842,1845,1848,1855,1856,1859,1867,1872,1874,1875,1876,1878,1883,1888,1890,1893,1899,1901,1910,1912,1916,1922,1924,1925,1926,1928,1941,1945,1948,1951,1955,1957,1960,1964,1967,1968,1970,1973,1978,1980,1981,1983,1990,1994,1996,1999,2001,2002,2003,2004,2009,2011,2012,2013,2015,2020,2021,2023,2028,2030,2034,2035,2037,2038,2039,2042,2046,2050,2052,2054,2057,2062,2063,2067,2070,2073,2075,2076,2077,2078,2083,2085,2086,2090,2095,2118,2129,2133,2150,2152,2153,2159,2165,2169,2172,2173,2174,2175,2177,2180,2186,2188,2189,2190,2196,2202,2208,2211,2214,2218,2221,2222,2223,2228,2237,2239,2246,2248,2252,2255,2256,2258,2259,2260,2261,2264,2275,2278,2281,2284,2288,2289,2291,2294,2298,2301,2302,2304,2307,2312,2314,2315,2317,2324,2328,2330,2333,2335,2336,2337,2338,2339,2341,2355,2356,2358,2359,2360,2362,2367,2368,2371,2375,2379,2382,2386,2388,2389,2390,2393,2397,2401,2403,2409,2412,2417,2418,2422,2425,2428,2430,2431,2432,2433,2438,2440,2441,2445,2452,2475,2486,2490,2507,2509,2510,2516,2522,2526,2529,2530,2531,2532,2534,2537,2543,2545,2546,2547,2551,2554,2573,2575,2577,2585,2591,2596,2598,2601,2603,2607,2611,2613,2634,2639,2650,2660,2668,2669,2676,2677,2684,2690,2691,2698,2700,2707,2711,2717,2732,2735,2737,2740,2741,2746,2748,2750,2753,2758,2759,2760,2765,2767,2771,2787,2788,2795,2796,2797,2802,2815,2816,2818,2822,2824,2827,2830,2834,2835,2837,2841,2843,2844,2845,2850,2852,2855,2858,2860,2863,2864,2865,2870,2873,2876,2878,2881,2888,2890,2893,2901,2906,2908,2915,2916,2917,2918,2919,2923,2930,2933,2940,2944,2946,2950,2954,2957,2959,2962,2965,2980,2982,2999,3001,3017,3019,3020,3021,3027,3037,3038,3040,3047,3053,3057,3060,3062,3063,3065,3078,3079,3083,3087,3090,3092,3094,3100,3101,3102,3107,3115,3120,3125,3127,3129,3134,3137,3146,3148,3150,3152,3154,3156,3160,3162,3164,3166,3167,3168,3170,3171,3176,3192,3199,3201,3204,3214,3216,3223,3224,3228,3230,3237,3238,3239,3240,3242,3243,3244,3249,3252,3258,3260,3261,3262,3264,3273,3279,3282,3286,3290,3292,3308,3310,3315,3316,3318,3319,3321,3325,3326,3330,3333,3334,3336,3342,3347,3352,3354,3357,3362,3363,3369,3370,3372,3376,3377,3380,3381,3385,3387,3393,3394,3396,3401,3402,3404,3407,3408,3410,3412,3413,3415,3420,3423,3430,3431,3434,3439,3442,3444,3448,3449,3451,3452,3454,3457,3472,3477,3478,3479,3480,3481,3483,3485,3487,3488,3491,3493,3494,3496,3498,3499,3501,3503,3504,3506,3508,3509,3511,3513,3514,3516,3518 ./src/borg/algorithms/zstd/lib/legacy/zstd_v03.h:10,13,17,22,23,37,45,50,55,56,63,67,72,82,87,88,90,92 ./src/borg/algorithms/zstd/lib/legacy/zstd_v04.h:10,13,17,22,23,37,45,50,55,56,63,67,68,73,83,84,91,94,96,124,125,130,131,136,137,139,141 ./src/borg/algorithms/zstd/lib/legacy/zstd_v07.h:10,13,17,20,21,32,33,43,51,59,64,68,69,77,81,82,94,95,105,113,120,122,123,124,125,132,135,139,163,164,170,175,176,181,182,184,186 ./src/borg/algorithms/zstd/lib/legacy/zstd_v05.h:10,13,17,23,24,35,43,48,55,56,64,68,69,81,92,97,98,105,108,112,135,136,142,147,148,149,154,155,156,157,159,161 ./src/borg/algorithms/zstd/lib/legacy/zstd_v05.c:10,11,15,16,21,23,27,34,46,53,57,63,64,77,78,100,101,126,129,131,134,135,137,143,147,149,153,157,161,163,166,168,170,171,173,175,176,178,180,181,183,185,186,188,190,191,193,195,196,198,199,201,207,208,209,211,218,219,220,222,228,229,230,231,233,240,241,242,243,245,250,251,252,254,256,258,263,265,286,292,297,301,302,303,308,309,314,324,325,330,333,337,344,347,353,356,360,361,367,382,384,385,386,387,389,391,393,394,399,401,422,428,429,430,436,437,442,446,448,452,459,464,467,480,485,486,488,491,493,495,497,498,503,505,509,516,517,518,546,547,548,554,556,560,567,579,586,590,591,596,597,609,614,615,622,623,624,625,630,638,645,652,660,661,662,664,666,673,675,679,686,698,704,708,709,715,716,717,722,728,734,739,740,746,747,748,753,772,773,774,775,787,789,804,812,817,818,820,821,823,826,827,831,834,835,837,839,840,842,846,847,851,855,856,858,861,867,871,872,878,883,884,885,890,892,893,895,897,903,905,909,916,928,935,939,940,941,947,948,954,957,958,959,964,968,969,971,973,975,976,977,983,984,989,994,996,1001,1003,1009,1010,1012,1015,1016,1018,1023,1026,1027,1029,1034,1037,1038,1040,1042,1043,1044,1046,1048,1053,1055,1059,1066,1078,1083,1085,1096,1101,1102,1109,1110,1112,1132,1133,1140,1141,1142,1151,1156,1157,1162,1163,1168,1169,1178,1186,1191,1192,1195,1196,1197,1199,1202,1203,1205,1207,1208,1210,1223,1227,1239,1248,1250,1252,1260,1264,1265,1266,1272,1274,1275,1280,1281,1284,1295,1306,1323,1332,1335,1336,1339,1347,1348,1356,1357,1364,1369,1373,1374,1375,1376,1381,1386,1389,1393,1395,1396,1397,1399,1408,1411,1419,1420,1422,1423,1428,1433,1438,1442,1445,1447,1451,1454,1456,1459,1461,1464,1466,1467,1473,1475,1478,1480,1481,1485,1487,1489,1490,1491,1495,1499,1503,1504,1505,1507,1515,1517,1524,1527,1530,1531,1532,1533,1539,1541,1545,1552,1564,1570,1574,1575,1576,1593,1594,1601,1602,1604,1606,1612,1614,1618,1625,1637,1643,1647,1648,1649,1661,1662,1668,1669,1681,1684,1685,1687,1690,1693,1694,1695,1697,1699,1704,1706,1710,1717,1729,1734,1745,1746,1750,1751,1758,1759,1770,1771,1778,1779,1784,1786,1788,1797,1804,1808,1815,1830,1831,1839,1841,1853,1854,1857,1862,1863,1864,1868,1870,1880,1883,1886,1890,1897,1898,1909,1910,1912,1913,1915,1920,1921,1924,1928,1932,1934,1936,1943,1944,1948,1952,1954,1955,1960,1967,1971,1973,1976,1978,1979,1981,1985,1991,1993,1994,1995,2000,2003,2011,2034,2045,2066,2067,2073,2079,2083,2086,2087,2088,2089,2091,2095,2101,2103,2104,2105,2109,2114,2118,2121,2130,2131,2141,2146,2148,2149,2150,2152,2157,2162,2164,2172,2186,2192,2194,2195,2196,2198,2210,2214,2217,2220,2223,2225,2231,2234,2235,2237,2244,2246,2247,2249,2259,2265,2270,2272,2273,2274,2276,2281,2282,2284,2295,2296,2297,2300,2304,2308,2310,2312,2319,2320,2324,2327,2330,2332,2333,2334,2339,2343,2348,2353,2356,2359,2362,2363,2365,2368,2374,2376,2377,2382,2384,2385,2393,2416,2427,2447,2449,2450,2456,2462,2466,2469,2470,2471,2472,2474,2477,2483,2485,2486,2487,2491,2494,2513,2515,2517,2525,2530,2535,2537,2539,2541,2545,2549,2551,2572,2576,2588,2589,2596,2597,2606,2607,2612,2616,2617,2622,2623,2630,2631,2635,2636,2642,2644,2664,2667,2669,2679,2680,2682,2687,2688,2690,2693,2694,2696,2699,2700,2701,2705,2719,2721,2724,2726,2735,2742,2750,2758,2765,2768,2769,2771,2774,2776,2778,2780,2781,2785,2786,2792,2800,2801,2802,2804,2813,2814,2820,2827,2828,2829,2831,2835,2838,2841,2844,2848,2849,2850,2852,2857,2858,2859,2864,2866,2869,2871,2873,2878,2898,2901,2906,2911,2913,2921,2927,2930,2935,2937,2941,2952,2953,2961,2966,2968,2972,2984,2990,2993,2994,2995,2996,3000,3007,3011,3018,3019,3034,3038,3041,3043,3046,3049,3070,3072,3094,3096,3118,3120,3121,3122,3128,3138,3139,3140,3142,3149,3162,3164,3166,3167,3169,3182,3183,3187,3199,3201,3203,3205,3211,3213,3218,3220,3221,3222,3227,3236,3241,3246,3256,3258,3267,3270,3284,3286,3292,3297,3299,3300,3301,3306,3323,3330,3335,3346,3354,3355,3358,3359,3361,3368,3369,3370,3372,3373,3374,3376,3382,3383,3384,3385,3392,3394,3400,3402,3403,3404,3408,3411,3412,3413,3419,3428,3438,3439,3442,3446,3450,3452,3468,3470,3475,3476,3478,3479,3480,3484,3488,3489,3490,3495,3499,3500,3501,3503,3505,3506,3508,3520,3521,3525,3528,3529,3531,3536,3541,3545,3547,3550,3555,3556,3562,3563,3565,3569,3570,3573,3574,3579,3581,3582,3584,3588,3591,3608,3610,3618,3623,3625,3627,3631,3646,3651,3654,3655,3656,3657,3659,3664,3665,3667,3675,3680,3688,3696,3702,3705,3706,3708,3715,3721,3726,3728,3729,3730,3732,3736,3740,3741,3743,3744,3748,3750,3771,3776,3781,3782,3783,3788,3789,3790,3792,3794,3798,3800,3801,3802,3803,3804,3826,3829,3831,3847,3848,3850,3857,3858,3860,3867,3868,3869,3871,3873,3877,3878,3880,3882,3883,3884,3886,3888,3896,3899,3902,3905,3915,3918,3922,3934,3936,3940,3948,3962,3966,3972,3984,3987,3990,3999,4009,4010,4013,4023,4027,4030,4033,4038,4039,4040,4041,4042,4048 ./src/borg/algorithms/zstd/lib/legacy/zstd_v01.c:10,11,18,19,25,30,31,41,44,45,56,59,61,68,70,76,78,84,86,90,96,97,108,113,114,120,121,126,131,132,133,154,155,162,163,187,189,214,215,217,219,220,222,225,226,228,232,234,238,242,244,246,248,249,251,253,254,256,258,259,261,263,267,270,271,272,274,278,281,282,283,284,286,290,294,295,296,298,303,304,305,306,315,320,321,326,327,332,336,338,343,362,363,364,373,381,386,387,388,390,392,393,398,401,414,418,422,424,427,429,432,433,434,437,440,444,445,446,448,450,453,458,459,460,463,464,465,470,472,474,476,477,478,484,495,506,508,510,513,516,519,521,524,525,527,531,537,541,544,545,548,550,553,555,559,560,566,569,570,571,573,576,578,581,583,584,585,588,592,593,594,599,603,606,610,612,613,614,616,624,627,632,636,637,639,640,641,649,651,653,661,663,669,683,688,689,691,692,693,702,705,706,708,711,712,714,716,717,718,727,731,732,734,738,739,741,744,746,751,753,756,757,761,764,769,770,771,772,774,780,781,783,788,791,792,794,799,802,803,806,808,810,811,813,815,816,817,822,827,832,836,839,841,844,846,849,851,854,856,859,861,862,866,869,871,874,876,877,881,883,885,886,887,891,894,898,899,900,902,910,912,919,922,925,926,927,928,939,944,951,952,960,962,974,977,981,983,988,990,996,999,1000,1001,1003,1007,1008,1013,1017,1019,1024,1032,1033,1036,1040,1044,1045,1048,1057,1058,1060,1061,1062,1064,1069,1070,1075,1077,1082,1088,1090,1101,1103,1112,1114,1118,1121,1125,1129,1146,1147,1150,1152,1160,1162,1163,1166,1167,1169,1171,1172,1173,1174,1176,1180,1186,1188,1189,1190,1192,1196,1198,1219,1224,1233,1234,1253,1254,1261,1262,1269,1275,1276,1298,1300,1301,1306,1310,1312,1317,1321,1323,1338,1341,1343,1346,1347,1352,1354,1357,1358,1360,1362,1364,1366,1368,1373,1374,1376,1379,1382,1383,1384,1386,1388,1389,1391,1394,1395,1396,1401,1403,1405,1409,1425,1426,1428,1440,1441,1442,1443,1449,1450,1458,1462,1464,1468,1470,1473,1476,1480,1481,1482,1484,1488,1490,1491,1492,1496,1502,1505,1509,1515,1516,1517,1522,1528,1533,1535,1542,1548,1553,1555,1562,1566,1567,1569,1570,1571,1575,1582,1585,1592,1596,1598,1602,1606,1609,1611,1614,1617,1632,1634,1650,1652,1668,1670,1671,1672,1678,1688,1689,1691,1698,1704,1708,1710,1713,1714,1715,1716,1718,1727,1728,1732,1736,1738,1741,1742,1743,1745,1751,1752,1753,1758,1765,1770,1778,1781,1783,1788,1792,1795,1798,1799,1801,1812,1814,1816,1820,1822,1825,1828,1829,1831,1832,1834,1844,1845,1851,1867,1874,1876,1879,1889,1891,1898,1899,1903,1905,1911,1912,1913,1914,1916,1917,1918,1923,1929,1935,1937,1938,1939,1941,1951,1957,1960,1963,1967,1969,1985,1987,1992,1993,1995,1996,1998,2002,2003,2007,2010,2011,2013,2019,2024,2029,2031,2034,2039,2040,2046,2047,2049,2053,2054,2057,2058,2062,2064,2070,2071,2073,2078,2079,2081,2084,2085,2087,2089,2090,2092,2094,2099,2102,2109,2110,2113,2118,2121,2123,2127,2128,2130,2131,2133,2136,2151,2156,2157,2158 ./src/borg/algorithms/zstd/lib/legacy/zstd_v07.c:10,11,16,22,26,28,29,31,38,41,57,62,63,68,69,71,75,79,83,84,88,92,95,98,102,113,116,120,123,130,133,134,136,146,147,154,173,177,178,180,181,186,188,192,199,211,218,222,239,240,262,263,288,291,293,296,297,299,305,307,309,313,317,319,321,324,326,328,329,331,333,334,336,338,339,341,343,344,346,348,359,360,362,377,378,379,381,383,389,390,391,393,400,401,402,404,409,410,411,413,418,419,421,426,427,428,429,431,433,440,442,446,453,465,471,475,476,482,483,490,495,501,507,512,513,514,520,521,522,527,544,545,546,547,558,560,573,581,586,587,589,590,591,593,596,597,601,604,605,607,609,610,612,616,617,621,625,626,628,631,637,641,647,652,653,654,659,661,662,664,666,672,674,678,685,697,703,707,708,709,713,719,726,727,731,732,741,746,747,749,756,762,767,774,781,791,796,802,803,805,806,813,816,817,823,826,829,832,833,834,839,843,844,846,848,849,850,856,857,859,864,866,871,873,879,880,882,885,886,888,893,894,896,901,904,905,909,914,917,918,919,920,922,933,938,939,946,947,949,950,959,964,966,967,969,970,972,974,980,982,986,993,1005,1011,1015,1016,1017,1032,1033,1038,1042,1043,1045,1046,1048,1049,1058,1059,1065,1073,1074,1080,1085,1089,1090,1100,1109,1110,1117,1124,1127,1131,1132,1136,1140,1141,1143,1144,1146,1148,1153,1155,1159,1166,1178,1183,1184,1185,1190,1192,1193,1198,1200,1201,1206,1209,1220,1231,1248,1257,1260,1263,1271,1272,1280,1281,1288,1293,1297,1298,1299,1309,1314,1318,1325,1341,1342,1352,1366,1369,1373,1377,1379,1383,1390,1402,1407,1408,1428,1429,1435,1436,1441,1442,1451,1459,1464,1465,1468,1471,1472,1474,1476,1477,1479,1483,1487,1491,1507,1508,1520,1522,1523,1532,1534,1535,1536,1537,1539,1544,1549,1552,1556,1558,1559,1560,1562,1571,1574,1582,1583,1585,1586,1591,1596,1600,1604,1607,1609,1613,1616,1618,1621,1623,1626,1628,1629,1634,1636,1640,1641,1643,1645,1650,1652,1653,1654,1658,1662,1666,1667,1668,1670,1677,1679,1686,1687,1690,1692,1693,1694,1695,1697,1701,1703,1707,1714,1726,1731,1742,1743,1747,1748,1749,1754,1755,1759,1761,1763,1767,1768,1769,1773,1775,1777,1785,1788,1791,1798,1799,1807,1820,1822,1823,1824,1826,1831,1832,1835,1839,1843,1845,1847,1854,1855,1859,1863,1865,1866,1871,1879,1882,1884,1887,1889,1890,1895,1899,1900,1902,1904,1909,1911,1912,1914,1917,1918,1919,1924,1927,1933,1958,1968,1989,1990,1996,2002,2006,2009,2010,2011,2012,2017,2021,2022,2023,2025,2027,2032,2034,2035,2037,2040,2041,2042,2047,2049,2054,2057,2060,2069,2070,2080,2085,2088,2089,2091,2096,2101,2103,2111,2131,2132,2133,2135,2148,2152,2155,2158,2161,2168,2171,2172,2180,2182,2183,2202,2207,2212,2213,2214,2216,2221,2222,2224,2235,2236,2237,2240,2244,2248,2250,2252,2259,2260,2264,2267,2270,2272,2273,2274,2279,2281,2285,2286,2294,2295,2298,2301,2302,2307,2311,2312,2314,2316,2321,2323,2324,2326,2329,2330,2335,2337,2343,2368,2378,2398,2400,2401,2407,2413,2417,2420,2421,2422,2423,2428,2432,2433,2434,2436,2438,2443,2445,2446,2448,2451,2452,2453,2457,2461,2465,2466,2470,2474,2475,2476,2479,2498,2505,2512,2514,2515,2516,2518,2520,2522,2528,2531,2532,2535,2536,2538,2544,2548,2549,2550,2552,2556,2560,2561,2562,2564,2570,2574,2575,2579,2581,2602,2606,2607,2608,2615,2619,2620,2621,2626,2628,2629,2630,2632,2637,2638,2640,2644,2649,2651,2672,2678,2679,2685,2686,2692,2697,2701,2708,2712,2716,2719,2722,2724,2727,2737,2742,2744,2752,2762,2766,2767,2773,2778,2785,2786,2787,2792,2797,2805,2807,2846,2848,2851,2856,2858,2879,2883,2895,2896,2906,2907,2914,2915,2920,2921,2928,2930,2955,2957,2959,2961,2963,2975,2976,2978,2980,2983,2986,2992,2993,2995,2997,2998,3000,3004,3005,3007,3010,3011,3012,3016,3030,3031,3033,3042,3046,3053,3061,3062,3064,3067,3069,3078,3085,3093,3101,3108,3111,3112,3114,3117,3119,3121,3123,3124,3128,3133,3141,3142,3143,3144,3151,3153,3162,3164,3165,3169,3189,3190,3192,3198,3200,3206,3214,3216,3217,3218,3227,3232,3233,3234,3239,3244,3245,3246,3248,3252,3256,3259,3261,3265,3269,3270,3271,3273,3277,3279,3280,3281,3286,3288,3290,3292,3298,3318,3321,3326,3332,3340,3346,3349,3354,3359,3370,3371,3379,3384,3389,3401,3407,3410,3411,3412,3413,3421,3423,3445,3446,3447,3451,3455,3458,3469,3470,3472,3473,3480,3485,3489,3494,3496,3497,3498,3504,3512,3513,3515,3517,3521,3526,3531,3537,3543,3551,3552,3562,3567,3569,3570,3573,3577,3583,3585,3586,3587,3593,3600,3604,3609,3618,3628,3631,3647,3649,3655,3659,3661,3662,3663,3668,3683,3688,3689,3700,3708,3713,3714,3722,3723,3724,3726,3727,3728,3730,3736,3737,3738,3739,3745,3747,3753,3755,3756,3757,3761,3767,3768,3769,3773,3777,3778,3779,3781,3785,3787,3788,3789,3795,3802,3805,3812,3813,3820,3824,3826,3843,3845,3851,3852,3854,3855,3856,3865,3869,3870,3871,3876,3880,3881,3882,3884,3886,3887,3888,3890,3902,3903,3907,3910,3911,3913,3917,3922,3923,3929,3933,3937,3939,3940,3948,3949,3952,3954,3958,3959,3963,3964,3967,3968,3973,3975,3976,3978,3980,3981,3986,3990,3992,4000,4008,4019,4031,4038,4040,4044,4059,4066,4072,4077,4080,4081,4082,4083,4085,4091,4092,4094,4097,4101,4102,4111,4112,4121,4122,4131,4132,4138,4141,4142,4144,4151,4159,4160,4163,4164,4165,4167,4170,4174,4175,4177,4178,4179,4185,4187,4190,4193,4197,4203,4204,4213,4218,4219,4220,4225,4228,4229,4231,4238,4239,4247,4251,4255,4257,4278,4282,4283,4284,4308,4311,4329,4331,4333,4335,4336,4338,4340,4343,4346,4355,4356,4358,4365,4366,4367,4369,4371,4375,4376,4378,4380,4381,4382,4385,4389,4391,4392,4393,4395,4399,4407,4410,4413,4424,4428,4438,4440,4449,4466,4478,4481,4492,4505,4506,4518,4522,4525,4532,4533,4534,4535,4536 ./src/borg/algorithms/zstd/lib/legacy/zstd_v02.h:10,13,17,22,23,37,45,50,55,56,63,67,72,82,87,88,90,92 ./src/borg/algorithms/zstd/lib/dictBuilder/cover.c:10,20,28,38,44,53,59,66,70,79,85,92,98,99,115,118,119,126,127,138,141,142,143,144,155,157,158,168,175,184,185,186,187,194,197,198,202,216,219,223,232,234,235,245,255,257,258,268,270,278,280,281,298,299,301,302,320,323,324,325,329,363,374,375,382,383,384,427,431,442,443,444,448,449,450,460,461,464,465,470,471,473,474,484,488,492,496,498,499,506,510,514,518,522,523,524,548,553,558,581,584,586,591,592,594,602,614,628,629,631,635,644,645,648,656,661,662,696,698,704,713,716,717,722,733,737,742,744,749,750,756,757,759,769,773,774,775,776,777,792,797,800,807,818,820,826,828,829,830,843,844,851,855,857,858,865,869,872,873,881,885,886,899,900,911,919,920,927,928,931,933,934,935,939,940,943,944,947,948,952,956,960,965,966,972,977,978,983,988,989,994,995,999,1006,1011,1012,1013,1018,1023,1024,1029,1031,1034,1038,1039,1040,1050,1071,1075,1079,1085,1089,1090,1099,1100,1101,1127,1132,1136,1140,1145,1150,1151,1163,1170,1171,1175,1188,1204,1211,1216,1219,1222,1229,1235,1236 ./src/borg/algorithms/zstd/lib/dictBuilder/fastcover.c:10,18,28,29,39,40,49,55,62,66,67,74,78,79,86,88,89,90,98,99,113,114,131,132,156,160,166,173,177,189,192,193,197,198,199,205,206,207,213,214,215,217,218,219,226,230,234,238,242,246,250,252,253,254,260,262,265,268,269,270,276,291,292,293,294,295,309,317,324,325,330,331,336,337,344,354,361,362,369,370,371,378,379,382,384,385,386,396,417,424,426,428,433,434,443,446,447,457,458,465,481,487,492,496,497,505,506,507,511,519,520,521,526,536,537,538,544,563,567,572,576,583,584,588,600,604,605,606,607,614,644,648,652,656,661,666,667,682,689,690,694,707,724,731,736,739,742,749,755,756,757 ./src/borg/algorithms/zstd/lib/dictBuilder/zdict.h:10,13,17,18,21,22,38,39,63,69,110,111,117,118,119,121,128,131,146,157,160,179,201,222,245,250,270,293,297,298,300,302,304 ./src/borg/algorithms/zstd/lib/dictBuilder/divsufsort.c:26,31,36,37,42,44,90,91,136,137,139,150,152,171,172,174,176,195,200,209,218,219,221,222,224,225,227,235,242,243,247,248,249,251,253,262,267,270,271,272,274,275,277,279,287,292,294,295,302,307,308,315,316,317,318,320,331,333,334,348,349,356,359,366,367,373,374,375,377,392,395,396,411,413,420,421,430,431,434,441,448,449,451,452,457,463,464,469,470,475,478,479,480,483,488,491,505,519,520,526,528,529,531,532,534,535,537,539,546,547,548,568,581,583,584,585,586,587,589,600,614,615,622,626,627,628,629,631,641,644,660,669,676,678,679,680,681,693,696,718,732,737,738,739,740,764,769,773,774,778,782,783,791,792,793,806,807,808,816,820,823,824,826,827,829,830,832,846,848,859,871,872,882,883,891,893,901,903,904,905,906,908,919,920,921,923,930,935,938,939,940,941,943,950,955,957,958,965,970,971,978,979,980,981,983,993,995,996,1010,1011,1018,1021,1028,1029,1035,1036,1037,1039,1047,1053,1054,1063,1064,1065,1067,1076,1081,1082,1087,1088,1093,1096,1097,1098,1106,1108,1109,1119,1125,1126,1131,1132,1133,1134,1143,1152,1153,1154,1160,1161,1169,1170,1171,1172,1186,1188,1193,1197,1200,1201,1207,1216,1225,1226,1235,1243,1248,1260,1261,1268,1269,1272,1273,1275,1276,1281,1282,1287,1290,1291,1296,1301,1305,1319,1328,1333,1345,1354,1359,1360,1371,1380,1381,1382,1389,1390,1391,1393,1394,1395,1396,1398,1407,1426,1428,1432,1433,1434,1435,1437,1455,1459,1473,1474,1475,1482,1492,1493,1494,1501,1504,1508,1512,1518,1526,1529,1530,1534,1535,1536,1538,1546,1547,1548,1549,1558,1559,1560,1562,1570,1574,1575,1578,1586,1587,1588,1596,1601,1604,1605,1606,1608,1609,1619,1639,1645,1646,1647,1648,1649,1663,1669,1670,1671,1672,1683,1703,1712,1713,1714,1715,1716,1731,1738,1739,1740,1742,1743,1755,1757,1761,1763,1764,1778,1780,1787,1796,1797,1798,1799,1800,1807,1810,1811,1816,1818,1824,1835,1836,1837,1839,1840,1841,1843,1845,1851,1857,1860,1867,1868,1871,1873,1874,1880,1884,1888,1892,1897,1898,1906,1907,1911,1913 ./src/borg/algorithms/zstd/lib/dictBuilder/divsufsort.h:26,29,33,34,36,47,61,62,66 ./src/borg/algorithms/zstd/lib/dictBuilder/cover.h:10,23,41,50,58,67,83,88,97,102,107,112,117,123,136,142,148 ./src/borg/algorithms/zstd/lib/dictBuilder/zdict.c:10,11,18,19,30,31,39,52,53,60,62,64,67,68,74,76,78,85,86,87,88,93,95,97,101,102,104,107,117,118,122,123,125,126,131,155,186,187,188,194,202,205,206,207,208,214,216,220,221,222,229,238,242,255,256,263,264,271,272,279,280,285,289,302,306,308,312,313,318,319,325,334,335,343,344,345,351,354,360,362,367,370,374,385,390,392,393,394,396,400,403,404,406,407,413,417,435,439,447,454,455,463,464,465,466,468,469,470,472,480,481,482,484,493,495,496,505,508,509,510,511,513,518,519,520,525,534,539,545,548,552,557,569,570,573,583,590,591,592,594,602,603,604,605,607,612,614,619,622,626,627,630,633,638,639,643,647,648,652,653,657,658,668,669,671,676,677,679,681,691,692,693,699,705,706,713,733,746,754,755,763,764,771,777,779,780,785,787,794,796,803,805,812,814,821,825,826,832,836,837,843,847,848,854,858,859,864,877,882,884,885,886,887,892,898,904,911,913,924,925,933,934,935,936,941,945,956,957,964,965,969,970,984,993,998,1001,1007,1022,1028,1029,1040,1041,1042,1049,1050,1057,1060,1061,1071,1075,1076,1080,1081,1082,1089,1094,1097,1100,1106,1107,1108,1111,1125,1126,1129,1135 ./src/borg/algorithms/zstd/lib/zstd.h:13,16,20,21,37,38,41,46,52,57,63,66,71,76,79,85,92,96,102,105,106,107,119,128,155,163,171,172,180,181,198,211,221,230,231,235,248,249,263,264,266,330,358,366,395,418,424,433,446,463,469,485,499,500,504,512,514,521,532,534,543,552,560,561,565,571,577,578,579,640,646,660,686,687,703,704,712,732,733,760,766,768,775,777,780,781,797,808,809,814,829,833,843,844,846,851,855,863,864,868,874,880,892,893,902,903,922,936,957,974,985,1004,1006,1016,1018,1019,1028,1031,1041,1046,1066,1067,1070,1076,1077,1087,1093,1096,1097,1099,1101,1119,1129,1135,1140,1146,1151,1158,1197,1206,1207,1211,1234,1249,1255,1264,1265,1269,1297,1316,1325,1349,1352,1359,1365,1366,1376,1381,1387,1392,1393,1394,1398,1406,1411,1416,1421,1429,1439,1449,1450,1455,1461,1466,1470,1488,1493,1497,1503,1509,1514,1520,1527,1528,1548,1553,1559,1565,1573,1580,1590,1602,1603,1607,1614,1621,1628,1635,1640,1649,1686,1693,1704,1705,1712,1730,1747,1768,1778,1799,1816,1817,1826,1834,1849,1850,1862,1873,1883,1884,1892,1895,1899,1904,1916,1920,1923,1931,1934,1935,1938,1942,1950,1958,1964,1973,1975,1979,1982,1986,1990,1993,1996,1998,2008,2020,2032,2036,2039,2044,2045,2046,2047,2051,2056,2078,2084,2085,2087,2089 ./src/borg/algorithms/checksums.c:2,288,302,389,394,397,400,404,407,410,582,594,601,606,614,626,630,633,654,705,753,764,767,775,802,805,806,816,828,829,835,838,850,851,877,915,922,925,928,933,937,948,973,981,989,994,1005,1012,1015,1032,1041,1050,1055,1062,1085,1090,1097,1104,1107,1110,1117,1124,1132,1135,1138,1149,1152,1155,1162,1177,1181,1186,1189,1192,1195,1198,1201,1204,1207,1220,1223,1226,1227,1229,1231,1233,1235,1237,1240,1242,1244,1246,1253,1344,1352,1362,1371,1381,1389,1397,1398,1406,1419,1433,1444,1445,1448,1456,1457,1460,1470,1474,1475,1497,1507,1517,1526,1540,1541,1565,1567,1573,1581,1589,1590,1591,1599,1609,1610,1618,1631,1645,1656,1657,1660,1668,1669,1672,1682,1686,1687,1709,1719,1729,1738,1752,1753,1777,1779,1785,1793,1801,1802,1803,1811,1821,1822,1830,1843,1857,1868,1869,1872,1880,1881,1884,1894,1898,1899,1914,1924,1934,1943,1952,1953,1965,1967,1968,1977,1991,1999,2009,2010,2018,2029,2041,2048,2049,2052,2059,2060,2062,2072,2076,2077,2089,2099,2109,2122,2130,2131,2139,2150,2151,2159,2167,2171,2172,2193,2203,2212,2222,2235,2243,2244,2245,2257,2273,2275,2281,2289,2291,2292,2300,2312,2313,2321,2329,2333,2334,2345,2354,2363,2377,2385,2395,2396,2403,2411,2415,2416,2429,2448,2449,2463,2464,2474,2481,2495,2496,2502,2510,2514,2515,2524,2536,2542,2551,2552,2559,2567,2571,2572,2581,2592,2599,2608,2609,2616,2623,2624,2629,2632,2633,2642,2711,2715,2726,2756,2798,2799,2803,2814,2825,2835,2844,2856,2868,2885,2886,2893,2894,2902,2909,2910,2917,2918,2925,2926,2940,2949,2950,2976,2977,2984,2985,2992,2993,2994,3010,3011,3019,3021,3037,3042,3044,3051,3057,3059,3081,3082,3083,3087,3100,3111,3170,3172,3176,3177,3195,3216,3228,3240,3252,3265,3277,3286,3287,3300,3302,3314,3324,3326,3334,3338,3348,3349,3365,3367,3379,3381,3392,3394,3395,3400,3408,3409,3418,3429,3438,3440,3449,3451,3452,3466,3468,3481,3482,3489,3490,3510,3511,3519,3528,3531,3536,3537,3551,3559,3561,3568,3592,3602,3610,3634,3635,3659,3668,3670,3675,3679,3681,3683,3685,3702,3724,3726,3742,3744,3746,3765,3766,3772,3780,3788,3789,3798,3808,3816,3831,3832,3833,3856,3857,3862,3879,3881,3897,3899,3903,3905,3911,3921,3923,3929,3931,3938,3948,3954,3961,3965,3966,3985,3990,3996,4015,4025,4033,4034,4041,4048,4050,4054,4062,4066,4082,4085,4101,4103,4105,4112,4119,4122,4123,4125,4127,4147,4148,4150,4162,4167,4176,4177,4179,4188,4190,4198,4204,4218,4219,4232,4238,4243,4248,4254,4255,4257,4259,4265,4267,4269,4278,4282,4284,4292,4294,4301,4308,4313,4315,4316,4326,4330,4333,4368,4378,4379,4381,4382,4399,4400,4406,4421,4440,4447,4454,4459,4461,4482,4489,4499,4500,4502,4516,4517,4525,4526,4537,4539,4540,4551,4561,4569,4570,4574,4577,4580,4582,4588,4597,4598,4603,4604,4610,4614,4618,4624,4634,4636,4643,4650,4653,4656,4661,4662,4685,4692,4718,4726,4733,4746,4747,4768,4769,4790,4798,4799,4800,4805,4806,4807,4827,4829,4845,4846,4854,4855,4863,4864,4866,4871,4873,4879,4887,4901,4902,4910,4911,4919,4920,4928,4929,4937,4938,4946,4947,4949,4957,4958,4959,4971,4982,4985,4993,5002,5003,5024,5032,5033,5034,5039,5040,5041,5061,5063,5079,5080,5088,5089,5097,5098,5100,5105,5107,5113,5121,5135,5136,5144,5145,5153,5154,5162,5163,5171,5172,5180,5181,5183,5191,5192,5193,5205,5216,5219,5227,5236,5237,5258,5266,5267,5268,5273,5274,5275,5295,5297,5313,5314,5322,5323,5331,5332,5334,5339,5341,5347,5355,5369,5370,5378,5379,5387,5388,5396,5397,5405,5406,5414,5415,5417,5425,5426,5427,5439,5450,5453,5461,5470,5471,5491,5493,5509,5510,5518,5519,5527,5528,5530,5535,5537,5543,5551,5565,5566,5574,5575,5583,5584,5592,5593,5601,5602,5610,5611,5613,5621,5622,5623,5635,5646,5649,5657,5666,5667,5675,5677,5688,5690,5692,5704,5710,5711,5714,5720,5722,5731,5741,5742,5744,5753,5754,5756,5763,5765,5767,5780,5782,5783,5794,5803,5806,5813,5815,5816,5819,5823,5832,5839,5840,5841,5845,5856,5860,5879,5886,5887,5888,5893,5900,5911,5913,5920,5939,5943,5948,5953,5962,5963,5967,5969,5979,5994,5999,6004,6009,6014,6019,6021,6022,6025,6031,6034,6037,6038,6039 ./src/borg/hashindex.c:2,288,302,389,394,397,400,404,407,410,582,594,601,606,614,627,631,634,655,706,754,765,768,776,803,806,807,817,829,830,836,845,858,859,870,871,882,883,899,900,912,913,929,930,943,944,945,953,958,984,1022,1029,1032,1035,1040,1044,1051,1068,1071,1073,1077,1100,1105,1112,1119,1122,1127,1138,1149,1157,1182,1185,1190,1191,1213,1220,1228,1245,1254,1263,1268,1275,1281,1292,1294,1298,1301,1304,1309,1313,1317,1318,1324,1331,1338,1341,1344,1347,1358,1361,1364,1367,1371,1375,1382,1397,1401,1406,1409,1412,1415,1418,1421,1424,1427,1440,1443,1446,1448,1450,1452,1454,1456,1458,1460,1463,1465,1467,1469,1471,1473,1487,1726,1734,1747,1765,1772,1778,1784,1785,1788,1799,1800,1804,1814,1818,1819,1843,1856,1866,1880,1887,1919,1920,1930,1940,1951,1959,1993,1998,2011,2012,2021,2023,2025,2031,2032,2041,2042,2054,2056,2069,2070,2072,2081,2082,2097,2107,2120,2128,2129,2131,2139,2154,2155,2163,2170,2173,2174,2179,2189,2198,2206,2207,2215,2218,2219,2227,2239,2253,2264,2265,2268,2276,2277,2280,2290,2294,2295,2305,2324,2332,2343,2344,2352,2360,2364,2365,2386,2400,2407,2439,2440,2450,2460,2469,2477,2511,2516,2529,2530,2539,2541,2543,2549,2550,2559,2560,2570,2572,2580,2596,2597,2605,2613,2617,2618,2629,2638,2651,2661,2674,2682,2683,2691,2703,2704,2712,2724,2737,2748,2749,2752,2758,2761,2771,2775,2776,2786,2797,2806,2814,2815,2823,2834,2835,2843,2851,2855,2856,2869,2883,2884,2886,2896,2906,2916,2924,2925,2935,2948,2956,2957,2967,2980,2988,2989,2997,3008,3009,3017,3029,3043,3054,3055,3058,3066,3067,3070,3080,3084,3085,3100,3108,3116,3130,3138,3141,3156,3171,3174,3199,3200,3208,3220,3221,3229,3241,3255,3266,3267,3270,3278,3279,3282,3292,3296,3297,3315,3323,3331,3343,3352,3364,3372,3375,3390,3402,3417,3425,3426,3440,3443,3468,3469,3477,3491,3492,3500,3508,3512,3513,3518,3528,3536,3541,3542,3550,3559,3563,3564,3573,3587,3595,3605,3606,3614,3622,3626,3627,3636,3650,3658,3668,3669,3675,3683,3687,3688,3697,3709,3715,3724,3725,3732,3740,3744,3745,3754,3765,3772,3781,3782,3790,3798,3802,3803,3818,3832,3833,3835,3845,3855,3868,3876,3877,3901,3909,3921,3922,3930,3938,3942,3943,3958,3972,3973,3975,3988,4001,4002,4004,4020,4028,4041,4049,4050,4062,4071,4082,4095,4103,4104,4112,4123,4124,4132,4140,4144,4145,4155,4169,4170,4172,4183,4191,4199,4200,4206,4214,4218,4219,4228,4240,4246,4255,4256,4263,4271,4275,4276,4285,4296,4303,4312,4313,4321,4329,4333,4334,4350,4364,4365,4367,4377,4387,4400,4408,4409,4418,4431,4432,4434,4458,4466,4478,4479,4487,4495,4499,4500,4515,4529,4530,4532,4545,4558,4559,4561,4570,4583,4594,4607,4615,4616,4624,4635,4636,4644,4652,4656,4657,4670,4684,4685,4687,4697,4707,4716,4729,4730,4732,4740,4741,4751,4759,4767,4768,4776,4787,4799,4806,4807,4810,4817,4818,4820,4830,4834,4835,4851,4866,4879,4889,4899,4909,4920,4930,4938,4939,4948,4956,4957,4969,4977,4989,4990,4996,5004,5008,5009,5018,5030,5036,5045,5046,5053,5061,5065,5066,5075,5086,5093,5102,5103,5111,5122,5133,5139,5142,5147,5149,5159,5163,5164,5173,5182,5192,5201,5209,5219,5220,5228,5236,5240,5241,5246,5258,5266,5272,5273,5281,5289,5293,5294,5309,5319,5329,5337,5338,5347,5357,5366,5376,5384,5385,5394,5403,5416,5417,5419,5453,5461,5474,5475,5481,5489,5493,5494,5503,5515,5521,5530,5531,5538,5546,5550,5551,5560,5571,5578,5587,5588,5596,5604,5608,5609,5630,5644,5645,5647,5657,5667,5680,5688,5689,5698,5711,5712,5714,5741,5742,5765,5770,5783,5788,5796,5812,5813,5821,5829,5833,5834,5849,5863,5864,5866,5879,5892,5893,5895,5904,5917,5930,5941,5954,5962,5963,5971,5982,5983,5991,5999,6003,6004,6016,6030,6031,6033,6043,6053,6066,6067,6069,6077,6078,6088,6096,6104,6105,6113,6122,6126,6127,6144,6158,6159,6161,6171,6181,6194,6202,6203,6212,6225,6226,6228,6238,6247,6255,6256,6265,6294,6302,6315,6316,6324,6333,6337,6338,6355,6369,6370,6372,6382,6392,6405,6413,6414,6423,6436,6440,6441,6443,6453,6462,6470,6471,6480,6509,6517,6530,6531,6539,6550,6562,6569,6570,6573,6580,6581,6583,6593,6597,6598,6614,6629,6642,6652,6662,6672,6683,6693,6701,6702,6711,6719,6720,6732,6740,6752,6753,6761,6769,6773,6774,6799,6813,6822,6831,6840,6850,6859,6867,6868,6877,6886,6895,6908,6909,6911,6920,6929,6938,6947,6956,6958,7002,7010,7026,7027,7035,7048,7056,7057,7087,7101,7110,7120,7129,7138,7148,7157,7165,7166,7175,7184,7194,7207,7215,7216,7225,7234,7243,7252,7261,7270,7280,7289,7298,7307,7315,7316,7318,7362,7370,7386,7387,7395,7409,7426,7437,7443,7449,7450,7453,7461,7466,7476,7480,7481,7494,7508,7509,7511,7521,7531,7541,7553,7561,7573,7574,7582,7599,7608,7618,7627,7636,7649,7650,7652,7665,7666,7668,7677,7691,7693,7702,7711,7720,7721,7732,7745,7753,7754,7756,7764,7776,7777,7785,7797,7805,7806,7817,7826,7835,7844,7854,7863,7871,7872,7883,7885,7893,7905,7906,7914,7922,7926,7927,7942,7951,7963,7972,7981,7991,8000,8008,8009,8018,8027,8040,8041,8043,8053,8065,8073,8074,8076,8088,8096,8107,8108,8114,8122,8126,8127,8136,8148,8154,8163,8164,8171,8179,8183,8184,8193,8204,8211,8220,8221,8229,8240,8251,8257,8260,8265,8267,8277,8281,8282,8291,8300,8310,8319,8327,8337,8338,8346,8354,8358,8359,8364,8376,8384,8390,8391,8399,8407,8411,8412,8432,8442,8452,8460,8461,8470,8480,8489,8499,8507,8508,8517,8526,8539,8540,8542,8571,8572,8595,8600,8613,8626,8634,8651,8652,8658,8666,8670,8671,8680,8692,8698,8707,8708,8715,8723,8727,8728,8737,8748,8755,8764,8765,8773,8783,8792,8802,8810,8818,8819,8827,8838,8849,8855,8858,8863,8865,8875,8879,8880,8890,8906,8915,8925,8938,8946,8947,8955,8966,8967,8975,8982,8985,8986,8991,9001,9010,9018,9019,9027,9030,9031,9039,9047,9051,9052,9067,9077,9086,9095,9105,9114,9124,9143,9151,9152,9160,9161,9169,9182,9183,9191,9199,9203,9204,9213,9227,9235,9245,9246,9254,9262,9266,9267,9276,9290,9298,9308,9309,9317,9325,9329,9330,9339,9353,9361,9371,9372,9380,9388,9392,9393,9402,9416,9424,9434,9435,9443,9451,9455,9456,9465,9479,9487,9497,9498,9505,9513,9517,9518,9527,9539,9546,9556,9557,9563,9571,9575,9576,9585,9597,9603,9612,9613,9620,9628,9632,9633,9642,9653,9660,9669,9670,9677,9684,9685,9690,9692,9699,9701,9702,9708,9711,9712,9713,9727,9740,9746,9815,9820,9827,9828,9832,9839,9840,9841,9847,9864,9874,9943,9948,9955,9956,9960,9967,9968,9969,9976,9993,10003,10072,10080,10089,10090,10096,10101,10102,10108,10110,10111,10119,10120,10122,10129,10199,10207,10214,10215,10219,10226,10227,10228,10242,10259,10269,10338,10346,10355,10356,10362,10367,10368,10374,10376,10377,10385,10386,10388,10395,10464,10472,10481,10482,10488,10491,10498,10501,10502,10508,10510,10511,10519,10520,10523,10524,10527,10528,10531,10532,10535,10536,10539,10540,10543,10544,10551,10561,10630,10634,10645,10675,10757,10758,10762,10773,10784,10795,10805,10814,10825,10836,10846,10855,10865,10874,10884,10893,10904,10914,10923,10933,10942,10953,10963,10972,10988,10989,11002,11003,11011,11019,11020,11027,11028,11035,11036,11050,11060,11071,11081,11094,11105,11115,11124,11125,11151,11152,11159,11160,11167,11168,11169,11185,11186,11194,11196,11212,11217,11219,11226,11232,11234,11256,11257,11258,11262,11275,11286,11345,11347,11351,11352,11370,11391,11403,11415,11424,11438,11457,11458,11460,11473,11474,11476,11486,11499,11512,11522,11536,11547,11557,11567,11577,11592,11602,11612,11614,11622,11626,11636,11637,11653,11655,11667,11669,11680,11682,11683,11688,11696,11697,11706,11717,11726,11728,11737,11739,11740,11754,11756,11769,11770,11777,11778,11798,11799,11807,11816,11819,11824,11825,11841,11843,11845,11864,11869,11875,11894,11904,11912,11913,11920,11927,11929,11933,11941,11945,11961,11964,11980,11982,11984,11991,11998,12001,12002,12004,12006,12026,12027,12029,12041,12046,12055,12056,12058,12067,12069,12074,12078,12080,12082,12084,12101,12123,12125,12132,12156,12166,12174,12198,12199,12213,12221,12223,12242,12243,12249,12257,12265,12266,12275,12285,12293,12308,12309,12310,12333,12334,12339,12356,12358,12374,12376,12380,12382,12390,12398,12403,12408,12416,12421,12426,12437,12438,12445,12457,12458,12460,12461,12465,12468,12469,12479,12483,12487,12489,12494,12496,12498,12507,12511,12513,12521,12523,12529,12539,12541,12547,12549,12556,12566,12572,12579,12583,12584,12587,12591,12596,12599,12604,12605,12611,12617,12618,12631,12637,12640,12649,12650,12651,12664,12670,12675,12680,12686,12687,12689,12691,12697,12699,12701,12708,12715,12720,12722,12723,12733,12737,12740,12775,12785,12786,12788,12789,12806,12807,12824,12825,12831,12846,12865,12872,12879,12884,12886,12907,12914,12924,12925,12927,12941,12942,12950,12951,12962,12964,12965,12971,12972,12978,12990,12996,13004,13008,13011,13012,13013,13024,13030,13032,13033,13044,13054,13062,13063,13067,13070,13073,13075,13081,13090,13091,13096,13097,13103,13107,13111,13117,13127,13129,13136,13143,13146,13149,13154,13155,13178,13185,13211,13219,13226,13239,13240,13261,13262,13283,13291,13292,13293,13298,13299,13300,13320,13322,13338,13339,13347,13348,13356,13357,13359,13364,13366,13372,13380,13394,13395,13403,13404,13412,13413,13421,13422,13430,13431,13439,13440,13442,13450,13451,13452,13464,13475,13478,13486,13495,13496,13517,13525,13526,13527,13532,13533,13534,13555,13563,13564,13565,13570,13571,13572,13593,13601,13602,13603,13608,13609,13610,13630,13632,13648,13649,13657,13658,13666,13667,13669,13674,13676,13682,13690,13704,13705,13713,13714,13722,13723,13731,13732,13740,13741,13749,13750,13752,13760,13761,13762,13774,13785,13788,13796,13805,13806,13826,13828,13844,13845,13853,13854,13862,13863,13865,13870,13872,13878,13886,13900,13901,13909,13910,13918,13919,13927,13928,13936,13937,13945,13946,13948,13956,13957,13958,13970,13981,13984,13992,14001,14002,14010,14012,14023,14025,14027,14039,14045,14046,14049,14055,14057,14066,14076,14077,14079,14088,14089,14091,14098,14100,14102,14115,14117,14118,14129,14138,14141,14148,14150,14151,14154,14158,14167,14174,14175,14176,14180,14191,14195,14214,14221,14222,14223,14228,14235,14246,14248,14255,14274,14278,14283,14288,14297,14298,14302,14304,14314,14329,14334,14339,14344,14349,14354,14356,14357,14360,14366,14369,14372,14373,14374 ./src/borg/_chunker.c:3,5,7,9,11,13,18,21,24,29,31,65,67,69,72,76,78,80,81,84,88,92,94,95,98,101,102,113,116,126,127,130,142,143,146,151,152,155,166,174,178,183,186,190,210,211,214,220,225,230,233,235,237,238,241,244,251,255,256,263,270,271,290,291,292,296,302 ./.tox/py38/lib/python3.8/site-packages/Cython/Debugger/Tests/cfuncs.c:3,5,8 ./.tox/py38/lib/python3.8/site-packages/Cython/Utility/Optimize.c:8,10,12,16,25,27,28,30,40,42,46,48,58,60,64,66,77,78,80,82,87,92,95,99,101,102,109,111,113,114,116,119,122,128,134,136,139,144,147,154,155,158,159,167,174,175,180,181,183,184,186,188,190,199,209,211,218,220,221,222,224,226,228,250,259,265,267,268,269,271,273,274,276,278,280,292,293,294,295,297,302,307,332,334,335,337,351,353,354,365,368,373,383,387,388,404,408,409,419,421,422,423,425,432,435,445,452,453,462,466,473,474,482,483,486,487,490,494,504,505,506,508,510,513,519,522,523,524,526,528,531,536,546,549,550,556,558,559,560,562,565,567,581,582,584,586,597,599,614,628,634,637,638,639,641,644,646,648,671,677,693,696,700,701,702,704,707,709,724,728,729,735,737,758,772,774,776,781,782,785,786,787,789,799,801,818,825,828,833,837,839,847,853,871,886,891,896,898,930,935,948,949,955,967,971,978,986,993,1002,1009,1020,1022,1032,1039,1047,1049,1056,1058,1060,1071,1073,1088,1093,1095,1102,1106,1108,1113,1120,1139,1140,1150,1160,1170,1171,1177,1194 ./.tox/py38/lib/python3.8/site-packages/Cython/Utility/Builtins.c:8,10,12,16,21,45,52,53,57,64,65,67,69,73,82,83,85,88,91,94,95,100,107,110,111,115,116,122,148,158,160,161,166,167,169,171,177,186,187,191,192,194,196,199,206,214,215,216,218,220,222,227,235,236,238,256,257,258,260,263,268,272,274,280,282,287,289,293,295,296,298,300,301,304,312,314,321,331,338,342,343,344,346,348,350,356,357,359,361,363,369,370,372,374,376,382,383,385,387,389,395,396,398,400,402,408,409,411,413,415,421,422,424,429,431,437,438,440,445,447,453,454,456,461,463,469,470,471,473,475,478,495,505,511,512,513,515,517,519,531,536,542 ./.tox/py38/lib/python3.8/site-packages/Cython/Utility/TypeConversion.c:2,4,7,18,25,26,47,50,56,64,81,87,88,92,99,102,105,112,119,142,153,156,164,166,171,176,181,197,200,202,204,207,208,213,214,224,232,233,234,238,239,241,253,257,260,272,279,286,287,288,289,295,296,303,304,316,318,325,326,345,349,354,359,368,369,373,375,376,378,388,406,410,411,414,420,421,422,425,426,427,430,431,432,434,440,441,444,450,457,463,464,465,468,472,476,477,485,494,496,500,501,502,504,506,508,515,520,528,529,530,537,538,539,542,546,548,557,559,560,566,568,569,570,572,574,576,594,606,616,618,620,621,622,624,626,629,649,657,658,659,664,665,666,667,669,682,693,698,699,701,703,708,720,722,741,745,746,775,777,781,791,793,796,800,802,803,804,806,809,810,812,818,820,825,827,829,830,832,836,839,855,856,857,859,861,865,867,886,888,905,906,909,914,916,923,931,948,949,953,961,962,963,975,986,989,997,998,1003,1008 ./.tox/py38/lib/python3.8/site-packages/Cython/Utility/ModuleSetupCode.c:2,7,19,26,29,36,40,44,49,86,91,129,134,197,201,213,217,221,234,249,257,265,267,281,282,293,301,309,311,326,327,329,333,342,347,348,366,367,369,373,376,393,406,435,441,447,456,468,477,482,485,488,492,495,498,502,508,516,522,526,534,569,578,582,586,590,594,600,604,616,624,628,629,637,644,662,666,672,681,687,707,708,710,720,721,723,726,734,743,744,746,757,759,763,770,772,773,784,786,789,790,791,800,806,813,814,815,818,824,826,828,831,840,851,852,854,855,865,866,868,869,877,879,880,882,883,885,890,901,903,909,910,912,915,918,922,924,928,929,932,942,950,951,956,958,959,966,972,974,975,978,984,987,991,995,1000,1005,1007,1008,1010,1015,1021,1023,1027,1031,1036,1045,1046,1051,1052,1053,1059,1063,1067,1068,1074,1084,1086,1093,1100,1103,1106,1111,1112,1114,1123,1125,1126,1128,1130,1132,1144,1146,1147,1149,1151,1153,1155,1162,1163,1165,1169,1190,1218,1227,1230,1232,1246,1248,1249,1251,1259,1261,1262,1265,1267,1273,1276,1281,1282,1290,1293,1300,1304,1317,1338,1346,1348,1353,1356,1362,1365,1372,1380,1382,1387,1399,1408,1413,1417,1419,1422,1426,1429,1430,1434,1435,1436,1441,1443,1444,1453,1457,1460,1461,1472,1473,1474,1475,1484,1485,1497,1499,1500,1501,1503,1506,1507,1509,1521,1522 ./.tox/py38/lib/python3.8/site-packages/Cython/Utility/Coroutine.c:2,4,7,13,14,25,34,38,42,49,53,56,57,58,60,62,66,72,82,86,89,90,99,108,112,114,115,116,118,121,126,131,134,135,136,152,160,171,172,193,203,208,228,229,237,238,239,241,244,248,251,258,263,267,268,269,274,277,281,282,285,286,287,290,294,301,302,303,308,311,315,316,319,320,321,323,325,328,335,344,345,359,360,361,364,366,378,396,400,404,410,419,423,425,435,436,438,446,449,452,457,460,461,463,467,470,473,474,478,479,490,493,495,505,507,514,515,521,527,542,544,548,554,558,559,566,574,580,585,586,590,591,598,602,606,607,622,624,625,640,642,643,663,664,665,672,674,678,679,680,683,684,691,698,705,716,720,722,723,738,740,744,753,755,756,762,771,772,773,787,788,790,791,804,807,810,812,815,817,828,829,868,873,878,882,884,885,891,921,928,935,937,940,941,974,976,978,979,982,983,989,992,998,1020,1023,1030,1032,1033,1038,1041,1055,1077,1082,1088,1090,1095,1097,1101,1102,1107,1110,1112,1113,1119,1120,1126,1127,1130,1138,1146,1147,1150,1154,1164,1167,1169,1170,1177,1181,1182,1187,1191,1192,1198,1200,1203,1214,1218,1219,1221,1228,1246,1252,1259,1268,1269,1270,1273,1281,1282,1285,1289,1293,1308,1309,1312,1318,1319,1322,1324,1330,1334,1340,1341,1344,1350,1351,1354,1356,1362,1366,1372,1373,1374,1377,1383,1394,1397,1398,1406,1407,1434,1437,1438,1439,1444,1449,1450,1454,1455,1459,1460,1463,1464,1467,1468,1471,1472,1475,1476,1480,1481,1486,1488,1498,1561,1570,1572,1576,1578,1584,1586,1588,1597,1600,1602,1616,1625,1635,1643,1718,1725,1730,1735,1736,1737,1739,1741,1743,1746,1749,1751,1752,1756,1829,1830,1837,1838,1839,1844,1854,1862,1872,1937,1942,1946,1948,1949,1950,1952,1956,1961,1967,1985,1993,1998,2009,2010,2011,2013,2015,2018,2045,2052,2058,2059,2060,2062,2066,2069,2073,2090,2092,2106,2113,2119,2122,2123,2129,2130,2131,2133,2136,2141,2191,2201,2208,2214,2216,2221,2228,2234,2235,2236,2238,2241,2244,2263,2269,2270,2271,2273,2277,2279,2334,2345,2346,2348,2353,2361 ./.tox/py38/lib/python3.8/site-packages/Cython/Utility/ObjectHandling.c:9,11,13,15,18,19,21,23,25,29,30,32,34,36,41,42,44,46,51,59,60,61,63,65,69,77,79,80,82,89,94,99,112,113,124,125,131,135,140,145,155,156,157,159,162,166,178,182,185,186,190,191,218,225,228,229,231,233,235,239,258,259,268,269,272,273,274,276,282,285,294,295,299,300,305,307,308,313,315,317,318,320,323,327,332,334,347,351,352,354,357,359,361,367,373,377,381,383,390,391,400,405,410,412,423,424,431,445,446,448,449,453,456,457,459,465,469,471,478,479,491,505,506,508,509,516,518,521,522,523,525,531,535,537,544,545,551,565,566,568,571,572,573,575,585,592,594,614,621,628,632,638,639,645,647,655,671,680,683,688,702,704,712,715,716,717,719,727,729,737,738,743,747,748,755,756,757,766,775,778,779,781,783,785,799,805,813,820,824,825,826,828,830,834,853,872,874,875,877,879,883,891,896,898,900,901,903,906,910,915,920,929,932,938,939,941,946,950,961,970,973,974,977,986,987,1002,1003,1010,1017,1020,1021,1023,1025,1027,1032,1038,1039,1041,1047,1049,1053,1054,1056,1058,1061,1072,1073,1075,1076,1079,1082,1084,1085,1087,1091,1092,1094,1097,1098,1100,1102,1106,1116,1118,1119,1121,1124,1131,1141,1142,1148,1150,1151,1152,1154,1165,1166,1170,1178,1183,1190,1191,1195,1201,1212,1218,1225,1229,1230,1232,1234,1237,1248,1249,1252,1269,1272,1274,1278,1279,1281,1289,1291,1293,1304,1305,1311,1314,1315,1320,1321,1323,1327,1334,1335,1337,1339,1340,1342,1350,1353,1358,1360,1362,1363,1365,1367,1373,1379,1380,1389,1394,1396,1397,1398,1400,1406,1408,1419,1421,1422,1424,1432,1434,1445,1447,1448,1450,1452,1455,1465,1467,1471,1474,1475,1494,1502,1503,1504,1505,1515,1517,1518,1522,1523,1528,1529,1533,1534,1544,1550,1560,1564,1565,1566,1568,1578,1581,1593,1597,1600,1601,1602,1605,1625,1629,1646,1647,1648,1650,1652,1658,1662,1675,1678,1679,1681,1683,1705,1714,1715,1716,1718,1720,1726,1730,1741,1746,1748,1750,1776,1785,1786,1787,1789,1791,1796,1804,1810,1811,1812,1814,1816,1821,1827,1828,1836,1839,1840,1841,1843,1845,1851,1857,1863,1865,1874,1878,1879,1887,1892,1893,1894,1896,1900,1901,1902,1904,1910,1912,1917,1928,1930,1932,1933,1935,1939,1941,1948,1957,1959,1961,1962,1964,1968,1975,1988,1993,1996,2009,2010,2013,2015,2023,2033,2034,2036,2040,2042,2046,2048,2049,2050,2068,2071,2074,2075,2086,2094,2095,2096,2103,2104,2111,2113,2117,2118,2127,2131,2135,2136,2156,2160,2163,2164,2166,2172,2174,2181,2186,2191,2196,2197,2199,2200,2202,2204,2209,2216,2222,2224,2231,2238,2239,2240,2242,2244,2250,2261,2262,2267,2277,2278,2280,2289,2291,2292,2296,2302,2308,2314,2321,2325,2326,2328,2330,2331,2333,2342,2348,2364,2371,2385,2386,2392,2393,2406,2407,2416,2420,2427,2428,2432,2433,2436,2437,2439,2446,2456,2457,2461,2467,2469,2474,2475,2485,2487,2488,2494 ./.tox/py38/lib/python3.8/site-packages/Cython/Utility/Embed.c:2,6,21,47,48,58,60,68,69,70,73,76,107,109,113,135,143,151,156,176,177,180,183,196,202,213,217,218 ./.tox/py38/lib/python3.8/site-packages/Cython/Utility/Profile.c:4,7,15,23,27,31,35,37,41,49,54,57,63,66,72,76,96,104,106,125,126,140,141,161,169,171,174,176,183,185,195,197,206,208,209,232,241,247,250,252,265,277,282,284,289,296,307,308,309,312,318,322,327,345,350,352,353 ./.tox/py38/lib/python3.8/site-packages/Cython/Utility/Buffer.c:2,4,8,13,19,22,27,28,31,33,43,44,47,52,53,56,58,61,63,74,80,85,98,99,101,109,111,115,121,124,125,129,133,134,141,144,145,147,148,150,155,160,163,164,167,172,173,180,181,185,190,197,202,209,215,216,217,219,231,236,240,266,267,268,279,280,283,284,291,292,293,297,298,322,323,324,336,341,342,343,360,361,362,363,374,391,392,393,408,425,426,427,446,447,448,449,450,461,473,474,475,479,481,483,487,497,498,499,504,507,510,511,516,521,522,529,533,534,543,544,550,551,552,559,560,564,566,574,576,592,593,598,599,603,606,612,613,616,619,626,627,630,635,639,642,643,647,652,653,658,659,662,670,675,686,695,705,714,724,727,730,738,739,756,770,792,796,797,798,799,800,803,806,810,812,815,818,826,827,828,834,835,840,846,851,855,856,859,860,861,863,864,865,871,874,876,881,901,905,909,918,919,921 ./.tox/py38/lib/python3.8/site-packages/Cython/Utility/TestUtilityLoader.c:3,7,10 ./.tox/py38/lib/python3.8/site-packages/Cython/Utility/AsyncGen.c:4,7,15,20,26,32,34,35,46,47,50,52,54,56,58,67,70,71,73,76,81,82,86,92,94,96,98,100,101,108,112,115,119,122,124,127,130,136,140,143,146,147,151,154,157,158,163,164,168,173,176,179,182,183,186,189,190,191,194,198,199,200,204,208,211,212,214,216,221,222,229,239,243,245,246,248,250,251,254,258,260,261,265,266,267,270,273,275,276,277,280,283,285,286,287,290,293,295,296,297,301,302,303,313,323,326,329,332,335,338,347,348,356,431,432,435,437,443,444,450,451,453,454,457,459,460,461,464,472,473,475,476,482,483,485,486,487,489,490,493,502,503,504,507,511,512,513,516,519,523,524,528,530,531,534,537,538,540,541,542,545,547,548,549,552,554,558,559,562,565,566,568,569,570,573,577,578,579,587,588,596,597,666,667,670,680,681,682,685,688,690,693,694,695,697,698,701,709,710,711,712,716,719,720,721,781,782,785,789,800,801,806,807,808,810,811,814,819,820,821,824,828,829,830,833,836,840,841,846,847,851,852,854,858,863,867,872,876,877,882,885,887,888,890,900,903,904,907,908,909,914,924,925,930,932,933,934,937,939,943,944,948,949,959,961,962,963,964,967,969,970,971,974,978,979,980,988,989,997,998,1066,1067,1070,1075,1083,1084,1085,1087,1094,1098,1102,1106,1110,1112 ./.tox/py38/lib/python3.8/site-packages/Cython/Utility/arrayarray.h:2,12,15,21,34,35,66,73,77,78,83,87,94,100,101,103,108,117,122,123,131,136,141,146,147 ./.tox/py38/lib/python3.8/site-packages/Cython/Utility/Complex.c:3,13,21,26,27,29,42,51,52,55,65,67,69,74,78,86,88,89,91,95,96,98,100,102,114,115,116,118,155,157,162,168,174,180,181,194,200,201,211,212,214,220,223,229,237,247,263,264,278,282,289 ./.tox/py38/lib/python3.8/site-packages/Cython/Utility/CppSupport.cpp:2,8,42,44,46,47,49,51,55,58 ./.tox/py38/lib/python3.8/site-packages/Cython/Utility/FunctionArguments.c:2,3,7,9,11,13,17,22,25,30,31,33,36,38,42,49,52,59,62,67,68,69,71,73,75,84,85,86,88,90,92,96,104,105,106,108,110,112,115,116,117,119,121,123,127,132,147,166,167,168,170,174,177,190,198,203,210,211,220,222,232,234,235,250,252,267,268,271,276,277,297,298,299,301,303,307,312,326,327,329,330,335,341,345,348,352 ./.tox/py38/lib/python3.8/site-packages/Cython/Utility/ImportExport.c:2,10,11,13,15,19,39,46,58,59,61,75,76,84,85,86,88,90,93,103,105,106,107,110,112,115,120,132,142,143,152,162,165,177,180,181,182,184,195,199,214,216,224,225,226,228,235,239,256,270,273,291,296,302,307,309,310,312,315,321,323,325,327,332,339,348,367,374,381,387,389,391,393,396,406,416,423,437,448,450,452,454,457,465,475,493,494,496,498,501,507,517,524,538,548,550,552,554,558,562,571,588,589,590,592,594,596,612,613,614,616,618,620,638,639,640,643,645,647,654,659,660,678,684,686,687,688,699,700,701,703,705,707,710,713,720,724,729,731,732,736,739 ./.tox/py38/lib/python3.8/site-packages/Cython/Utility/ExtensionTypes.c:2,4,6,23,26,32,36,40,44,46,53,54,55,56,58,69,77,82,83,93,95,98,113,114,116,118,120,121,123,125,127,137,138,140,142,144,156,157,159,161,163,173,174,176,178,183,187,193,194,198,199,202,203,213,219,225,228,235,245,246,258,259,261,262,264,280 ./.tox/py38/lib/python3.8/site-packages/Cython/Utility/CythonFunction.c:1,3,5,9,14,19,20,35,41,48,50,52,58,68,69,71,72,77,79,82,95,96,99,100,103,108,113,114,117,126,129,130,133,135,141,145,151,152,155,158,159,162,164,170,174,180,181,184,186,192,193,196,201,204,205,208,210,215,220,226,227,230,233,234,237,240,241,244,248,249,256,269,273,274,285,291,292,302,303,306,307,318,324,325,335,336,339,340,350,356,357,365,368,369,394,419,424,427,434,435,440,441,447,479,480,483,496,500,503,506,507,509,510,512,517,518,520,523,524,526,538,542,545,546,548,549,551,554,558,559,564,565,570,571,574,582,583,589,606,623,628,634,636,640,641,644,645,653,656,659,664,665,670,672,673,740,741,746,748,749,752,760,761,766,767,772,773,778,779,780,782,788,791,800,802,803,804,807,810,813,828,830,831,832,834,841,846,850,852,855,861,873,875,876,879,885,886,891,896,897,900,905,906,907,910,912,914,919,920,923,934,941,947,949,953,954,957,960,963,966,969,972,974,975,978,983,984,987,991,995,996,1002,1005,1022,1023,1033,1034,1037,1039,1043,1048,1054,1055,1056,1059,1061,1062,1065,1069,1074,1075,1076,1082,1085,1094,1101,1108,1117,1118,1125,1131,1132,1143,1144,1149,1166,1168,1171,1175,1177,1178,1187,1188,1197,1203,1269,1276,1278,1279,1281,1284,1286,1292,1306,1312,1321,1326,1329,1330 ./.tox/py38/lib/python3.8/site-packages/Cython/Utility/StringTools.c:1,3,5,7,9,11,13,15,25,34,37,45,47,48,50,52,55,60,61,62,64,66,68,70,80,90,92,94,101,103,105,112,118,120,126,136,141,142,144,145,146,148,152,153,154,156,158,160,164,165,166,170,176,177,179,181,184,196,214,225,227,238,239,245,258,274,286,287,288,290,292,295,323,327,340,342,343,345,350,353,355,367,370,371,372,373,375,380,383,385,398,402,403,404,405,407,412,415,417,430,433,434,435,436,438,442,446,450,451,455,462,463,465,470,475,488,494,497,506,507,508,510,515,519,529,532,543,544,545,548,556,557,560,568,569,571,574,577,587,600,601,602,604,607,613,615,616,617,619,622,624,628,645,646,648,649,654,656,657,658,660,665,667,675,678,682,687,694,695,706,711,712,717,720,722,723,740,741,743,744,749,750,752,753,754,756,759,763,766,775,776,777,779,781,783,792,793,795,796,797,799,807,817,818,820,824,826,827,829,832,836,857,883,885,887,900,901,902,904,907,909,911,936,939,940,943,944,947,962,964,968,969,970,976,981,985,987,989,990,991,993,995,998,1006,1017,1020,1027,1028,1033,1034,1036,1038,1041,1052,1056,1067,1068,1069,1071,1077,1079,1084,1109,1110,1114,1116,1118,1119,1121,1144,1145,1147,1150,1152,1162,1165,1166,1171,1172,1173,1175,1177,1179,1184,1185,1186,1188 ./.tox/py38/lib/python3.8/site-packages/Cython/Utility/Exceptions.c:7,8,11,21,22,25,32,34,43,47,49,50,58,60,64,73,79,90,92,105,106,114,116,118,120,124,128,139,148,149,150,158,161,168,177,178,179,188,189,191,200,203,209,227,228,229,255,256,261,262,280,282,283,285,300,302,303,307,309,310,312,316,318,323,327,329,331,333,334,338,345,347,353,377,389,397,423,424,426,428,431,463,466,467,468,472,478,480,484,487,503,504,507,527,529,533,540,542,546,552,560,565,569,570,572,580,582,584,588,592,616,628,633,634,636,642,648,656,660,661,663,672,680,681,685,688,691,693,695,698,703,707,714,727,734,760,761,767,770,771,779,792 ./.tox/py38/lib/python3.8/site-packages/Cython/Utility/MemoryView_C.c:3,6,14,17,18,21,23,27,37,48,55,62,67,69,81,82,84,86,87,89,91,98,101,107,112,119,120,122,125,126,129,135,140,141,146,149,155,156,157,159,169,174,177,180,189,195,196,197,207,208,224,225,226,230,231,234,243,244,245,252,253,254,258,259,262,264,272,274,282,284,285,286,290,291,301,308,310,322,323,330,331,335,336,347,348,359,360,364,365,370,371,374,378,382,383,384,386,392,397,402,403,407,413,414,415,422,423,424,429,432,442,443,448,452,460,462,463,467,473,474,478,484,485,486,489,494,498,500,508,509,510,511,516,521,522,526,529,537,540,541,542,543,545,551,552,554,560,570,572,578,579,580,584,586,587,595,596,597,601,603,610,614,618,620,631,632,633,635,640,641,643,647,648,650,652,658,661,663,667,676,677,678,682,683,689,691,694,696,697,698,700,703,704,706,708,709,711,714,717,724,725,730,732,733,735,736,737,739,743,747,749,750,751,753,757,761,763,765,767,771,773,781,783,784,786,790,791,793,798,799,805,806,808,810,824,826,827,828,830,832,835,843,844,846,849,850,852,856,862,870,873,879,881,883,889,895,897,899,903,905,907,910,913,914,916,917,918,920,924,926,933,937,940,944,945 ./.tox/py38/lib/python3.8/site-packages/Cython/Utility/Capsule.c:2,5,7,10,12,18,20 ./.tox/py38/lib/python3.8/site-packages/Cython/Utility/Overflow.c:6,10,14,15,19,21,31,32,33,39,48,51,55,56,58,63,69,71,76,77,82,83,104,105,106,110,112,113,114,119,121,122,123,125,130,131,137,139,164,165,166,172,174,175,179,180,184,185,206,207,208,218,220,221,226,229,230,231,234,238,239,241,253,254,255,256,258,260,262,277,289,290,291,292,294,302,304,305,307 ./.tox/py38/lib/python3.8/site-packages/Cython/Utility/CMath.c:1,3,5,7,22,23,24,26,28,30,36,37,38,40,42,44,49,50,51,53,55,57,62,63,64,66,68,70,84,93,95 ./.tox/py38/lib/python3.8/site-packages/Cython/Utility/Printing.c:3,9,12,17,20,26,28,29,32,36,43,58,59,60,61,66,72,73,75,84,98,100,112,114,116,128,130,133,135,137,139,144,149,162,163,165,174,175 ./.tox/py38/lib/python3.8/site-packages/Cython/Utility/CommonStructures.c:2,4,6,10,14,22,28,37,38,43,48,49,50,52,54,56,57,63,67,76,78,86 ./.tox/py38/lib/python3.8/site-packages/cffi/_embedding.h:1,3,7,8,16,17,19,22,26,37,38,58,68,70,72,78,79,91,93,96,102,103,105,111,112,113,116,118,119,121,123,125,130,133,138,139,141,149,151,162,186,201,203,215,216,220,224,233,238,242,244,247,248,252,254,259,265,272,279,286,291,299,306,307,312,319,326,327,330,340,348,349,355,357,358,360,361,363,364,366,368,378,381,383,385,386,388,390,391,393,394,396,397,402,412,414,417,423,427,433,436,438,441,451,463,466,473,474,475,477,479,480,483,494,499,502,503,504,512,516,519,520,524,526 ./.tox/py38/lib/python3.8/site-packages/cffi/parse_c_type.h:1,4,6,10,32,49,86,91,93,94,102,108,124,131,138,144,160,168,174 ./.tox/py38/lib/python3.8/site-packages/cffi/_cffi_include.h:2,4,10,15,25,56,63,110,116,122,125,126,130,138,141,152,164,222,224,226,230,233,241,245,249,252,256,260,261,262,268,270,275,276,278,283,284,286,291,292,294,299,300,311,316,321,325,335,338,339,342,348,349,356,357,359,366,372,376,382,384 ./.tox/py38/lib/python3.8/site-packages/cffi/_cffi_errors.h:8,9,21,23,26,30,34,38,48,69,72,75,77,78,80,82,95,96,98,101,104,107,111,119,121,123,129,138,142,143,145,148 ./scripts/fuzz-cache-sync/main.c:1,3,6,8,14,18,23,28,29,33 <<<<<< EOF