OS=Linux python=3.7 <<<<<< 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,574,586,593,598,606,617,621,624,645,696,744,755,758,766,793,796,797,807,819,820,824,827,839,865,903,907,910,915,922,925,942,951,960,965,972,979,1002,1009,1012,1017,1020,1031,1033,1037,1059,1065,1068,1071,1082,1107,1114,1129,1133,1138,1141,1144,1147,1150,1163,1166,1169,1170,1178,1264,1272,1286,1297,1307,1316,1326,1338,1347,1355,1356,1365,1373,1374,1382,1394,1395,1403,1419,1437,1448,1454,1460,1461,1464,1474,1475,1480,1490,1494,1495,1513,1522,1543,1544,1552,1562,1575,1580,1591,1599,1600,1613,1615,1625,1639,1648,1649,1664,1678,1680,1688,1703,1704,1712,1735,1736,1737,1755,1756,1764,1774,1787,1797,1809,1818,1819,1832,1845,1859,1877,1878,1886,1894,1896,1907,1910,1920,1931,1940,1948,1949,1957,1958,1966,1981,1982,1990,2011,2023,2041,2042,2059,2060,2073,2093,2101,2103,2105,2108,2118,2136,2137,2149,2160,2161,2172,2190,2191,2199,2236,2245,2246,2256,2258,2266,2267,2275,2277,2298,2299,2309,2317,2334,2335,2343,2358,2374,2385,2391,2392,2395,2404,2405,2409,2419,2423,2424,2437,2458,2459,2467,2483,2498,2512,2520,2535,2536,2540,2551,2581,2624,2625,2629,2640,2652,2669,2670,2678,2679,2687,2694,2695,2702,2703,2710,2711,2718,2719,2726,2727,2734,2735,2742,2743,2744,2760,2761,2769,2771,2787,2792,2794,2801,2807,2809,2831,2832,2833,2837,2849,2860,2921,2923,2927,2928,2946,2958,2979,3007,3028,3037,3049,3061,3071,3073,3081,3085,3095,3096,3112,3114,3122,3131,3134,3139,3140,3145,3153,3154,3163,3174,3183,3185,3194,3196,3197,3211,3213,3226,3227,3234,3235,3255,3256,3268,3270,3281,3283,3284,3290,3300,3302,3308,3310,3317,3327,3333,3340,3344,3345,3365,3366,3368,3387,3392,3398,3417,3427,3435,3436,3443,3450,3452,3456,3464,3468,3484,3487,3503,3505,3507,3515,3521,3535,3536,3552,3554,3556,3568,3573,3582,3583,3585,3594,3596,3604,3612,3617,3622,3630,3635,3640,3651,3652,3659,3671,3672,3674,3675,3679,3682,3683,3700,3707,3714,3718,3723,3724,3726,3731,3747,3756,3759,3764,3772,3774,3779,3780,3801,3808,3818,3819,3821,3835,3836,3844,3845,3856,3858,3859,3873,3881,3883,3894,3904,3912,3913,3917,3920,3923,3925,3931,3940,3941,3946,3947,3953,3957,3961,3967,3977,3979,3986,3993,3996,3999,4004,4005,4028,4035,4061,4069,4076,4089,4090,4111,4112,4132,4134,4150,4151,4159,4160,4168,4169,4171,4176,4178,4184,4192,4206,4207,4215,4216,4224,4225,4233,4234,4242,4243,4251,4252,4254,4262,4263,4264,4276,4287,4290,4298,4307,4308,4329,4337,4338,4339,4344,4345,4346,4367,4375,4376,4377,4382,4383,4384,4404,4406,4422,4423,4431,4432,4440,4441,4443,4448,4450,4456,4464,4478,4479,4487,4488,4496,4497,4505,4506,4514,4515,4523,4524,4526,4534,4535,4536,4548,4559,4562,4570,4579,4580,4588,4590,4601,4603,4605,4617,4623,4624,4627,4633,4635,4644,4654,4655,4657,4666,4667,4669,4676,4678,4680,4693,4695,4696,4707,4716,4719,4726,4728,4729,4732,4736,4745,4752,4753,4754,4758,4769,4773,4792,4799,4800,4801,4806,4813,4824,4826,4833,4852,4856,4861,4866,4875,4876,4880,4882,4892,4907,4912,4917,4922,4927,4932,4934,4935,4938,4944,4947,4950,4951,4952 ./src/borg/platform/linux.c:2,288,302,389,394,397,400,404,407,410,574,586,593,598,606,622,626,629,650,701,749,760,763,771,798,801,802,812,824,825,829,831,857,895,902,905,909,912,917,934,943,952,957,964,971,978,1001,1004,1009,1012,1015,1022,1025,1028,1031,1034,1037,1040,1043,1055,1061,1064,1069,1073,1077,1078,1084,1095,1120,1123,1131,1139,1144,1155,1163,1185,1188,1191,1201,1212,1214,1218,1224,1227,1230,1239,1242,1245,1250,1251,1254,1260,1263,1316,1323,1334,1337,1344,1359,1363,1368,1371,1374,1377,1380,1383,1396,1399,1402,1403,1405,1407,1409,1418,1695,1703,1717,1733,1744,1750,1751,1754,1763,1764,1768,1778,1782,1783,1817,1828,1856,1879,1880,1893,1909,1910,1923,1939,1940,1952,1963,1971,1972,1980,1981,1990,2004,2021,2034,2050,2058,2059,2061,2074,2084,2130,2131,2150,2155,2165,2169,2177,2178,2187,2198,2207,2217,2248,2256,2257,2265,2266,2267,2279,2300,2301,2308,2316,2318,2338,2341,2362,2363,2370,2378,2379,2385,2399,2405,2407,2408,2416,2437,2438,2446,2459,2472,2483,2484,2487,2493,2496,2506,2510,2511,2542,2565,2566,2579,2595,2596,2609,2625,2626,2638,2650,2658,2659,2667,2675,2721,2722,2741,2746,2756,2760,2768,2779,2794,2809,2812,2832,2833,2842,2853,2865,2873,2874,2875,2898,2899,2907,2927,2941,2942,2949,2955,2969,2975,2992,2993,3003,3005,3006,3016,3030,3047,3063,3075,3083,3084,3086,3098,3106,3124,3125,3133,3143,3147,3148,3172,3184,3202,3203,3220,3221,3234,3254,3262,3264,3266,3269,3279,3297,3298,3306,3322,3330,3354,3355,3376,3381,3391,3398,3407,3408,3424,3432,3456,3457,3478,3483,3493,3500,3508,3510,3525,3533,3534,3542,3544,3565,3566,3576,3584,3603,3604,3612,3638,3650,3673,3674,3690,3691,3710,3715,3725,3738,3739,3752,3772,3780,3782,3784,3787,3797,3815,3816,3829,3839,3874,3881,3894,3899,3919,3920,3937,3942,3952,3976,3985,3986,3999,4004,4024,4025,4042,4047,4057,4081,4090,4091,4101,4103,4111,4112,4120,4122,4143,4144,4154,4162,4182,4183,4191,4219,4231,4254,4255,4271,4272,4291,4296,4306,4319,4320,4333,4353,4361,4363,4365,4368,4378,4396,4397,4410,4420,4455,4462,4475,4480,4500,4501,4518,4523,4533,4540,4567,4576,4577,4590,4595,4615,4616,4633,4638,4648,4655,4682,4691,4692,4702,4704,4712,4713,4721,4723,4744,4745,4755,4763,4785,4786,4794,4809,4827,4838,4844,4850,4851,4854,4864,4865,4870,4880,4884,4885,4916,4925,4934,4943,4952,4973,4974,4985,5008,5009,5022,5026,5032,5043,5051,5052,5062,5071,5080,5081,5091,5093,5102,5113,5116,5126,5135,5145,5160,5168,5169,5177,5178,5189,5192,5202,5211,5221,5236,5244,5245,5253,5254,5255,5266,5275,5284,5294,5313,5314,5323,5332,5341,5350,5356,5364,5366,5367,5375,5391,5392,5400,5414,5430,5441,5447,5448,5451,5460,5461,5465,5475,5479,5480,5511,5520,5529,5555,5556,5566,5577,5585,5586,5607,5608,5619,5629,5641,5650,5651,5664,5666,5684,5685,5693,5711,5712,5720,5730,5739,5756,5757,5766,5770,5780,5791,5794,5802,5803,5804,5816,5835,5837,5843,5851,5853,5854,5862,5863,5873,5882,5899,5900,5909,5913,5923,5934,5937,5945,5946,5947,5959,5978,5980,5986,5994,5996,5997,6005,6006,6014,6033,6034,6042,6057,6083,6084,6086,6112,6113,6115,6135,6136,6153,6158,6174,6182,6207,6208,6229,6237,6238,6258,6259,6276,6281,6297,6300,6308,6324,6325,6333,6347,6363,6374,6380,6381,6384,6393,6394,6398,6408,6412,6413,6426,6461,6462,6479,6484,6494,6497,6506,6518,6527,6536,6544,6559,6560,6568,6581,6594,6605,6606,6609,6615,6618,6628,6632,6633,6650,6673,6674,6686,6704,6725,6746,6747,6754,6780,6794,6814,6836,6851,6859,6860,6872,6881,6889,6890,6898,6916,6917,6925,6934,6938,6939,6953,6974,6975,6982,7005,7006,7014,7034,7035,7054,7059,7075,7078,7086,7102,7103,7107,7118,7148,7280,7281,7285,7296,7307,7319,7331,7343,7355,7367,7382,7394,7411,7412,7420,7421,7429,7436,7437,7444,7445,7452,7453,7460,7461,7468,7469,7476,7477,7484,7485,7486,7502,7503,7511,7513,7529,7534,7536,7543,7549,7551,7573,7574,7575,7579,7601,7612,7673,7675,7679,7680,7698,7710,7722,7734,7746,7767,7788,7816,7844,7865,7886,7907,7915,7923,7965,7974,7982,7990,8005,8018,8021,8040,8041,8050,8082,8102,8120,8138,8158,8170,8182,8194,8206,8218,8227,8244,8253,8279,8288,8289,8311,8327,8339,8351,8368,8370,8380,8382,8393,8397,8407,8408,8424,8426,8438,8440,8451,8453,8454,8462,8471,8474,8479,8480,8485,8493,8494,8503,8514,8523,8525,8534,8536,8537,8551,8553,8566,8567,8574,8575,8595,8596,8602,8612,8614,8620,8622,8629,8639,8645,8652,8656,8657,8673,8675,8677,8697,8698,8700,8719,8724,8730,8749,8759,8767,8768,8775,8782,8784,8788,8796,8800,8816,8819,8827,8833,8847,8848,8864,8866,8868,8880,8885,8894,8895,8897,8906,8908,8928,8929,8938,8939,8942,8943,8950,8957,8960,8961,8963,8965,8979,8982,8999,9007,9008,9009,9019,9021,9025,9030,9034,9056,9060,9061,9070,9076,9077,9083,9084,9089,9090,9099,9101,9102,9106,9107,9116,9117,9118,9132,9143,9169,9170,9194,9196,9197,9199,9213,9215,9226,9229,9234,9244,9248,9249,9265,9269,9270,9280,9282,9283,9296,9302,9305,9314,9315,9316,9330,9338,9340,9359,9360,9366,9374,9382,9383,9392,9402,9410,9425,9426,9427,9450,9451,9456,9473,9475,9491,9493,9497,9499,9506,9530,9540,9548,9572,9573,9597,9606,9608,9613,9617,9619,9621,9623,9640,9662,9664,9673,9677,9679,9687,9689,9697,9705,9710,9715,9723,9728,9733,9744,9745,9752,9764,9765,9767,9768,9772,9775,9776,9803,9807,9820,9822,9823,9835,9853,9864,9866,9877,9878,9883,9896,9912,9924,9925,9933,9945,9957,9958,9960,9961,9968,9970,9973,9974,9991,9998,10005,10009,10014,10015,10017,10022,10038,10047,10050,10055,10063,10065,10070,10071,10076,10082,10100,10128,10134,10137,10138,10143,10149,10167,10195,10201,10204,10205,10217,10219,10240,10247,10257,10258,10260,10274,10275,10283,10284,10295,10297,10298,10313,10319,10326,10333,10336,10337,10349,10358,10361,10371,10385,10386,10393,10400,10403,10404,10419,10425,10434,10442,10443,10448,10461,10462,10465,10468,10472,10477,10480,10489,10492,10495,10502,10506,10512,10515,10518,10521,10528,10532,10538,10541,10548,10551,10556,10559,10562,10568,10573,10579,10582,10585,10588,10591,10594,10598,10616,10620,10630,10636,10646,10647,10650,10660,10666,10676,10677,10680,10690,10696,10704,10707,10735,10741,10781,10784,10804,10806,10808,10813,10815,10818,10820,10837,10839,10841,10847,10852,10857,10860,10868,10889,10906,10911,10918,10922,10925,10941,10946,10948,11019,11021,11031,11036,11041,11046,11047,11057,11059,11060,11078,11080,11081,11092,11102,11110,11111,11115,11118,11121,11123,11129,11138,11139,11144,11145,11151,11155,11159,11165,11175,11177,11184,11191,11194,11197,11202,11203,11226,11233,11259,11267,11274,11287,11288,11309,11310,11331,11339,11340,11341,11346,11347,11348,11368,11370,11386,11387,11395,11396,11404,11405,11407,11412,11414,11420,11428,11442,11443,11451,11452,11460,11461,11469,11470,11478,11479,11487,11488,11490,11498,11499,11500,11512,11523,11526,11534,11543,11544,11565,11573,11574,11575,11580,11581,11582,11603,11611,11612,11613,11618,11619,11620,11640,11642,11658,11659,11667,11668,11676,11677,11679,11684,11686,11692,11700,11714,11715,11723,11724,11732,11733,11741,11742,11750,11751,11759,11760,11762,11770,11771,11772,11784,11795,11798,11806,11815,11816,11824,11826,11837,11839,11841,11853,11859,11860,11863,11869,11871,11880,11890,11891,11893,11902,11903,11905,11912,11914,11916,11929,11931,11932,11943,11952,11955,11962,11964,11965,11968,11972,11981,11988,11989,11990,11994,12005,12009,12028,12035,12036,12037,12042,12049,12060,12062,12069,12088,12092,12097,12102,12111,12112,12116,12118,12128,12143,12148,12153,12158,12163,12168,12170,12171,12174,12180,12183,12186,12187,12188 ./src/borg/platform/posix.c:2,288,302,389,394,397,400,404,407,410,574,586,593,598,606,614,618,621,642,693,741,752,755,763,790,793,794,804,816,817,821,823,849,887,894,897,901,904,909,912,915,918,925,948,955,958,963,966,983,992,1001,1006,1013,1018,1029,1040,1048,1056,1081,1089,1096,1111,1115,1120,1123,1126,1129,1132,1145,1148,1151,1152,1157,1219,1227,1236,1240,1241,1255,1265,1275,1285,1299,1307,1308,1323,1324,1332,1342,1343,1351,1366,1381,1392,1398,1399,1402,1409,1413,1423,1427,1428,1442,1464,1486,1500,1501,1503,1517,1518,1520,1534,1535,1537,1551,1552,1554,1566,1578,1586,1587,1600,1612,1620,1621,1639,1640,1649,1657,1671,1672,1680,1690,1694,1695,1723,1731,1739,1762,1763,1780,1785,1795,1798,1810,1818,1824,1842,1863,1878,1886,1887,1900,1901,1927,1930,1936,1944,1953,1954,1955,1958,1983,1984,1992,2008,2009,2013,2024,2054,2087,2088,2092,2104,2116,2133,2134,2141,2142,2150,2157,2158,2165,2166,2173,2174,2181,2182,2189,2190,2197,2198,2205,2206,2207,2223,2224,2232,2234,2250,2255,2257,2264,2270,2272,2294,2295,2296,2300,2311,2322,2383,2385,2389,2390,2408,2420,2432,2444,2456,2468,2478,2480,2487,2491,2501,2502,2518,2520,2532,2534,2545,2547,2548,2556,2565,2568,2573,2574,2579,2587,2588,2597,2608,2617,2619,2628,2630,2631,2645,2647,2660,2661,2668,2669,2689,2690,2711,2718,2728,2729,2731,2745,2746,2754,2755,2766,2768,2769,2774,2780,2798,2826,2832,2835,2836,2856,2857,2859,2878,2883,2889,2908,2918,2926,2927,2934,2941,2943,2947,2955,2959,2975,2978,2994,2996,2998,3006,3012,3026,3027,3043,3045,3047,3059,3064,3073,3074,3076,3085,3087,3093,3103,3105,3111,3113,3120,3130,3136,3143,3147,3148,3153,3157,3159,3161,3163,3180,3202,3204,3213,3217,3219,3227,3229,3236,3260,3270,3278,3302,3303,3317,3325,3327,3351,3360,3362,3373,3383,3391,3392,3396,3399,3402,3404,3410,3419,3420,3425,3426,3432,3436,3440,3446,3456,3458,3465,3472,3475,3478,3483,3484,3507,3514,3540,3548,3555,3568,3569,3590,3598,3599,3600,3605,3606,3607,3628,3636,3637,3638,3643,3644,3645,3666,3667,3687,3689,3705,3706,3714,3715,3723,3724,3726,3731,3733,3739,3747,3761,3762,3770,3771,3779,3780,3788,3789,3797,3798,3806,3807,3809,3817,3818,3819,3831,3842,3845,3853,3862,3863,3883,3885,3901,3902,3910,3911,3919,3920,3922,3927,3929,3935,3943,3957,3958,3966,3967,3975,3976,3984,3985,3993,3994,4002,4003,4005,4013,4014,4015,4027,4038,4041,4049,4058,4059,4067,4069,4080,4082,4084,4096,4102,4103,4106,4112,4114,4123,4133,4134,4136,4145,4146,4148,4155,4157,4159,4172,4174,4175,4186,4195,4198,4205,4207,4208,4211,4215,4224,4231,4232,4233,4237,4248,4252,4271,4278,4279,4280,4285,4292,4303,4305,4312,4331,4335,4340,4345,4354,4355,4359,4361,4371,4386,4391,4396,4401,4406,4411,4413,4414,4417,4423,4426,4429,4430,4431 ./src/borg/platform/syncfilerange.c:2,288,302,389,394,397,400,404,407,410,574,586,593,598,606,615,619,622,643,694,742,753,756,764,791,794,795,805,817,818,822,824,850,888,905,914,921,932,957,964,979,983,988,991,994,997,1010,1013,1016,1017,1019,1024,1035,1039,1050,1080,1090,1091,1097,1098,1104,1105,1113,1120,1121,1128,1129,1136,1137,1144,1145,1152,1153,1160,1161,1168,1169,1170,1186,1187,1195,1197,1213,1218,1220,1227,1233,1235,1257,1258,1259,1263,1274,1285,1346,1348,1352,1353,1371,1381,1383,1390,1394,1404,1405,1421,1423,1429,1439,1441,1447,1449,1461,1463,1477,1485,1487,1498,1508,1516,1517,1521,1524,1527,1529,1535,1544,1545,1550,1551,1557,1561,1565,1571,1581,1583,1590,1597,1600,1603,1608,1609,1632,1639,1665,1673,1680,1693,1694,1715,1723,1724,1725,1730,1731,1732,1753,1754,1774,1776,1792,1793,1801,1802,1810,1811,1813,1818,1820,1826,1834,1848,1849,1857,1858,1866,1867,1875,1876,1884,1885,1893,1894,1896,1904,1905,1906,1918,1929,1932,1940,1949,1950,1970,1972,1988,1989,1997,1998,2006,2007,2009,2014,2016,2022,2030,2044,2045,2053,2054,2062,2063,2071,2072,2080,2081,2089,2090,2092,2100,2101,2102,2114,2125,2128,2136,2145,2146,2154,2156,2167,2169,2171,2183,2189,2190,2193,2199,2201,2210,2220,2221,2223,2232,2233,2235,2242,2244,2246,2259,2261,2262,2273,2282,2285,2292,2294,2295,2298,2302,2311,2318,2319,2320,2324,2335,2339,2358,2365,2366,2367,2372,2379,2390,2392,2399,2418,2422,2427,2432,2441,2442,2446,2448,2458,2473,2478,2483,2488,2493,2498,2500,2501,2504,2510,2513,2516,2517,2518 ./src/borg/platform/darwin.c:2,288,302,389,394,397,400,404,407,410,574,586,593,598,606,614,618,621,642,693,741,752,755,763,790,793,794,804,816,817,821,823,849,887,894,897,914,923,932,937,944,951,974,981,984,989,992,1014,1017,1020,1023,1033,1044,1046,1050,1054,1057,1062,1073,1098,1106,1114,1119,1130,1133,1136,1143,1158,1162,1167,1170,1173,1176,1189,1192,1195,1196,1201,1296,1304,1314,1318,1319,1340,1352,1370,1371,1388,1389,1402,1422,1430,1432,1434,1437,1447,1465,1466,1474,1487,1507,1508,1519,1529,1537,1538,1547,1548,1561,1581,1582,1593,1603,1611,1612,1620,1622,1634,1642,1643,1651,1653,1674,1675,1685,1693,1710,1711,1719,1729,1733,1734,1754,1766,1784,1785,1802,1803,1816,1836,1844,1846,1848,1851,1861,1879,1880,1888,1903,1910,1919,1931,1940,1941,1951,1953,1961,1962,1970,1972,1993,1994,2004,2012,2028,2029,2037,2052,2070,2081,2087,2093,2094,2097,2107,2108,2113,2123,2127,2128,2153,2162,2171,2180,2201,2202,2211,2215,2225,2236,2244,2245,2254,2264,2275,2283,2284,2294,2314,2315,2324,2333,2334,2347,2349,2350,2361,2371,2390,2391,2400,2409,2415,2423,2427,2436,2448,2450,2451,2459,2474,2475,2483,2497,2513,2524,2530,2531,2534,2543,2544,2548,2558,2562,2563,2589,2598,2616,2617,2625,2636,2645,2655,2665,2674,2675,2694,2695,2704,2708,2710,2720,2731,2739,2740,2761,2762,2771,2776,2787,2795,2796,2797,2807,2825,2827,2833,2841,2849,2851,2852,2860,2861,2869,2884,2885,2889,2900,2930,2976,2977,2981,2993,3005,3017,3034,3035,3041,3042,3050,3057,3058,3065,3066,3073,3074,3081,3082,3089,3090,3097,3098,3105,3106,3107,3123,3124,3132,3134,3150,3155,3157,3164,3170,3172,3194,3195,3196,3200,3212,3223,3284,3286,3290,3291,3309,3321,3349,3377,3398,3407,3419,3431,3443,3455,3465,3467,3475,3479,3489,3490,3506,3508,3520,3522,3533,3535,3536,3542,3552,3554,3560,3562,3569,3579,3585,3592,3596,3597,3617,3618,3620,3639,3644,3650,3669,3679,3687,3688,3695,3702,3704,3708,3716,3720,3736,3739,3755,3757,3759,3767,3773,3787,3788,3804,3806,3808,3820,3825,3834,3835,3837,3846,3848,3856,3864,3869,3874,3882,3887,3892,3903,3904,3911,3923,3924,3926,3927,3931,3934,3935,3962,3966,3979,3981,3982,3994,4012,4023,4025,4036,4037,4042,4055,4071,4083,4084,4092,4104,4116,4117,4119,4120,4127,4129,4132,4133,4141,4150,4153,4158,4159,4164,4172,4173,4182,4193,4202,4204,4213,4215,4216,4230,4232,4245,4246,4253,4254,4274,4275,4289,4297,4299,4306,4330,4340,4348,4372,4373,4397,4406,4408,4413,4417,4419,4421,4423,4440,4462,4464,4485,4492,4502,4503,4505,4519,4520,4528,4529,4540,4542,4543,4554,4564,4572,4573,4577,4580,4583,4585,4591,4600,4601,4606,4607,4613,4617,4621,4627,4637,4639,4646,4653,4656,4659,4664,4665,4688,4695,4721,4729,4736,4749,4750,4771,4779,4780,4781,4786,4787,4788,4809,4810,4830,4832,4848,4849,4857,4858,4866,4867,4869,4874,4876,4882,4890,4904,4905,4913,4914,4922,4923,4931,4932,4940,4941,4949,4950,4952,4960,4961,4962,4974,4985,4988,4996,5005,5006,5026,5028,5044,5045,5053,5054,5062,5063,5065,5070,5072,5078,5086,5100,5101,5109,5110,5118,5119,5127,5128,5136,5137,5145,5146,5148,5156,5157,5158,5170,5181,5184,5192,5201,5202,5210,5212,5223,5225,5227,5239,5245,5246,5249,5255,5257,5266,5276,5277,5279,5288,5289,5291,5298,5300,5302,5315,5317,5318,5329,5338,5341,5348,5350,5351,5354,5358,5367,5374,5375,5376,5380,5391,5395,5414,5421,5422,5423,5428,5435,5446,5448,5455,5474,5478,5483,5488,5497,5498,5502,5504,5514,5529,5534,5539,5544,5549,5554,5556,5557,5560,5566,5569,5572,5573,5574 ./src/borg/_endian.h:4,8,20 ./src/borg/compress.c:2,288,302,389,394,397,400,404,407,410,574,586,593,598,606,615,619,622,643,694,742,753,756,764,791,794,795,805,817,818,829,834,835,838,849,850,876,914,921,924,931,954,961,964,969,972,976,979,985,993,1004,1029,1032,1035,1052,1061,1070,1075,1082,1085,1090,1093,1100,1105,1116,1124,1133,1146,1154,1157,1160,1163,1166,1169,1177,1185,1192,1214,1221,1224,1227,1230,1233,1236,1239,1246,1253,1256,1259,1263,1267,1270,1281,1284,1337,1344,1350,1353,1360,1375,1379,1384,1387,1390,1393,1396,1399,1402,1405,1406,1413,1867,1875,1883,1887,1888,1900,1921,1922,1932,1940,1953,1954,1962,1974,1979,1980,1985,1990,1991,1999,2008,2012,2013,2018,2030,2038,2044,2045,2053,2062,2066,2067,2077,2094,2102,2113,2114,2122,2131,2135,2136,2145,2159,2167,2177,2178,2184,2192,2196,2197,2213,2223,2235,2246,2264,2273,2282,2283,2293,2295,2305,2341,2349,2350,2384,2385,2391,2405,2406,2413,2421,2425,2426,2435,2445,2452,2464,2465,2473,2486,2499,2510,2511,2514,2520,2523,2533,2537,2538,2549,2583,2584,2593,2601,2613,2614,2622,2635,2648,2659,2660,2663,2669,2672,2682,2686,2687,2701,2734,2735,2743,2754,2766,2774,2775,2787,2795,2808,2809,2817,2832,2843,2849,2852,2857,2859,2870,2875,2876,2881,2887,2888,2896,2909,2922,2933,2934,2937,2943,2946,2956,2960,2961,2983,2994,3006,3014,3015,3025,3035,3044,3067,3068,3077,3087,3096,3106,3119,3127,3128,3164,3165,3175,3183,3198,3199,3207,3220,3233,3244,3245,3248,3254,3257,3267,3271,3272,3302,3313,3325,3333,3334,3367,3368,3376,3386,3396,3421,3426,3435,3443,3451,3474,3475,3484,3492,3502,3517,3535,3536,3545,3548,3562,3563,3573,3582,3592,3601,3609,3610,3620,3638,3639,3648,3656,3657,3666,3668,3682,3690,3707,3708,3716,3732,3746,3757,3758,3761,3769,3770,3773,3784,3789,3790,3803,3835,3844,3858,3871,3879,3880,3888,3902,3903,3911,3924,3937,3948,3949,3952,3958,3961,3971,3975,3976,3990,4028,4062,4063,4072,4080,4095,4096,4104,4117,4130,4141,4142,4145,4151,4154,4164,4168,4169,4198,4231,4232,4240,4248,4256,4278,4279,4288,4296,4301,4328,4348,4349,4359,4360,4387,4390,4396,4404,4405,4406,4409,4428,4429,4437,4455,4456,4464,4480,4494,4505,4506,4509,4517,4518,4521,4532,4537,4538,4549,4581,4590,4598,4612,4613,4621,4634,4647,4658,4659,4662,4668,4671,4681,4685,4686,4710,4721,4733,4741,4742,4752,4762,4775,4784,4807,4808,4817,4827,4835,4842,4851,4852,4867,4869,4870,4871,4881,4900,4908,4909,4945,4946,4956,4964,4979,4980,4988,5001,5014,5025,5026,5029,5035,5038,5048,5052,5053,5082,5093,5105,5113,5114,5147,5148,5156,5166,5176,5185,5195,5213,5214,5223,5231,5232,5242,5260,5261,5270,5278,5279,5287,5295,5318,5319,5328,5336,5346,5361,5379,5380,5389,5392,5406,5407,5417,5425,5432,5441,5442,5457,5459,5460,5461,5471,5494,5495,5505,5513,5514,5524,5542,5543,5552,5560,5561,5575,5583,5600,5601,5609,5622,5635,5646,5647,5650,5656,5659,5669,5673,5674,5692,5709,5717,5747,5752,5767,5788,5803,5810,5818,5835,5836,5844,5860,5874,5885,5886,5889,5897,5898,5901,5912,5917,5918,5929,5961,5970,5978,5992,5993,6001,6014,6027,6038,6039,6042,6048,6051,6061,6065,6066,6080,6106,6107,6126,6131,6141,6146,6154,6168,6169,6177,6190,6203,6214,6215,6218,6224,6227,6237,6241,6242,6270,6278,6286,6308,6309,6318,6326,6331,6358,6378,6379,6389,6390,6417,6420,6426,6434,6435,6436,6439,6458,6459,6467,6484,6485,6493,6506,6519,6530,6531,6534,6540,6543,6553,6557,6558,6569,6602,6603,6610,6619,6637,6638,6646,6664,6665,6673,6681,6695,6696,6704,6718,6731,6742,6743,6746,6752,6755,6765,6769,6770,6787,6808,6809,6817,6830,6832,6846,6848,6858,6880,6888,6889,6899,6921,6929,6930,6953,6954,6962,6975,6976,6984,6997,7010,7021,7022,7025,7031,7034,7044,7048,7049,7060,7079,7080,7092,7100,7112,7113,7121,7134,7147,7158,7159,7162,7168,7171,7181,7185,7186,7208,7226,7227,7240,7248,7278,7283,7297,7309,7317,7318,7332,7350,7351,7359,7371,7379,7380,7398,7399,7407,7420,7422,7432,7444,7452,7453,7466,7467,7475,7492,7493,7501,7514,7527,7538,7539,7542,7548,7551,7561,7565,7566,7574,7584,7592,7600,7601,7609,7622,7635,7646,7647,7650,7656,7659,7669,7673,7674,7682,7692,7700,7708,7709,7717,7732,7743,7749,7752,7757,7759,7770,7775,7776,7787,7802,7819,7827,7839,7840,7848,7864,7878,7889,7890,7893,7901,7902,7905,7916,7921,7922,7934,7943,7963,7972,7980,7988,8003,8004,8012,8025,8038,8049,8050,8053,8059,8062,8072,8076,8077,8088,8110,8111,8120,8128,8140,8141,8149,8162,8175,8186,8187,8190,8196,8199,8209,8213,8214,8226,8244,8245,8253,8267,8276,8291,8292,8301,8309,8322,8323,8331,8340,8344,8345,8362,8377,8394,8414,8422,8424,8426,8429,8447,8448,8457,8470,8478,8479,8487,8489,8513,8514,8523,8531,8546,8547,8555,8568,8581,8592,8593,8596,8602,8605,8615,8619,8620,8638,8656,8657,8665,8675,8685,8695,8703,8704,8716,8731,8738,8749,8757,8758,8773,8780,8790,8800,8809,8810,8820,8835,8847,8852,8862,8870,8871,8880,8881,8892,8894,8903,8912,8913,8927,8937,8947,8956,8957,8967,8982,8994,8999,9009,9017,9018,9027,9028,9039,9041,9050,9059,9060,9073,9084,9087,9102,9111,9112,9123,9125,9143,9144,9152,9161,9162,9173,9175,9183,9200,9201,9209,9218,9222,9223,9238,9253,9260,9281,9282,9292,9300,9301,9316,9322,9329,9361,9369,9370,9382,9415,9422,9423,9431,9447,9448,9454,9468,9483,9494,9500,9501,9504,9511,9515,9525,9529,9530,9546,9556,9578,9600,9601,9611,9619,9620,9638,9639,9647,9658,9670,9678,9679,9691,9697,9712,9713,9721,9737,9747,9754,9760,9774,9785,9786,9794,9801,9802,9810,9825,9826,9833,9836,9837,9842,9845,9846,9856,9925,9929,9940,9970,10151,10152,10156,10167,10178,10189,10200,10211,10223,10235,10247,10259,10271,10286,10298,10310,10325,10337,10349,10361,10376,10388,10400,10412,10424,10436,10448,10460,10472,10484,10499,10511,10523,10535,10547,10559,10574,10575,10593,10594,10602,10609,10610,10617,10618,10625,10626,10640,10649,10650,10657,10658,10665,10666,10673,10674,10675,10691,10692,10700,10702,10718,10723,10725,10732,10738,10740,10762,10763,10764,10768,10788,10799,10860,10862,10866,10867,10885,10897,10905,10913,10925,10933,10940,10955,10968,10971,10990,10991,11019,11028,11053,11063,11073,11083,11097,11116,11125,11134,11149,11164,11181,11200,11209,11218,11230,11245,11260,11277,11296,11305,11314,11330,11345,11360,11377,11396,11405,11414,11430,11445,11460,11477,11496,11505,11514,11524,11537,11553,11565,11577,11594,11613,11622,11631,11646,11658,11670,11682,11694,11706,11723,11743,11761,11779,11797,11815,11835,11872,11884,11894,11907,11919,11931,11941,11954,11967,11977,11989,11999,12012,12025,12035,12045,12047,12059,12063,12073,12074,12090,12092,12104,12106,12117,12119,12120,12140,12141,12143,12162,12167,12173,12192,12202,12210,12211,12218,12225,12227,12231,12239,12243,12259,12262,12278,12280,12282,12290,12296,12310,12311,12327,12329,12331,12343,12348,12357,12358,12360,12369,12371,12379,12388,12391,12396,12397,12403,12417,12436,12437,12454,12461,12468,12472,12477,12478,12480,12485,12501,12510,12513,12518,12526,12528,12533,12534,12543,12547,12549,12557,12559,12573,12581,12583,12595,12596,12606,12610,12611,12617,12627,12629,12635,12637,12644,12654,12660,12667,12671,12672,12677,12685,12686,12695,12706,12715,12717,12726,12728,12729,12743,12745,12758,12759,12766,12767,12787,12788,12807,12808,12814,12822,12830,12831,12840,12850,12858,12873,12874,12875,12898,12899,12904,12921,12923,12939,12941,12945,12947,12953,12955,12957,12962,12966,12968,12970,12972,12989,13011,13013,13020,13044,13054,13062,13086,13087,13099,13101,13109,13111,13122,13124,13126,13138,13144,13145,13148,13154,13156,13165,13175,13176,13178,13187,13188,13190,13197,13199,13201,13225,13234,13236,13241,13242,13248,13249,13269,13270,13279,13280,13283,13284,13293,13295,13296,13301,13307,13325,13353,13359,13362,13363,13374,13400,13411,13422,13433,13444,13455,13458,13459,13467,13468,13469,13472,13474,13482,13496,13522,13533,13544,13555,13566,13577,13580,13581,13592,13593,13594,13597,13599,13606,13613,13616,13617,13619,13621,13629,13637,13642,13647,13655,13660,13665,13676,13677,13684,13696,13697,13699,13700,13704,13707,13708,13718,13722,13726,13728,13733,13735,13737,13764,13768,13781,13783,13784,13796,13814,13825,13827,13838,13839,13844,13857,13873,13885,13886,13907,13914,13924,13925,13927,13941,13942,13950,13951,13962,13964,13965,13973,13981,13982,13983,13996,14002,14007,14012,14018,14019,14021,14023,14029,14031,14033,14040,14047,14052,14054,14055,14065,14069,14072,14107,14117,14118,14120,14121,14138,14139,14145,14157,14163,14171,14175,14178,14179,14180,14191,14197,14199,14200,14215,14221,14228,14235,14238,14239,14254,14260,14269,14277,14278,14283,14296,14297,14300,14303,14307,14312,14315,14324,14327,14330,14337,14341,14347,14350,14353,14356,14363,14367,14373,14376,14383,14386,14391,14394,14397,14403,14408,14414,14417,14420,14423,14426,14429,14433,14451,14455,14465,14471,14481,14482,14485,14495,14501,14511,14512,14515,14525,14531,14539,14542,14570,14576,14616,14619,14639,14641,14643,14648,14650,14653,14655,14672,14674,14676,14682,14687,14692,14695,14703,14724,14741,14746,14753,14757,14760,14776,14781,14783,14854,14856,14866,14871,14876,14881,14882,14892,14894,14895,14907,14916,14919,14929,14943,14944,14951,14958,14961,14962,14980,14982,14983,14994,15004,15012,15013,15017,15020,15023,15025,15031,15040,15041,15046,15047,15053,15057,15061,15067,15077,15079,15086,15093,15096,15099,15104,15105,15128,15135,15161,15169,15176,15189,15190,15211,15212,15232,15234,15250,15251,15259,15260,15268,15269,15271,15276,15278,15284,15292,15306,15307,15315,15316,15324,15325,15333,15334,15342,15343,15351,15352,15354,15362,15363,15364,15376,15387,15390,15398,15407,15408,15429,15437,15438,15439,15444,15445,15446,15467,15475,15476,15477,15482,15483,15484,15504,15506,15522,15523,15531,15532,15540,15541,15543,15548,15550,15556,15564,15578,15579,15587,15588,15596,15597,15605,15606,15614,15615,15623,15624,15626,15634,15635,15636,15648,15659,15662,15670,15679,15680,15701,15709,15710,15711,15716,15717,15718,15731,15733,15734,15745,15754,15757,15764,15766,15767,15770,15774,15783,15790,15791,15792,15796,15807,15811,15830,15837,15838,15839,15844,15851,15862,15864,15871,15890,15894,15899,15904,15913,15914,15918,15920,15930,15945,15950,15955,15960,15965,15970,15972,15973,15976,15982,15985,15988,15989,15990 ./src/borg/item.c:2,288,302,389,394,397,400,404,407,410,574,586,593,598,606,613,617,620,641,692,740,751,754,762,789,792,793,803,815,816,820,825,842,843,856,857,873,874,900,938,945,948,951,956,960,969,976,999,1006,1009,1014,1017,1028,1053,1056,1059,1066,1069,1072,1075,1078,1081,1084,1087,1099,1105,1109,1112,1116,1133,1142,1151,1156,1163,1168,1169,1177,1180,1183,1186,1208,1215,1220,1231,1239,1242,1295,1302,1309,1312,1315,1326,1329,1335,1342,1357,1361,1366,1369,1372,1375,1388,1396,1399,1444,1448,1459,1462,1465,1474,1477,1480,1481,1489,1974,1982,1999,2016,2027,2033,2034,2037,2047,2048,2052,2063,2068,2069,2083,2095,2107,2108,2119,2137,2138,2145,2154,2155,2169,2171,2182,2192,2201,2202,2213,2223,2232,2233,2247,2249,2259,2277,2278,2285,2293,2294,2302,2317,2318,2326,2339,2352,2363,2364,2367,2373,2376,2386,2390,2391,2412,2424,2440,2451,2469,2470,2478,2486,2487,2505,2506,2514,2516,2524,2541,2542,2550,2563,2576,2587,2588,2591,2597,2600,2610,2614,2615,2635,2647,2663,2674,2692,2693,2701,2709,2710,2722,2724,2732,2749,2750,2758,2771,2784,2795,2796,2799,2805,2808,2818,2822,2823,2835,2854,2855,2871,2872,2884,2892,2905,2906,2914,2923,2927,2928,2941,2991,2999,3011,3012,3020,3030,3034,3035,3047,3068,3069,3079,3087,3100,3101,3109,3123,3136,3147,3148,3151,3157,3160,3170,3174,3175,3187,3198,3211,3219,3220,3234,3250,3258,3259,3271,3279,3290,3291,3299,3313,3326,3337,3338,3341,3347,3350,3360,3364,3365,3377,3396,3397,3413,3421,3433,3434,3442,3457,3473,3484,3490,3491,3494,3503,3504,3508,3518,3522,3523,3534,3553,3554,3566,3574,3586,3587,3595,3612,3634,3645,3651,3657,3663,3664,3667,3680,3681,3687,3697,3701,3702,3710,3719,3723,3724,3747,3755,3763,3779,3787,3795,3810,3824,3827,3841,3842,3854,3872,3873,3881,3889,3890,3902,3910,3924,3925,3933,3946,3959,3970,3971,3974,3980,3983,3993,3997,3998,4016,4031,4045,4053,4054,4066,4084,4085,4093,4101,4102,4115,4123,4138,4139,4147,4156,4160,4161,4181,4189,4197,4210,4218,4225,4240,4254,4257,4271,4272,4280,4295,4296,4304,4331,4345,4362,4363,4365,4376,4388,4396,4397,4436,4472,4485,4497,4509,4521,4551,4559,4577,4578,4586,4603,4626,4637,4643,4649,4655,4656,4659,4673,4674,4680,4690,4694,4696,4704,4720,4724,4729,4730,4739,4740,4742,4762,4773,4792,4800,4802,4804,4843,4846,4865,4866,4874,4919,4920,4935,4939,4954,4961,4962,4964,4972,4980,4990,5000,5008,5009,5024,5032,5040,5055,5078,5079,5089,5110,5118,5119,5127,5135,5148,5157,5165,5175,5190,5199,5210,5222,5231,5232,5241,5249,5261,5269,5270,5291,5292,5309,5314,5324,5333,5341,5371,5378,5385,5400,5416,5419,5438,5439,5441,5452,5470,5478,5483,5486,5511,5512,5527,5540,5545,5557,5565,5570,5573,5598,5599,5611,5619,5642,5643,5646,5657,5659,5660,5674,5675,5676,5682,5685,5688,5691,5693,5694,5711,5712,5781,5784,5795,5797,5798,5808,5809,5810,5816,5818,5819,5827,5828,5897,5900,5911,5913,5914,5925,5926,5927,5933,5936,5939,5941,5942,6011,6015,6026,6056,6308,6309,6313,6324,6335,6346,6358,6370,6382,6393,6404,6419,6431,6443,6455,6467,6479,6491,6503,6518,6533,6544,6564,6565,6572,6573,6581,6588,6589,6596,6597,6604,6605,6619,6627,6635,6642,6643,6650,6651,6658,6659,6666,6667,6668,6684,6685,6693,6695,6711,6716,6718,6725,6731,6733,6755,6756,6757,6761,6780,6791,6852,6854,6858,6859,6877,6889,6910,6938,6966,6994,7015,7024,7034,7043,7052,7065,7077,7089,7101,7113,7125,7137,7149,7162,7173,7186,7199,7214,7233,7253,7262,7303,7344,7393,7442,7465,7466,7483,7488,7498,7502,7525,7526,7543,7548,7558,7562,7585,7586,7603,7608,7618,7622,7645,7646,7663,7668,7678,7682,7705,7706,7723,7728,7738,7742,7765,7766,7783,7788,7798,7802,7825,7826,7843,7848,7858,7862,7885,7886,7903,7908,7918,7922,7945,7946,7963,7968,7978,7982,8023,8064,8105,8146,8169,8170,8187,8192,8202,8206,8229,8230,8247,8252,8262,8266,8297,8298,8317,8322,8335,8339,8370,8371,8390,8395,8408,8412,8437,8438,8457,8462,8472,8476,8499,8500,8517,8522,8532,8536,8559,8560,8577,8582,8592,8596,8619,8620,8637,8642,8652,8656,8669,8684,8703,8721,8730,8753,8754,8771,8776,8786,8790,8828,8851,8852,8869,8874,8884,8888,8911,8912,8929,8934,8944,8948,8971,8972,8989,8994,9004,9008,9031,9032,9049,9054,9064,9068,9083,9102,9121,9130,9153,9154,9171,9176,9186,9190,9213,9214,9231,9236,9246,9250,9273,9274,9291,9296,9306,9310,9333,9334,9351,9356,9366,9370,9393,9394,9411,9416,9426,9430,9453,9454,9471,9476,9486,9490,9513,9514,9531,9536,9546,9550,9565,9584,9596,9605,9628,9629,9646,9651,9661,9665,9706,9729,9730,9747,9752,9762,9766,9789,9790,9807,9812,9822,9826,9867,9908,9949,9990,10031,10054,10055,10072,10077,10087,10091,10114,10115,10132,10137,10147,10151,10174,10175,10192,10197,10207,10211,10234,10235,10252,10257,10267,10271,10294,10295,10312,10317,10327,10331,10346,10365,10382,10391,10414,10415,10432,10437,10447,10451,10474,10475,10492,10497,10507,10511,10552,10574,10575,10592,10597,10607,10611,10632,10633,10650,10655,10665,10669,10684,10694,10696,10710,10714,10724,10725,10741,10743,10755,10757,10768,10770,10771,10776,10784,10785,10794,10805,10814,10816,10825,10827,10828,10842,10844,10857,10858,10865,10866,10886,10887,10895,10904,10907,10912,10913,10925,10927,10947,10948,10950,10969,10974,10980,10999,11009,11017,11018,11025,11032,11034,11038,11046,11050,11066,11069,11085,11087,11089,11097,11103,11117,11118,11134,11136,11138,11150,11155,11164,11165,11167,11176,11178,11192,11200,11202,11221,11222,11228,11236,11244,11245,11254,11264,11272,11287,11288,11289,11312,11313,11318,11335,11337,11353,11355,11359,11361,11381,11382,11391,11392,11395,11396,11403,11410,11413,11414,11416,11418,11432,11435,11452,11460,11461,11462,11472,11474,11478,11483,11487,11509,11513,11514,11523,11529,11530,11536,11537,11542,11543,11552,11554,11555,11559,11560,11569,11570,11571,11585,11596,11622,11623,11647,11649,11650,11652,11666,11668,11679,11682,11687,11697,11701,11702,11718,11722,11723,11733,11735,11736,11746,11749,11754,11755,11800,11802,11804,11816,11817,11823,11833,11835,11841,11843,11850,11860,11866,11873,11877,11878,11887,11891,11893,11901,11903,11915,11916,11926,11930,11931,11935,11936,11944,11952,11957,11962,11970,11975,11980,11991,11992,11999,12011,12012,12014,12015,12019,12022,12023,12033,12037,12041,12043,12048,12050,12052,12057,12061,12063,12065,12067,12084,12106,12108,12115,12139,12149,12157,12181,12182,12197,12203,12212,12220,12221,12226,12239,12240,12243,12246,12250,12255,12258,12267,12270,12273,12280,12284,12290,12293,12296,12299,12306,12310,12316,12319,12326,12329,12334,12337,12340,12346,12351,12357,12360,12363,12366,12369,12372,12376,12394,12398,12408,12414,12424,12425,12428,12438,12444,12454,12455,12458,12468,12474,12482,12485,12513,12519,12559,12562,12582,12584,12586,12591,12593,12596,12598,12615,12617,12619,12625,12630,12635,12638,12646,12667,12684,12689,12696,12700,12703,12719,12724,12726,12797,12799,12809,12814,12819,12824,12825,12835,12837,12838,12851,12857,12862,12867,12873,12874,12876,12878,12899,12906,12916,12917,12919,12933,12934,12942,12943,12954,12956,12957,12972,12978,12985,12992,12995,12996,13008,13017,13020,13030,13044,13045,13052,13059,13062,13063,13074,13084,13092,13093,13097,13100,13103,13105,13111,13120,13121,13126,13127,13133,13137,13141,13147,13157,13159,13166,13173,13176,13179,13184,13185,13208,13215,13241,13249,13256,13269,13270,13291,13299,13300,13301,13306,13307,13308,13329,13330,13350,13352,13368,13369,13377,13378,13386,13387,13389,13394,13396,13402,13410,13424,13425,13433,13434,13442,13443,13451,13452,13460,13461,13469,13470,13472,13480,13481,13482,13494,13505,13508,13516,13525,13526,13546,13548,13564,13565,13573,13574,13582,13583,13585,13590,13592,13598,13606,13620,13621,13629,13630,13638,13639,13647,13648,13656,13657,13665,13666,13668,13676,13677,13678,13690,13701,13704,13712,13721,13722,13730,13732,13743,13745,13747,13759,13765,13766,13769,13775,13777,13786,13796,13797,13799,13808,13809,13811,13818,13820,13822,13846,13855,13857,13863,13871,13874,13875,13890,13895,13901,13914,13916,13919,13925,13929,13934,13942,13948,13953,13954,13958,13971,13986,13988,14003,14005,14020,14021,14032,14033,14036,14053,14055,14065,14077,14087,14088,14101,14102,14104,14116,14119,14122,14124,14127,14138,14173,14178,14182,14186,14188,14219,14226,14233,14235,14238,14266,14268,14270,14273,14286,14308,14311,14317,14319,14336,14358,14363,14368,14370,14375,14377,14381,14389,14395,14401,14411,14418,14432,14434,14436,14443,14447,14454,14471,14474,14475,14482,14504,14511,14520,14521,14527,14528,14532,14543,14546,14551,14554,14561,14565,14571,14574,14579,14582,14589,14593,14599,14607,14635,14636,14670,14675,14676,14696,14711,14718,14723,14726,14727,14732,14733,14828,14830,14831,14844,14846,14847,14858,14867,14870,14877,14879,14880,14883,14887,14896,14903,14904,14905,14909,14920,14924,14943,14950,14951,14952,14957,14964,14975,14977,14984,15003,15007,15012,15017,15026,15027,15031,15033,15043,15058,15063,15068,15073,15078,15083,15085,15086,15089,15095,15098,15101,15102,15103 ./src/borg/chunker.c:2,288,302,389,394,397,400,404,407,410,574,586,593,598,606,616,620,623,644,695,743,754,757,765,792,795,796,806,818,819,824,827,839,840,866,904,911,914,918,921,926,934,941,952,977,980,987,994,1002,1005,1008,1025,1034,1041,1056,1060,1065,1068,1071,1074,1077,1080,1083,1086,1089,1092,1095,1108,1111,1114,1115,1117,1119,1125,1214,1222,1237,1256,1267,1273,1279,1285,1286,1289,1298,1304,1314,1318,1319,1336,1348,1357,1385,1386,1388,1397,1414,1422,1436,1437,1445,1458,1472,1483,1484,1487,1495,1496,1499,1509,1513,1514,1523,1533,1545,1553,1562,1563,1571,1578,1581,1582,1587,1597,1606,1614,1615,1623,1626,1627,1635,1643,1647,1648,1653,1665,1673,1679,1680,1688,1696,1700,1701,1710,1724,1732,1742,1743,1749,1757,1761,1762,1771,1783,1789,1798,1799,1806,1814,1818,1819,1828,1839,1846,1855,1856,1864,1877,1890,1901,1902,1905,1911,1914,1924,1928,1929,1944,1960,1971,1980,1994,2002,2013,2014,2022,2038,2057,2068,2074,2080,2086,2087,2090,2099,2105,2115,2119,2120,2132,2148,2157,2165,2177,2185,2196,2197,2204,2211,2212,2217,2219,2226,2228,2229,2231,2239,2308,2312,2323,2353,2395,2396,2400,2410,2419,2431,2448,2449,2458,2459,2467,2474,2475,2482,2483,2490,2491,2505,2514,2515,2522,2523,2530,2531,2538,2539,2540,2556,2557,2565,2567,2583,2588,2590,2597,2603,2605,2627,2628,2629,2633,2644,2655,2716,2718,2722,2723,2741,2750,2762,2774,2784,2786,2793,2797,2807,2808,2824,2826,2838,2840,2851,2853,2854,2862,2871,2874,2879,2880,2885,2893,2894,2903,2914,2923,2925,2934,2936,2937,2951,2953,2966,2967,2974,2975,2995,2996,3011,3037,3048,3059,3070,3081,3092,3095,3096,3104,3105,3106,3116,3118,3120,3136,3138,3140,3154,3162,3164,3183,3184,3190,3198,3206,3207,3216,3226,3234,3249,3250,3251,3274,3275,3280,3297,3299,3315,3317,3321,3323,3336,3342,3347,3352,3358,3359,3361,3363,3369,3371,3373,3382,3386,3388,3396,3398,3405,3412,3417,3419,3420,3430,3434,3437,3472,3482,3483,3485,3486,3503,3504,3510,3520,3522,3528,3530,3541,3551,3559,3560,3564,3567,3570,3572,3578,3587,3588,3593,3594,3600,3604,3608,3614,3624,3626,3633,3640,3643,3646,3651,3652,3675,3682,3708,3716,3723,3736,3737,3758,3759,3779,3781,3797,3798,3806,3807,3815,3816,3818,3823,3825,3831,3839,3853,3854,3862,3863,3871,3872,3880,3881,3889,3890,3898,3899,3901,3909,3910,3911,3923,3934,3937,3945,3954,3955,3975,3977,3993,3994,4002,4003,4011,4012,4014,4019,4021,4027,4035,4049,4050,4058,4059,4067,4068,4076,4077,4085,4086,4094,4095,4097,4105,4106,4107,4119,4130,4133,4141,4150,4151,4171,4173,4189,4190,4198,4199,4207,4208,4210,4215,4217,4223,4231,4245,4246,4254,4255,4263,4264,4272,4273,4281,4282,4290,4291,4293,4301,4302,4303,4315,4326,4329,4337,4346,4347,4367,4369,4385,4386,4394,4395,4403,4404,4406,4411,4413,4419,4427,4441,4442,4450,4451,4459,4460,4468,4469,4477,4478,4486,4487,4489,4497,4498,4499,4511,4522,4525,4533,4542,4543,4563,4565,4581,4582,4590,4591,4599,4600,4602,4607,4609,4615,4623,4637,4638,4646,4647,4655,4656,4664,4665,4673,4674,4682,4683,4685,4693,4694,4695,4707,4718,4721,4729,4738,4739,4760,4768,4769,4770,4775,4776,4777,4798,4806,4807,4808,4813,4814,4815,4836,4844,4845,4846,4851,4852,4853,4874,4882,4883,4884,4889,4890,4891,4911,4913,4929,4930,4938,4939,4947,4948,4950,4955,4957,4963,4971,4985,4986,4994,4995,5003,5004,5012,5013,5021,5022,5030,5031,5033,5041,5042,5043,5055,5066,5069,5077,5086,5087,5095,5097,5108,5110,5112,5124,5130,5131,5134,5140,5142,5151,5161,5162,5164,5173,5174,5176,5183,5185,5187,5200,5202,5203,5214,5223,5226,5233,5235,5236,5239,5243,5252,5259,5260,5261,5265,5276,5280,5299,5306,5307,5308,5313,5320,5331,5333,5340,5359,5363,5368,5373,5382,5383,5387,5389,5399,5414,5419,5424,5429,5434,5439,5441,5442,5445,5451,5454,5457,5458,5459 ./src/borg/crypto/low_level.c:2,288,302,389,394,397,400,404,407,410,574,586,593,598,606,619,623,626,647,698,746,757,760,768,795,798,799,809,821,822,828,831,846,847,873,911,918,921,924,929,933,950,959,968,973,980,1003,1010,1017,1039,1042,1047,1050,1053,1056,1059,1062,1065,1076,1101,1104,1112,1120,1125,1136,1143,1151,1157,1164,1171,1179,1182,1185,1196,1199,1202,1205,1258,1265,1272,1287,1291,1296,1299,1302,1305,1308,1311,1314,1317,1330,1333,1336,1337,1339,1341,1343,1345,1347,1350,1352,1354,1356,1364,1619,1627,1640,1654,1665,1666,1669,1677,1678,1681,1691,1695,1696,1725,1726,1743,1748,1758,1766,1779,1780,1788,1801,1815,1826,1827,1830,1838,1839,1842,1852,1856,1857,1886,1887,1904,1909,1919,1927,1940,1941,1949,1958,1962,1963,1988,1989,1998,2010,2011,2019,2032,2046,2057,2058,2061,2069,2070,2073,2083,2087,2088,2104,2127,2128,2145,2150,2160,2169,2177,2207,2212,2229,2237,2252,2253,2261,2270,2274,2275,2291,2301,2313,2328,2352,2353,2370,2375,2385,2390,2398,2414,2415,2423,2437,2451,2462,2463,2466,2474,2475,2478,2488,2492,2493,2506,2520,2521,2523,2541,2542,2550,2562,2580,2581,2589,2601,2609,2622,2623,2631,2646,2654,2658,2659,2668,2682,2690,2700,2701,2709,2719,2728,2738,2746,2754,2755,2763,2776,2792,2803,2809,2810,2813,2822,2823,2827,2837,2841,2842,2857,2866,2876,2885,2895,2905,2918,2926,2927,2936,2937,2948,2961,2969,2970,2972,2992,2993,3010,3015,3025,3028,3036,3050,3051,3059,3066,3069,3070,3074,3083,3091,3094,3095,3103,3115,3130,3137,3143,3144,3147,3156,3157,3160,3170,3174,3175,3195,3204,3213,3223,3233,3241,3242,3252,3262,3278,3286,3287,3289,3299,3312,3313,3322,3330,3331,3341,3351,3364,3372,3373,3382,3383,3394,3407,3415,3416,3418,3426,3438,3439,3447,3455,3459,3460,3475,3500,3501,3522,3527,3537,3542,3550,3565,3566,3574,3582,3586,3587,3618,3628,3638,3647,3656,3665,3675,3684,3692,3693,3702,3712,3725,3733,3734,3743,3753,3766,3774,3775,3784,3806,3807,3821,3835,3836,3864,3866,3875,3881,3889,3893,3902,3914,3915,3916,3924,3938,3939,3947,3955,3959,3960,3991,4001,4011,4020,4029,4038,4048,4057,4065,4066,4075,4085,4098,4106,4107,4116,4126,4139,4147,4148,4157,4179,4180,4194,4208,4209,4237,4239,4248,4254,4262,4266,4275,4287,4288,4289,4297,4311,4312,4318,4326,4330,4331,4340,4352,4358,4367,4368,4375,4383,4387,4388,4397,4408,4415,4424,4425,4433,4446,4459,4470,4471,4474,4480,4483,4493,4497,4498,4525,4535,4545,4555,4564,4573,4583,4596,4604,4605,4606,4618,4634,4636,4642,4650,4652,4653,4667,4675,4685,4686,4694,4716,4726,4735,4744,4754,4767,4775,4776,4777,4789,4805,4807,4813,4821,4823,4824,4832,4844,4845,4853,4866,4879,4890,4891,4894,4900,4903,4913,4917,4918,4934,4944,4957,4965,4966,4976,4986,4996,5009,5017,5018,5029,5038,5048,5061,5069,5070,5084,5092,5102,5103,5111,5120,5124,5125,5141,5151,5161,5174,5182,5183,5193,5203,5216,5224,5225,5234,5244,5257,5265,5266,5280,5288,5298,5299,5307,5323,5340,5351,5357,5363,5364,5367,5375,5380,5390,5394,5395,5423,5433,5452,5453,5455,5466,5478,5486,5487,5515,5516,5535,5540,5553,5566,5567,5575,5595,5596,5605,5615,5625,5642,5662,5670,5672,5674,5677,5701,5729,5730,5749,5754,5767,5780,5781,5789,5800,5808,5810,5822,5830,5854,5855,5862,5869,5870,5875,5877,5884,5886,5887,5890,5891,5900,5905,5974,5978,5989,6019,6124,6125,6129,6140,6151,6162,6173,6184,6195,6205,6214,6225,6236,6247,6258,6269,6280,6291,6302,6313,6324,6335,6347,6359,6371,6383,6395,6407,6419,6436,6437,6448,6449,6457,6464,6465,6472,6473,6480,6481,6495,6504,6505,6531,6532,6539,6540,6547,6548,6549,6565,6566,6574,6576,6592,6597,6599,6606,6612,6614,6636,6637,6638,6642,6654,6665,6726,6728,6732,6733,6751,6763,6775,6796,6805,6817,6835,6853,6871,6884,6897,6909,6921,6933,6945,6957,6969,6981,6993,7005,7015,7017,7025,7029,7039,7040,7056,7058,7070,7072,7083,7085,7086,7091,7099,7100,7109,7120,7129,7131,7140,7142,7143,7157,7159,7172,7173,7180,7181,7201,7202,7210,7219,7222,7227,7228,7234,7244,7246,7252,7254,7261,7271,7277,7284,7288,7289,7308,7313,7319,7338,7348,7356,7357,7364,7371,7373,7377,7385,7389,7405,7408,7428,7429,7431,7447,7449,7451,7459,7467,7472,7477,7485,7490,7495,7506,7507,7514,7526,7527,7529,7530,7534,7537,7538,7546,7552,7566,7567,7583,7585,7587,7599,7604,7613,7614,7616,7625,7627,7632,7633,7639,7640,7660,7661,7670,7671,7674,7675,7684,7686,7687,7694,7695,7709,7717,7719,7738,7739,7745,7753,7761,7762,7771,7781,7789,7804,7805,7806,7829,7830,7835,7852,7854,7870,7872,7876,7878,7885,7909,7919,7927,7951,7952,7976,7985,7987,7992,7996,7998,8000,8002,8019,8041,8043,8050,8057,8060,8061,8063,8065,8080,8106,8117,8128,8139,8150,8161,8164,8165,8173,8174,8175,8185,8187,8189,8206,8213,8220,8224,8229,8230,8232,8237,8253,8262,8265,8270,8278,8280,8285,8286,8299,8305,8310,8315,8321,8322,8324,8326,8332,8334,8336,8345,8349,8351,8359,8361,8368,8375,8380,8382,8383,8393,8397,8400,8435,8445,8446,8448,8449,8466,8467,8473,8488,8507,8514,8521,8526,8528,8549,8556,8566,8567,8569,8583,8584,8592,8593,8604,8606,8607,8622,8628,8637,8645,8646,8651,8664,8665,8668,8671,8675,8680,8683,8692,8695,8698,8705,8709,8715,8718,8721,8724,8731,8735,8741,8744,8751,8754,8759,8762,8765,8771,8776,8782,8785,8788,8791,8794,8797,8801,8819,8823,8833,8839,8849,8850,8853,8863,8869,8879,8880,8883,8893,8899,8907,8910,8938,8944,8984,8987,9007,9009,9011,9016,9018,9021,9023,9040,9042,9044,9050,9055,9060,9063,9071,9092,9109,9114,9121,9125,9128,9144,9149,9151,9222,9224,9234,9239,9244,9249,9250,9260,9262,9263,9274,9284,9292,9293,9297,9300,9303,9305,9311,9320,9321,9326,9327,9333,9337,9341,9347,9357,9359,9366,9373,9376,9379,9384,9385,9408,9415,9441,9449,9456,9469,9470,9491,9492,9512,9514,9530,9531,9539,9540,9548,9549,9551,9556,9558,9564,9572,9586,9587,9595,9596,9604,9605,9613,9614,9622,9623,9631,9632,9634,9642,9643,9644,9656,9667,9670,9678,9687,9688,9709,9717,9718,9719,9724,9725,9726,9746,9748,9764,9765,9773,9774,9782,9783,9785,9790,9792,9798,9806,9820,9821,9829,9830,9838,9839,9847,9848,9856,9857,9865,9866,9868,9876,9877,9878,9890,9901,9904,9912,9921,9922,9942,9944,9960,9961,9969,9970,9978,9979,9981,9986,9988,9994,10002,10016,10017,10025,10026,10034,10035,10043,10044,10052,10053,10061,10062,10064,10072,10073,10074,10086,10097,10100,10108,10117,10118,10139,10147,10148,10149,10154,10155,10156,10177,10185,10186,10187,10192,10193,10194,10214,10216,10232,10233,10241,10242,10250,10251,10253,10258,10260,10266,10274,10288,10289,10297,10298,10306,10307,10315,10316,10324,10325,10333,10334,10336,10344,10345,10346,10358,10369,10372,10380,10389,10390,10398,10400,10411,10413,10415,10427,10433,10434,10437,10443,10445,10454,10464,10465,10467,10476,10477,10479,10486,10488,10490,10503,10505,10506,10517,10526,10529,10536,10538,10539,10542,10546,10555,10562,10563,10564,10568,10579,10583,10602,10609,10610,10611,10616,10623,10634,10636,10643,10662,10666,10671,10676,10685,10686,10690,10692,10702,10717,10722,10727,10732,10737,10742,10744,10745,10748,10754,10757,10760,10761,10762 ./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,588,600,607,612,620,631,635,638,659,710,758,769,772,780,807,810,811,821,833,834,842,846,858,879,880,881,887,913,951,958,961,965,968,975,986,1011,1014,1017,1022,1025,1042,1051,1060,1065,1072,1079,1102,1105,1110,1113,1118,1129,1137,1145,1148,1155,1158,1161,1164,1167,1170,1173,1176,1188,1194,1201,1208,1211,1214,1217,1228,1231,1234,1241,1256,1260,1265,1268,1271,1274,1277,1280,1283,1286,1299,1302,1305,1308,1310,1312,1315,1317,1319,1321,1323,1325,1327,1329,1331,1333,1335,1337,1339,1341,1343,1345,1348,1350,1352,1354,1357,1359,1361,1363,1365,1367,1369,1371,1373,1375,1377,1379,1381,1383,1385,1387,1389,1391,1401,1529,1537,1545,1558,1564,1572,1577,1578,1586,1594,1607,1613,1621,1626,1627,1635,1646,1650,1651,1662,1671,1680,1690,1703,1711,1712,1721,1730,1738,1749,1750,1758,1775,1801,1808,1814,1820,1826,1832,1838,1844,1845,1848,1867,1868,1875,1884,1889,1894,1898,1907,1908,1918,1926,1930,1931,1945,1956,1965,1973,1974,1990,1999,2008,2017,2028,2038,2051,2059,2060,2068,2069,2082,2095,2106,2116,2125,2134,2135,2145,2147,2156,2157,2168,2170,2183,2194,2203,2212,2213,2224,2226,2234,2245,2246,2254,2261,2264,2265,2269,2278,2287,2295,2298,2299,2307,2359,2360,2362,2371,2381,2391,2409,2410,2419,2427,2428,2437,2448,2457,2466,2467,2480,2483,2493,2502,2511,2512,2522,2524,2533,2534,2546,2549,2557,2565,2577,2587,2596,2605,2606,2617,2626,2628,2636,2645,2662,2675,2681,2698,2699,2707,2716,2725,2733,2734,2753,2754,2763,2769,2772,2792,2793,2802,2803,2815,2818,2828,2837,2846,2847,2859,2862,2872,2882,2891,2900,2901,2912,2921,2923,2932,2933,2945,2948,2958,2968,2994,2995,3005,3013,3014,3024,3033,3043,3052,3060,3061,3070,3071,3083,3086,3099,3104,3113,3123,3141,3142,3151,3159,3160,3169,3170,3183,3193,3203,3221,3222,3231,3239,3240,3249,3259,3269,3278,3286,3287,3289,3298,3299,3309,3321,3332,3335,3345,3363,3364,3373,3381,3382,3391,3401,3413,3429,3441,3452,3453,3465,3476,3477,3480,3488,3489,3498,3499,3512,3517,3527,3537,3555,3556,3565,3573,3574,3583,3593,3611,3612,3625,3645,3653,3655,3657,3665,3673,3703,3708,3720,3731,3732,3744,3755,3756,3764,3767,3775,3776,3785,3786,3809,3812,3825,3838,3851,3861,3879,3880,3889,3897,3898,3907,3916,3925,3926,3942,3947,3950,3960,3970,3988,3989,3998,4006,4007,4016,4026,4041,4060,4068,4070,4072,4075,4087,4098,4099,4107,4110,4118,4119,4128,4129,4139,4150,4168,4169,4178,4186,4187,4197,4207,4216,4234,4235,4244,4252,4253,4262,4272,4281,4289,4290,4299,4308,4309,4322,4327,4344,4345,4353,4362,4371,4379,4380,4403,4405,4416,4417,4425,4446,4447,4455,4498,4499,4509,4515,4519,4521,4522,4530,4538,4550,4558,4568,4582,4591,4605,4607,4621,4622,4632,4645,4653,4654,4664,4676,4685,4697,4705,4706,4714,4730,4731,4740,4744,4745,4760,4770,4771,4779,4792,4805,4816,4817,4820,4826,4829,4839,4843,4844,4855,4866,4877,4885,4896,4897,4905,4919,4927,4931,4932,4944,4954,4967,4975,4976,4985,4995,5004,5012,5013,5023,5033,5041,5042,5052,5064,5073,5085,5093,5094,5102,5115,5116,5124,5138,5146,5150,5151,5163,5173,5186,5194,5195,5204,5214,5223,5231,5232,5242,5252,5260,5261,5271,5283,5292,5304,5312,5313,5321,5334,5335,5343,5352,5356,5357,5379,5389,5399,5414,5433,5441,5443,5445,5453,5461,5491,5496,5506,5517,5518,5528,5539,5540,5548,5551,5559,5560,5570,5579,5587,5588,5598,5608,5616,5617,5627,5639,5648,5660,5668,5669,5677,5696,5697,5705,5714,5718,5719,5724,5733,5741,5747,5748,5756,5765,5769,5770,5779,5791,5799,5809,5810,5816,5825,5829,5830,5839,5851,5857,5866,5867,5874,5883,5887,5888,5897,5908,5915,5924,5926,5934,5947,5948,5954,5957,5964,5970,5971,5977,5980,5983,5986,5988,5989,6006,6007,6020,6089,6093,6104,6134,6197,6198,6202,6213,6224,6235,6245,6259,6260,6267,6268,6276,6283,6284,6291,6292,6299,6300,6317,6327,6328,6364,6365,6372,6373,6380,6381,6382,6398,6399,6407,6409,6425,6430,6432,6439,6445,6447,6469,6470,6471,6475,6487,6498,6559,6561,6565,6566,6584,6612,6633,6642,6651,6660,6670,6672,6680,6684,6694,6695,6711,6713,6725,6727,6738,6740,6741,6749,6758,6761,6766,6767,6773,6787,6806,6807,6823,6825,6827,6841,6849,6851,6870,6871,6877,6885,6893,6894,6903,6913,6921,6936,6937,6938,6961,6962,6967,6984,6986,7002,7004,7008,7010,7015,7023,7024,7033,7044,7053,7055,7064,7066,7067,7081,7083,7096,7097,7104,7105,7125,7126,7132,7138,7139,7145,7155,7157,7163,7165,7172,7182,7188,7195,7199,7200,7220,7221,7223,7242,7247,7253,7272,7282,7290,7291,7298,7305,7307,7311,7319,7323,7339,7342,7350,7356,7370,7371,7387,7389,7391,7403,7408,7417,7418,7420,7429,7431,7436,7440,7442,7444,7446,7463,7485,7487,7496,7500,7502,7510,7512,7519,7543,7553,7561,7585,7586,7606,7607,7616,7617,7620,7621,7628,7635,7638,7639,7641,7643,7657,7660,7677,7685,7686,7687,7697,7699,7703,7708,7712,7734,7738,7739,7748,7754,7755,7761,7762,7767,7768,7777,7779,7780,7784,7785,7794,7795,7796,7810,7821,7847,7848,7872,7874,7875,7877,7891,7893,7904,7907,7912,7922,7926,7927,7943,7947,7948,7958,7960,7961,7974,7980,7985,7990,7996,7997,7999,8001,8007,8009,8011,8028,8029,8036,8043,8048,8050,8051,8061,8065,8068,8103,8113,8114,8116,8117,8134,8135,8141,8156,8175,8182,8189,8194,8196,8217,8224,8234,8235,8237,8251,8252,8260,8261,8272,8274,8275,8286,8296,8304,8305,8309,8312,8315,8317,8323,8332,8333,8338,8339,8345,8349,8353,8359,8369,8371,8378,8385,8388,8391,8396,8397,8420,8427,8453,8461,8468,8481,8482,8503,8504,8524,8526,8542,8543,8551,8552,8560,8561,8563,8568,8570,8576,8584,8598,8599,8607,8608,8616,8617,8625,8626,8634,8635,8643,8644,8646,8654,8655,8656,8668,8679,8682,8690,8699,8700,8721,8729,8730,8731,8736,8737,8738,8758,8760,8776,8777,8785,8786,8794,8795,8797,8802,8804,8810,8818,8832,8833,8841,8842,8850,8851,8859,8860,8868,8869,8877,8878,8880,8888,8889,8890,8902,8913,8916,8924,8933,8934,8954,8956,8972,8973,8981,8982,8990,8991,8993,8998,9000,9006,9014,9028,9029,9037,9038,9046,9047,9055,9056,9064,9065,9073,9074,9076,9084,9085,9086,9098,9109,9112,9120,9129,9130,9150,9152,9168,9169,9177,9178,9186,9187,9189,9194,9196,9202,9210,9224,9225,9233,9234,9242,9243,9251,9252,9260,9261,9269,9270,9272,9280,9281,9282,9294,9305,9308,9316,9325,9326,9347,9355,9356,9357,9362,9363,9364,9384,9386,9402,9403,9411,9412,9420,9421,9423,9428,9430,9436,9444,9458,9459,9467,9468,9476,9477,9485,9486,9494,9495,9503,9504,9506,9514,9515,9516,9528,9539,9542,9550,9559,9560,9568,9570,9581,9583,9585,9597,9603,9604,9607,9613,9615,9624,9634,9635,9637,9646,9647,9649,9656,9658,9660,9673,9675,9676,9687,9696,9699,9706,9708,9709,9712,9716,9725,9732,9733,9734,9738,9749,9753,9772,9779,9780,9781,9786,9793,9804,9806,9813,9832,9836,9841,9846,9855,9856,9860,9862,9872,9887,9892,9897,9902,9907,9912,9914,9915,9918,9924,9927,9930,9931,9932 ./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,588,600,607,612,620,632,636,639,660,711,759,770,773,781,808,811,812,822,834,835,841,850,854,866,894,895,896,903,929,967,974,977,984,995,1020,1023,1027,1030,1035,1042,1065,1070,1073,1078,1081,1089,1097,1108,1125,1134,1143,1148,1155,1158,1165,1168,1176,1183,1190,1193,1196,1199,1210,1213,1216,1223,1238,1242,1247,1250,1253,1256,1259,1262,1275,1278,1281,1285,1287,1289,1291,1293,1296,1298,1300,1302,1304,1306,1308,1310,1312,1314,1322,1536,1544,1556,1565,1574,1583,1593,1602,1611,1620,1629,1638,1652,1658,1671,1679,1680,1691,1701,1714,1722,1723,1732,1740,1741,1752,1761,1770,1771,1782,1795,1803,1804,1813,1822,1824,1835,1845,1858,1866,1867,1876,1884,1885,1896,1906,1919,1927,1928,1937,1945,1946,1955,1964,1972,1984,1985,1993,2007,2020,2031,2032,2035,2041,2044,2054,2058,2059,2069,2085,2093,2103,2104,2112,2125,2136,2145,2153,2154,2164,2173,2186,2194,2195,2205,2214,2226,2235,2244,2252,2253,2263,2272,2282,2290,2300,2301,2309,2335,2340,2350,2394,2405,2411,2417,2423,2429,2435,2441,2447,2453,2459,2465,2471,2477,2478,2481,2513,2514,2521,2530,2535,2544,2549,2554,2559,2564,2565,2575,2583,2587,2588,2623,2632,2641,2650,2659,2670,2679,2689,2697,2698,2709,2719,2727,2728,2737,2746,2757,2767,2768,2780,2796,2798,2804,2812,2814,2815,2825,2837,2847,2869,2870,2889,2894,2904,2909,2917,2918,2930,2938,2939,2948,2976,2977,2987,2995,3010,3011,3019,3035,3046,3052,3055,3060,3062,3073,3078,3079,3093,3102,3120,3121,3129,3155,3163,3177,3178,3186,3197,3201,3202,3207,3216,3224,3229,3230,3238,3245,3248,3249,3253,3262,3271,3279,3282,3283,3291,3317,3321,3332,3381,3388,3394,3400,3406,3412,3418,3424,3430,3436,3442,3448,3454,3460,3466,3472,3478,3479,3482,3519,3520,3526,3530,3539,3544,3554,3560,3565,3570,3575,3580,3581,3591,3599,3603,3604,3622,3631,3640,3653,3666,3679,3692,3705,3715,3730,3743,3756,3764,3765,3773,3774,3784,3793,3801,3802,3812,3825,3833,3834,3844,3858,3860,3868,3869,3878,3887,3896,3906,3919,3927,3928,3937,3946,3955,3964,3975,3984,3997,4007,4015,4016,4027,4040,4050,4058,4059,4070,4078,4089,4090,4098,4107,4111,4112,4135,4146,4159,4167,4168,4177,4186,4197,4198,4210,4226,4228,4234,4242,4244,4245,4253,4265,4266,4274,4294,4304,4314,4324,4334,4344,4354,4363,4372,4381,4390,4391,4401,4411,4424,4432,4433,4447,4449,4458,4468,4481,4489,4490,4499,4508,4517,4526,4535,4544,4546,4554,4555,4564,4573,4582,4591,4600,4608,4620,4621,4629,4647,4656,4665,4677,4689,4690,4699,4709,4722,4731,4732,4746,4748,4756,4772,4773,4781,4811,4812,4813,4824,4833,4841,4842,4855,4861,4872,4880,4881,4890,4900,4910,4920,4933,4941,4942,4961,4962,4971,4972,4980,4981,4989,4997,5007,5016,5027,5046,5047,5055,5063,5064,5074,5086,5095,5107,5117,5128,5139,5148,5156,5157,5167,5180,5188,5189,5208,5209,5218,5219,5229,5257,5258,5269,5270,5278,5284,5301,5319,5320,5329,5332,5357,5359,5360,5368,5387,5388,5396,5410,5418,5422,5423,5443,5457,5459,5471,5480,5494,5500,5521,5522,5534,5542,5543,5555,5563,5577,5578,5586,5598,5610,5617,5618,5621,5628,5629,5631,5641,5645,5646,5655,5669,5677,5687,5688,5696,5708,5720,5727,5728,5731,5738,5739,5741,5751,5755,5756,5765,5779,5787,5797,5798,5806,5818,5830,5837,5838,5841,5848,5849,5851,5861,5865,5866,5875,5889,5897,5907,5908,5916,5928,5940,5947,5948,5951,5958,5959,5961,5971,5975,5976,5985,5999,6007,6017,6018,6026,6035,6039,6040,6049,6063,6071,6081,6082,6090,6098,6102,6103,6108,6120,6128,6134,6135,6143,6151,6155,6156,6166,6182,6190,6200,6201,6207,6216,6220,6221,6230,6242,6248,6257,6258,6265,6274,6278,6279,6288,6299,6306,6315,6317,6325,6342,6343,6349,6352,6359,6369,6370,6376,6379,6382,6385,6388,6391,6394,6397,6399,6400,6429,6430,6432,6446,6515,6519,6530,6560,6658,6659,6663,6674,6685,6696,6707,6718,6729,6740,6751,6762,6773,6784,6795,6805,6814,6826,6838,6855,6856,6862,6863,6871,6878,6879,6886,6887,6894,6895,6913,6923,6924,6950,6951,6958,6959,6966,6967,6968,6984,6985,6993,6995,7011,7016,7018,7025,7031,7033,7055,7056,7057,7061,7073,7084,7145,7147,7151,7152,7170,7192,7220,7241,7253,7266,7278,7290,7303,7313,7315,7323,7327,7337,7338,7354,7356,7368,7370,7381,7383,7384,7400,7402,7404,7418,7426,7428,7447,7448,7454,7462,7470,7471,7480,7490,7498,7513,7514,7515,7538,7539,7544,7561,7563,7579,7581,7585,7587,7595,7604,7607,7612,7613,7618,7626,7627,7636,7647,7656,7658,7667,7669,7670,7684,7686,7699,7700,7707,7708,7728,7729,7749,7750,7752,7771,7776,7782,7801,7811,7819,7820,7827,7834,7836,7840,7848,7852,7868,7871,7887,7889,7891,7903,7908,7917,7918,7920,7929,7931,7936,7940,7942,7944,7946,7980,7981,7982,7989,8013,8023,8031,8055,8056,8080,8089,8091,8108,8130,8132,8138,8148,8150,8156,8158,8165,8175,8181,8188,8192,8193,8201,8207,8221,8222,8229,8236,8239,8240,8242,8244,8250,8264,8283,8284,8293,8297,8299,8307,8309,8322,8328,8333,8338,8344,8345,8347,8349,8355,8357,8359,8376,8377,8384,8391,8396,8398,8399,8409,8413,8416,8451,8461,8462,8464,8465,8482,8483,8489,8504,8523,8530,8537,8542,8544,8565,8572,8582,8583,8585,8599,8600,8608,8609,8620,8622,8623,8634,8644,8652,8653,8657,8660,8663,8665,8671,8680,8681,8686,8687,8693,8697,8701,8707,8717,8719,8726,8733,8736,8739,8744,8745,8768,8775,8801,8809,8816,8829,8830,8851,8852,8872,8874,8890,8891,8899,8900,8908,8909,8911,8916,8918,8924,8932,8946,8947,8955,8956,8964,8965,8973,8974,8982,8983,8991,8992,8994,9002,9003,9004,9016,9027,9030,9038,9047,9048,9069,9077,9078,9079,9084,9085,9086,9107,9115,9116,9117,9122,9123,9124,9145,9153,9154,9155,9160,9161,9162,9182,9184,9200,9201,9209,9210,9218,9219,9221,9226,9228,9234,9242,9256,9257,9265,9266,9274,9275,9283,9284,9292,9293,9301,9302,9304,9312,9313,9314,9326,9337,9340,9348,9357,9358,9366,9368,9379,9381,9383,9395,9401,9402,9405,9411,9413,9422,9432,9433,9435,9444,9445,9447,9454,9456,9458,9471,9473,9474,9485,9494,9497,9504,9506,9507,9510,9514,9523,9530,9531,9532,9536,9547,9551,9570,9577,9578,9579,9584,9591,9602,9604,9611,9630,9634,9639,9644,9653,9654,9658,9660,9670,9685,9690,9695,9700,9705,9710,9712,9713,9716,9722,9725,9728,9729,9730 ./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,574,586,593,598,606,618,622,625,646,697,745,756,759,767,794,797,798,808,820,821,827,830,842,843,869,907,914,917,920,925,929,940,965,973,981,986,997,1004,1007,1024,1033,1042,1047,1054,1077,1082,1089,1096,1099,1102,1109,1116,1124,1127,1130,1141,1144,1147,1154,1169,1173,1178,1181,1184,1187,1190,1193,1196,1199,1212,1215,1218,1219,1221,1223,1225,1227,1229,1232,1234,1236,1238,1245,1336,1344,1354,1363,1373,1381,1389,1390,1398,1411,1425,1436,1437,1440,1448,1449,1452,1462,1466,1467,1489,1499,1509,1518,1532,1533,1557,1559,1565,1573,1581,1582,1583,1591,1601,1602,1610,1623,1637,1648,1649,1652,1660,1661,1664,1674,1678,1679,1701,1711,1721,1730,1744,1745,1769,1771,1777,1785,1793,1794,1795,1803,1813,1814,1822,1835,1849,1860,1861,1864,1872,1873,1876,1886,1890,1891,1906,1916,1926,1935,1944,1945,1957,1959,1960,1969,1983,1991,2001,2002,2010,2021,2033,2040,2041,2044,2051,2052,2054,2064,2068,2069,2081,2091,2101,2114,2122,2123,2131,2142,2143,2151,2159,2163,2164,2185,2195,2204,2214,2227,2235,2236,2237,2249,2265,2267,2273,2281,2283,2284,2292,2304,2305,2313,2321,2325,2326,2337,2346,2355,2369,2377,2387,2388,2395,2403,2407,2408,2421,2440,2441,2455,2456,2466,2473,2487,2488,2494,2502,2506,2507,2516,2528,2534,2543,2544,2551,2559,2563,2564,2573,2584,2591,2600,2601,2608,2615,2616,2621,2624,2625,2634,2703,2707,2718,2748,2790,2791,2795,2806,2817,2827,2836,2848,2860,2877,2878,2885,2886,2894,2901,2902,2909,2910,2917,2918,2932,2941,2942,2968,2969,2976,2977,2984,2985,2986,3002,3003,3011,3013,3029,3034,3036,3043,3049,3051,3073,3074,3075,3079,3092,3103,3164,3166,3170,3171,3189,3210,3222,3234,3246,3259,3271,3280,3281,3294,3296,3308,3318,3320,3328,3332,3342,3343,3359,3361,3373,3375,3386,3388,3389,3394,3402,3403,3412,3423,3432,3434,3443,3445,3446,3460,3462,3475,3476,3483,3484,3504,3505,3513,3522,3525,3530,3531,3545,3553,3555,3562,3586,3596,3604,3628,3629,3653,3662,3664,3669,3673,3675,3677,3679,3696,3718,3720,3736,3738,3740,3759,3760,3766,3774,3782,3783,3792,3802,3810,3825,3826,3827,3850,3851,3856,3873,3875,3891,3893,3897,3899,3905,3915,3917,3923,3925,3932,3942,3948,3955,3959,3960,3979,3984,3990,4009,4019,4027,4028,4035,4042,4044,4048,4056,4060,4076,4079,4095,4097,4099,4106,4113,4116,4117,4119,4121,4141,4142,4144,4156,4161,4170,4171,4173,4182,4184,4192,4198,4212,4213,4226,4232,4237,4242,4248,4249,4251,4253,4259,4261,4263,4272,4276,4278,4286,4288,4295,4302,4307,4309,4310,4320,4324,4327,4362,4372,4373,4375,4376,4393,4394,4400,4415,4434,4441,4448,4453,4455,4476,4483,4493,4494,4496,4510,4511,4519,4520,4531,4533,4534,4545,4555,4563,4564,4568,4571,4574,4576,4582,4591,4592,4597,4598,4604,4608,4612,4618,4628,4630,4637,4644,4647,4650,4655,4656,4679,4686,4712,4720,4727,4740,4741,4762,4763,4784,4792,4793,4794,4799,4800,4801,4821,4823,4839,4840,4848,4849,4857,4858,4860,4865,4867,4873,4881,4895,4896,4904,4905,4913,4914,4922,4923,4931,4932,4940,4941,4943,4951,4952,4953,4965,4976,4979,4987,4996,4997,5018,5026,5027,5028,5033,5034,5035,5055,5057,5073,5074,5082,5083,5091,5092,5094,5099,5101,5107,5115,5129,5130,5138,5139,5147,5148,5156,5157,5165,5166,5174,5175,5177,5185,5186,5187,5199,5210,5213,5221,5230,5231,5252,5260,5261,5262,5267,5268,5269,5289,5291,5307,5308,5316,5317,5325,5326,5328,5333,5335,5341,5349,5363,5364,5372,5373,5381,5382,5390,5391,5399,5400,5408,5409,5411,5419,5420,5421,5433,5444,5447,5455,5464,5465,5485,5487,5503,5504,5512,5513,5521,5522,5524,5529,5531,5537,5545,5559,5560,5568,5569,5577,5578,5586,5587,5595,5596,5604,5605,5607,5615,5616,5617,5629,5640,5643,5651,5660,5661,5669,5671,5682,5684,5686,5698,5704,5705,5708,5714,5716,5725,5735,5736,5738,5747,5748,5750,5757,5759,5761,5774,5776,5777,5788,5797,5800,5807,5809,5810,5813,5817,5826,5833,5834,5835,5839,5850,5854,5873,5880,5881,5882,5887,5894,5905,5907,5914,5933,5937,5942,5947,5956,5957,5961,5963,5973,5988,5993,5998,6003,6008,6013,6015,6016,6019,6025,6028,6031,6032,6033 ./src/borg/hashindex.c:2,288,302,389,394,397,400,404,407,410,574,586,593,598,606,619,623,626,647,698,746,757,760,768,795,798,799,809,821,822,828,837,850,851,862,863,874,875,891,892,904,905,921,922,935,936,937,945,950,976,1014,1021,1024,1027,1032,1036,1043,1060,1063,1065,1069,1092,1097,1104,1111,1114,1119,1130,1141,1149,1174,1177,1182,1183,1205,1212,1220,1237,1246,1255,1260,1267,1273,1284,1286,1290,1293,1296,1301,1305,1309,1310,1316,1323,1330,1333,1336,1339,1350,1353,1356,1359,1363,1367,1374,1389,1393,1398,1401,1404,1407,1410,1413,1416,1419,1432,1435,1438,1440,1442,1444,1446,1448,1450,1452,1455,1457,1459,1461,1463,1465,1479,1718,1726,1739,1757,1764,1770,1776,1777,1780,1791,1792,1796,1806,1810,1811,1835,1848,1858,1872,1879,1911,1912,1922,1932,1943,1951,1985,1990,2003,2004,2013,2015,2017,2023,2024,2033,2034,2046,2048,2061,2062,2064,2073,2074,2089,2099,2112,2120,2121,2123,2131,2146,2147,2155,2162,2165,2166,2171,2181,2190,2198,2199,2207,2210,2211,2219,2231,2245,2256,2257,2260,2268,2269,2272,2282,2286,2287,2297,2316,2324,2335,2336,2344,2352,2356,2357,2378,2392,2399,2431,2432,2442,2452,2461,2469,2503,2508,2521,2522,2531,2533,2535,2541,2542,2551,2552,2562,2564,2572,2588,2589,2597,2605,2609,2610,2621,2630,2643,2653,2666,2674,2675,2683,2695,2696,2704,2716,2729,2740,2741,2744,2750,2753,2763,2767,2768,2778,2789,2798,2806,2807,2815,2826,2827,2835,2843,2847,2848,2861,2875,2876,2878,2888,2898,2908,2916,2917,2927,2940,2948,2949,2959,2972,2980,2981,2989,3000,3001,3009,3021,3035,3046,3047,3050,3058,3059,3062,3072,3076,3077,3092,3100,3108,3122,3130,3133,3148,3163,3166,3191,3192,3200,3212,3213,3221,3233,3247,3258,3259,3262,3270,3271,3274,3284,3288,3289,3307,3315,3323,3335,3344,3356,3364,3367,3382,3394,3409,3417,3418,3432,3435,3460,3461,3469,3483,3484,3492,3500,3504,3505,3510,3520,3528,3533,3534,3542,3551,3555,3556,3565,3579,3587,3597,3598,3606,3614,3618,3619,3628,3642,3650,3660,3661,3667,3675,3679,3680,3689,3701,3707,3716,3717,3724,3732,3736,3737,3746,3757,3764,3773,3774,3782,3790,3794,3795,3810,3824,3825,3827,3837,3847,3860,3868,3869,3893,3901,3913,3914,3922,3930,3934,3935,3950,3964,3965,3967,3980,3993,3994,3996,4012,4020,4033,4041,4042,4054,4063,4074,4087,4095,4096,4104,4115,4116,4124,4132,4136,4137,4147,4161,4162,4164,4175,4183,4191,4192,4198,4206,4210,4211,4220,4232,4238,4247,4248,4255,4263,4267,4268,4277,4288,4295,4304,4305,4313,4321,4325,4326,4342,4356,4357,4359,4369,4379,4392,4400,4401,4410,4423,4424,4426,4450,4458,4470,4471,4479,4487,4491,4492,4507,4521,4522,4524,4537,4550,4551,4553,4562,4575,4586,4599,4607,4608,4616,4627,4628,4636,4644,4648,4649,4662,4676,4677,4679,4689,4699,4708,4721,4722,4724,4732,4733,4743,4751,4759,4760,4768,4779,4791,4798,4799,4802,4809,4810,4812,4822,4826,4827,4843,4858,4871,4881,4891,4901,4912,4922,4930,4931,4940,4948,4949,4961,4969,4981,4982,4988,4996,5000,5001,5010,5022,5028,5037,5038,5045,5053,5057,5058,5067,5078,5085,5094,5095,5103,5114,5125,5131,5134,5139,5141,5151,5155,5156,5165,5174,5184,5193,5201,5211,5212,5220,5228,5232,5233,5238,5250,5258,5264,5265,5273,5281,5285,5286,5301,5311,5321,5329,5330,5339,5349,5358,5368,5376,5377,5386,5395,5408,5409,5411,5445,5453,5466,5467,5473,5481,5485,5486,5495,5507,5513,5522,5523,5530,5538,5542,5543,5552,5563,5570,5579,5580,5588,5596,5600,5601,5622,5636,5637,5639,5649,5659,5672,5680,5681,5690,5703,5704,5706,5733,5734,5757,5762,5775,5780,5788,5804,5805,5813,5821,5825,5826,5841,5855,5856,5858,5871,5884,5885,5887,5896,5909,5922,5933,5946,5954,5955,5963,5974,5975,5983,5991,5995,5996,6008,6022,6023,6025,6035,6045,6058,6059,6061,6069,6070,6080,6088,6096,6097,6105,6114,6118,6119,6136,6150,6151,6153,6163,6173,6186,6194,6195,6204,6217,6218,6220,6230,6239,6247,6248,6257,6286,6294,6307,6308,6316,6325,6329,6330,6347,6361,6362,6364,6374,6384,6397,6405,6406,6415,6428,6432,6433,6435,6445,6454,6462,6463,6472,6501,6509,6522,6523,6531,6542,6554,6561,6562,6565,6572,6573,6575,6585,6589,6590,6606,6621,6634,6644,6654,6664,6675,6685,6693,6694,6703,6711,6712,6724,6732,6744,6745,6753,6761,6765,6766,6791,6805,6814,6823,6832,6842,6851,6859,6860,6869,6878,6887,6900,6901,6903,6912,6921,6930,6939,6948,6950,6994,7002,7018,7019,7027,7040,7048,7049,7079,7093,7102,7112,7121,7130,7140,7149,7157,7158,7167,7176,7186,7199,7207,7208,7217,7226,7235,7244,7253,7262,7272,7281,7290,7299,7307,7308,7310,7354,7362,7378,7379,7387,7401,7418,7429,7435,7441,7442,7445,7453,7458,7468,7472,7473,7486,7500,7501,7503,7513,7523,7533,7545,7553,7565,7566,7574,7591,7600,7610,7619,7628,7641,7642,7644,7657,7658,7660,7669,7683,7685,7694,7703,7712,7713,7724,7737,7745,7746,7748,7756,7768,7769,7777,7789,7797,7798,7809,7818,7827,7836,7846,7855,7863,7864,7875,7877,7885,7897,7898,7906,7914,7918,7919,7934,7943,7955,7964,7973,7983,7992,8000,8001,8010,8019,8032,8033,8035,8045,8057,8065,8066,8068,8080,8088,8099,8100,8106,8114,8118,8119,8128,8140,8146,8155,8156,8163,8171,8175,8176,8185,8196,8203,8212,8213,8221,8232,8243,8249,8252,8257,8259,8269,8273,8274,8283,8292,8302,8311,8319,8329,8330,8338,8346,8350,8351,8356,8368,8376,8382,8383,8391,8399,8403,8404,8424,8434,8444,8452,8453,8462,8472,8481,8491,8499,8500,8509,8518,8531,8532,8534,8563,8564,8587,8592,8605,8618,8626,8643,8644,8650,8658,8662,8663,8672,8684,8690,8699,8700,8707,8715,8719,8720,8729,8740,8747,8756,8757,8765,8775,8784,8794,8802,8810,8811,8819,8830,8841,8847,8850,8855,8857,8867,8871,8872,8882,8898,8907,8917,8930,8938,8939,8947,8958,8959,8967,8974,8977,8978,8983,8993,9002,9010,9011,9019,9022,9023,9031,9039,9043,9044,9059,9069,9078,9087,9097,9106,9116,9135,9143,9144,9152,9153,9161,9174,9175,9183,9191,9195,9196,9205,9219,9227,9237,9238,9246,9254,9258,9259,9268,9282,9290,9300,9301,9309,9317,9321,9322,9331,9345,9353,9363,9364,9372,9380,9384,9385,9394,9408,9416,9426,9427,9435,9443,9447,9448,9457,9471,9479,9489,9490,9497,9505,9509,9510,9519,9531,9538,9548,9549,9555,9563,9567,9568,9577,9589,9595,9604,9605,9612,9620,9624,9625,9634,9645,9652,9661,9662,9669,9676,9677,9682,9684,9691,9693,9694,9700,9703,9704,9705,9719,9732,9738,9807,9812,9819,9820,9824,9831,9832,9833,9839,9856,9866,9935,9940,9947,9948,9952,9959,9960,9961,9968,9985,9995,10064,10072,10081,10082,10088,10093,10094,10100,10102,10103,10111,10112,10114,10121,10191,10199,10206,10207,10211,10218,10219,10220,10234,10251,10261,10330,10338,10347,10348,10354,10359,10360,10366,10368,10369,10377,10378,10380,10387,10456,10464,10473,10474,10480,10483,10490,10493,10494,10500,10502,10503,10511,10512,10515,10516,10519,10520,10523,10524,10527,10528,10531,10532,10535,10536,10543,10553,10622,10626,10637,10667,10749,10750,10754,10765,10776,10787,10797,10806,10817,10828,10838,10847,10857,10866,10876,10885,10896,10906,10915,10925,10934,10945,10955,10964,10980,10981,10994,10995,11003,11011,11012,11019,11020,11027,11028,11042,11052,11063,11073,11086,11097,11107,11116,11117,11143,11144,11151,11152,11159,11160,11161,11177,11178,11186,11188,11204,11209,11211,11218,11224,11226,11248,11249,11250,11254,11267,11278,11339,11341,11345,11346,11364,11385,11397,11409,11418,11432,11451,11452,11454,11467,11468,11470,11480,11493,11506,11516,11530,11541,11551,11561,11571,11586,11596,11606,11608,11616,11620,11630,11631,11647,11649,11661,11663,11674,11676,11677,11682,11690,11691,11700,11711,11720,11722,11731,11733,11734,11748,11750,11763,11764,11771,11772,11792,11793,11801,11810,11813,11818,11819,11835,11837,11839,11858,11863,11869,11888,11898,11906,11907,11914,11921,11923,11927,11935,11939,11955,11958,11974,11976,11978,11985,11992,11995,11996,11998,12000,12020,12021,12023,12035,12040,12049,12050,12052,12061,12063,12068,12072,12074,12076,12078,12095,12117,12119,12126,12150,12160,12168,12192,12193,12207,12215,12217,12236,12237,12243,12251,12259,12260,12269,12279,12287,12302,12303,12304,12327,12328,12333,12350,12352,12368,12370,12374,12376,12384,12392,12397,12402,12410,12415,12420,12431,12432,12439,12451,12452,12454,12455,12459,12462,12463,12473,12477,12481,12483,12488,12490,12492,12501,12505,12507,12515,12517,12523,12533,12535,12541,12543,12550,12560,12566,12573,12577,12578,12581,12585,12590,12593,12598,12599,12605,12611,12612,12625,12631,12634,12643,12644,12645,12658,12664,12669,12674,12680,12681,12683,12685,12691,12693,12695,12702,12709,12714,12716,12717,12727,12731,12734,12769,12779,12780,12782,12783,12800,12801,12818,12819,12825,12840,12859,12866,12873,12878,12880,12901,12908,12918,12919,12921,12935,12936,12944,12945,12956,12958,12959,12965,12966,12972,12984,12990,12998,13002,13005,13006,13007,13018,13024,13026,13027,13038,13048,13056,13057,13061,13064,13067,13069,13075,13084,13085,13090,13091,13097,13101,13105,13111,13121,13123,13130,13137,13140,13143,13148,13149,13172,13179,13205,13213,13220,13233,13234,13255,13256,13277,13285,13286,13287,13292,13293,13294,13314,13316,13332,13333,13341,13342,13350,13351,13353,13358,13360,13366,13374,13388,13389,13397,13398,13406,13407,13415,13416,13424,13425,13433,13434,13436,13444,13445,13446,13458,13469,13472,13480,13489,13490,13511,13519,13520,13521,13526,13527,13528,13549,13557,13558,13559,13564,13565,13566,13587,13595,13596,13597,13602,13603,13604,13624,13626,13642,13643,13651,13652,13660,13661,13663,13668,13670,13676,13684,13698,13699,13707,13708,13716,13717,13725,13726,13734,13735,13743,13744,13746,13754,13755,13756,13768,13779,13782,13790,13799,13800,13820,13822,13838,13839,13847,13848,13856,13857,13859,13864,13866,13872,13880,13894,13895,13903,13904,13912,13913,13921,13922,13930,13931,13939,13940,13942,13950,13951,13952,13964,13975,13978,13986,13995,13996,14004,14006,14017,14019,14021,14033,14039,14040,14043,14049,14051,14060,14070,14071,14073,14082,14083,14085,14092,14094,14096,14109,14111,14112,14123,14132,14135,14142,14144,14145,14148,14152,14161,14168,14169,14170,14174,14185,14189,14208,14215,14216,14217,14222,14229,14240,14242,14249,14268,14272,14277,14282,14291,14292,14296,14298,14308,14323,14328,14333,14338,14343,14348,14350,14351,14354,14360,14363,14366,14367,14368 ./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/py37/lib/python3.7/site-packages/Cython/Debugger/Tests/cfuncs.c:3,5,8 ./.tox/py37/lib/python3.7/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/py37/lib/python3.7/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/py37/lib/python3.7/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/py37/lib/python3.7/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,556,565,569,573,577,581,587,591,603,611,615,616,624,631,649,653,659,668,674,694,695,697,707,708,710,713,721,730,731,733,744,746,750,757,759,760,771,773,776,777,778,787,793,800,801,802,805,811,813,815,818,827,838,839,841,842,852,853,855,856,864,866,867,869,870,872,877,888,890,896,897,899,902,905,909,911,915,916,919,929,937,938,943,945,946,953,959,961,962,965,971,974,978,982,987,992,994,995,997,1002,1008,1010,1014,1018,1023,1032,1033,1038,1039,1040,1046,1050,1054,1055,1061,1071,1073,1080,1087,1090,1093,1098,1099,1101,1110,1112,1113,1115,1117,1119,1131,1133,1134,1136,1138,1140,1142,1149,1150,1152,1156,1177,1205,1214,1217,1219,1233,1235,1236,1238,1246,1248,1249,1252,1254,1260,1263,1268,1269,1277,1280,1287,1291,1304,1325,1333,1335,1340,1343,1349,1352,1359,1367,1369,1374,1386,1395,1400,1404,1406,1409,1413,1416,1417,1421,1422,1423,1428,1430,1431,1440,1444,1447,1448,1459,1460,1461,1462,1471,1472,1484,1486,1487,1488,1490,1493,1494,1496,1508,1509 ./.tox/py37/lib/python3.7/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,395,399,403,409,418,422,424,434,435,437,445,448,451,456,459,460,462,466,469,472,473,477,478,489,492,494,504,506,513,514,520,526,541,543,547,553,557,558,565,573,579,584,585,589,590,597,601,605,606,621,623,624,639,641,642,662,663,664,671,673,677,678,679,682,683,690,697,704,715,719,721,722,737,739,743,752,754,755,761,770,771,772,786,787,789,790,803,806,809,811,814,816,827,828,867,872,877,881,883,884,890,920,927,934,936,939,940,973,975,977,978,981,982,988,991,997,1019,1022,1029,1031,1032,1037,1040,1054,1076,1081,1087,1089,1094,1096,1100,1101,1106,1109,1111,1112,1118,1119,1125,1126,1129,1137,1144,1145,1148,1152,1162,1165,1167,1168,1175,1179,1180,1185,1189,1190,1196,1198,1201,1212,1216,1217,1219,1226,1244,1250,1257,1266,1267,1268,1271,1279,1280,1283,1287,1291,1306,1307,1310,1316,1317,1320,1322,1328,1332,1338,1339,1342,1348,1349,1352,1354,1360,1364,1370,1371,1379,1380,1406,1409,1410,1411,1416,1421,1422,1426,1427,1431,1432,1435,1436,1439,1440,1443,1444,1447,1448,1452,1453,1458,1460,1470,1533,1542,1544,1548,1550,1556,1558,1560,1563,1566,1567,1576,1579,1581,1595,1604,1614,1622,1697,1704,1709,1714,1715,1716,1718,1720,1722,1725,1728,1730,1731,1735,1808,1809,1816,1817,1818,1823,1833,1841,1849,1914,1919,1923,1925,1926,1927,1929,1933,1938,1944,1962,1970,1975,1986,1987,1988,1990,1992,1995,2022,2029,2035,2036,2037,2039,2043,2046,2050,2067,2069,2083,2090,2096,2099,2100,2106,2107,2108,2110,2113,2118,2168,2178,2185,2191,2193,2198,2205,2211,2212,2213,2215,2218,2221,2240,2246,2247,2248,2250,2254,2256,2311,2322,2323,2325,2330,2338 ./.tox/py37/lib/python3.7/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/py37/lib/python3.7/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/py37/lib/python3.7/site-packages/Cython/Utility/Profile.c:4,7,15,23,27,31,35,37,41,49,54,57,79,88,90,110,111,125,126,146,154,156,159,161,168,170,189,191,192,215,224,230,233,235,248,260,265,288,289,290,293,299,303,308,326,331,333,334 ./.tox/py37/lib/python3.7/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/py37/lib/python3.7/site-packages/Cython/Utility/TestUtilityLoader.c:3,7,10 ./.tox/py37/lib/python3.7/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/py37/lib/python3.7/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/py37/lib/python3.7/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/py37/lib/python3.7/site-packages/Cython/Utility/CppSupport.cpp:2,8,42,44,46,47,49,51,55,58 ./.tox/py37/lib/python3.7/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/py37/lib/python3.7/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/py37/lib/python3.7/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/py37/lib/python3.7/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,433,434,439,440,446,478,479,482,495,499,502,505,506,508,509,511,516,517,519,522,523,525,537,541,544,545,547,548,550,553,557,558,563,564,569,570,573,581,582,588,605,622,627,633,635,639,640,643,644,652,655,658,663,664,669,671,672,739,740,745,747,748,751,759,760,765,766,771,772,777,778,779,781,787,790,799,801,802,803,806,809,812,827,829,830,831,833,840,845,849,851,854,860,872,874,875,878,884,885,890,895,896,899,904,905,906,909,911,913,918,919,922,933,940,946,948,952,953,956,959,962,965,968,971,973,974,977,982,983,986,990,994,995,1001,1004,1021,1022,1032,1033,1036,1038,1042,1047,1053,1054,1055,1058,1060,1061,1064,1068,1073,1074,1075,1081,1084,1093,1100,1107,1116,1117,1124,1130,1131,1142,1143,1148,1165,1167,1170,1174,1176,1177,1186,1187,1196,1202,1268,1275,1277,1278,1280,1283,1285,1291,1305,1311,1320,1325,1328,1329 ./.tox/py37/lib/python3.7/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,79,81,83,90,92,94,104,106,119,124,125,127,128,129,131,135,136,137,139,141,143,147,148,149,153,159,160,162,164,167,179,197,208,210,221,222,228,241,257,269,270,271,273,275,278,306,310,323,325,326,328,333,336,338,350,353,354,355,356,358,363,366,368,381,385,386,387,388,390,395,398,400,413,416,417,418,419,421,425,429,433,434,438,445,446,448,453,458,471,477,480,489,490,491,493,498,502,512,515,526,527,528,531,539,540,543,551,552,554,557,560,570,583,584,585,587,590,596,598,599,600,602,605,607,611,628,629,631,632,637,639,640,641,643,648,650,658,661,665,670,677,678,689,694,695,700,703,705,706,723,724,726,727,732,733,735,736,737,739,742,746,749,758,759,760,762,764,766,775,776,778,779,780,782,790,800,801,803,807,809,810,812,815,819,840,866,868,870,883,884,885,887,890,892,894,919,922,923,926,927,930,945,947,951,952,953,959,964,968,970,972,973,974,976,978,981,989,1000,1003,1010,1011,1016,1017,1019,1021,1024,1035,1039,1050,1051,1052,1054,1060,1062,1067,1092,1093,1097,1099,1101,1102,1104,1127,1128,1130,1133,1135,1145,1148,1149,1154,1155,1156,1158,1160,1162,1167,1168,1169,1171 ./.tox/py37/lib/python3.7/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/py37/lib/python3.7/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/py37/lib/python3.7/site-packages/Cython/Utility/Capsule.c:2,5,7,10,12,18,20 ./.tox/py37/lib/python3.7/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/py37/lib/python3.7/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/py37/lib/python3.7/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/py37/lib/python3.7/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/py37/lib/python3.7/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/py37/lib/python3.7/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/py37/lib/python3.7/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/py37/lib/python3.7/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