Home
last modified time | relevance | path

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

12

/third_party/boost/libs/crc/doc/
Dcrc_examples.cpp21 boost::crc_basic<16> crc1( 0x8005u, 0u, 0u, true, true ); in crc_16_and_xmodem() local
23 crc1.process_bytes( b, l ); in crc_16_and_xmodem()
24 result.first = crc1.checksum(); in crc_16_and_xmodem()
26 crc1 = boost::crc_basic<16>( 0x8408u, crc1.get_initial_remainder(), in crc_16_and_xmodem()
27 crc1.get_final_xor_value(), crc1.get_reflect_input(), in crc_16_and_xmodem()
28 crc1.get_reflect_remainder() ); in crc_16_and_xmodem()
29 crc1.process_bytes( b, l ); in crc_16_and_xmodem()
30 result.second = crc1.checksum(); in crc_16_and_xmodem()
48 boost::crc_basic<16> crc1( 0x8005u, 0u, 0u, true, true ); in combined_crc_16() local
61 crc1.process_bytes( bs, bl ); in combined_crc_16()
[all …]
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/
Dcrc32.c51 local uLong crc32_combine_ OF((uLong crc1, uLong crc2, z_off64_t len2));
372 local uLong crc32_combine_(crc1, crc2, len2) in crc32_combine_() argument
373 uLong crc1; in crc32_combine_()
384 return crc1;
406 crc1 = gf2_matrix_times(even, crc1);
416 crc1 = gf2_matrix_times(odd, crc1);
423 crc1 ^= crc2;
424 return crc1;
428 uLong ZEXPORT crc32_combine(crc1, crc2, len2) in crc32_combine() argument
429 uLong crc1; in crc32_combine()
[all …]
/third_party/libwebsockets/win32port/zlib/
Dcrc32.c71 local uLong crc32_combine_(uLong crc1, uLong crc2, z_off64_t len2);
370 local uLong crc32_combine_(crc1, crc2, len2) in crc32_combine_() argument
371 uLong crc1; in crc32_combine_()
382 return crc1;
404 crc1 = gf2_matrix_times(even, crc1);
414 crc1 = gf2_matrix_times(odd, crc1);
421 crc1 ^= crc2;
422 return crc1;
426 uLong ZEXPORT crc32_combine(crc1, crc2, len2) in crc32_combine() argument
427 uLong crc1; in crc32_combine()
[all …]
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/
Dcrc32.c51 local uLong crc32_combine_ OF((uLong crc1, uLong crc2, z_off64_t len2));
372 local uLong crc32_combine_(crc1, crc2, len2) in crc32_combine_() argument
373 uLong crc1; in crc32_combine_()
384 return crc1;
406 crc1 = gf2_matrix_times(even, crc1);
416 crc1 = gf2_matrix_times(odd, crc1);
423 crc1 ^= crc2;
424 return crc1;
428 uLong ZEXPORT crc32_combine(crc1, crc2, len2) in crc32_combine() argument
429 uLong crc1; in crc32_combine()
[all …]
/third_party/zlib/
Dcrc32.c619 z_word_t crc1, crc2; local
651 crc1 = 0;
658 __asm__ volatile("crc32x %w0, %w0, %x1" : "+r"(crc1) : "r"(val1));
663 crc = multmodp(Z_BATCH_ZEROS, crc) ^ crc1;
672 crc1 = 0;
679 __asm__ volatile("crc32x %w0, %w0, %x1" : "+r"(crc1) : "r"(val1));
685 crc = multmodp(val, crc) ^ crc1;
785 z_crc_t crc1; local
808 crc1 = 0;
831 word1 = crc1 ^ words[1];
[all …]
/third_party/flutter/skia/third_party/externals/zlib/
Dcrc32.c60 local uLong crc32_combine_ OF((uLong crc1, uLong crc2, z_off64_t len2));
429 local uLong crc32_combine_(crc1, crc2, len2) in crc32_combine_() argument
430 uLong crc1; in crc32_combine_()
441 return crc1;
463 crc1 = gf2_matrix_times(even, crc1);
473 crc1 = gf2_matrix_times(odd, crc1);
480 crc1 ^= crc2;
481 return crc1;
485 uLong ZEXPORT crc32_combine(crc1, crc2, len2) in crc32_combine() argument
486 uLong crc1; in crc32_combine()
[all …]
/third_party/skia/third_party/externals/zlib/
Dcrc32.c57 local uLong crc32_combine_ OF((uLong crc1, uLong crc2, z_off64_t len2));
426 local uLong crc32_combine_(crc1, crc2, len2) in crc32_combine_() argument
427 uLong crc1; in crc32_combine_()
438 return crc1;
460 crc1 = gf2_matrix_times(even, crc1);
470 crc1 = gf2_matrix_times(odd, crc1);
477 crc1 ^= crc2;
478 return crc1;
482 uLong ZEXPORT crc32_combine(crc1, crc2, len2) in crc32_combine() argument
483 uLong crc1; in crc32_combine()
[all …]
/third_party/node/deps/zlib/
Dcrc32.c60 local uLong crc32_combine_ OF((uLong crc1, uLong crc2, z_off64_t len2));
429 local uLong crc32_combine_(crc1, crc2, len2) in crc32_combine_() argument
430 uLong crc1; in crc32_combine_()
441 return crc1;
463 crc1 = gf2_matrix_times(even, crc1);
473 crc1 = gf2_matrix_times(odd, crc1);
480 crc1 ^= crc2;
481 return crc1;
485 uLong ZEXPORT crc32_combine(crc1, crc2, len2) in crc32_combine() argument
486 uLong crc1; in crc32_combine()
[all …]
/third_party/e2fsprogs/tests/u_dryrun/
Dscript17 crc1=`$CRCSUM $TMPFILE`
18 echo $CRCSUM after tune2fs $crc1 >> $OUT
24 if [ $crc1 = $crc2 ] && [ $crc1 != $crc0 ]; then
/third_party/e2fsprogs/tests/u_undo_undo/
Dscript18 crc1=`$CRCSUM $TMPFILE`
19 echo $CRCSUM after e2fsck $crc1 >> $OUT
44 echo $crc0 $crc1 $crc2 $crc3 $crc4 $crc5 >> $OUT
46 if [ $crc0 = $crc2 ] && [ $crc2 = $crc4 ] && [ $crc5 = $crc4 ] && [ $crc1 = $crc3 ] && [ $crc1 != $…
/third_party/e2fsprogs/tests/u_incomplete/
Dscript17 crc1=`$CRCSUM $TMPFILE`
18 echo $CRCSUM after tune2fs $crc1 >> $OUT
30 if [ $crc0 != $crc2 ] && [ $crc1 != $crc2 ] && [ $crc0 != $crc1 ] && [ $fsck_res -eq 1 ]; then
/third_party/e2fsprogs/tests/u_corrupt_key_csum/
Dscript19 crc1=`$CRCSUM $TMPFILE`
20 echo $CRCSUM after tune2fs $crc1 >> $OUT
29 if [ $crc0 != $crc1 ] && [ $crc1 = $crc2 ]; then
/third_party/e2fsprogs/tests/u_errorout/
Dscript33 crc1=`$CRCSUM $TMPFILE`
34 echo $CRCSUM after mke2fs $crc1 >> $OUT
41 if [ $crc0 != $crc1 ] && [ $crc1 != $crc2 ] && [ $crc0 = $crc2 ]; then
/third_party/e2fsprogs/tests/u_mke2fs_opt_oddsize/
Dscript16 crc1=`$CRCSUM $TMPFILE`
17 echo $CRCSUM after mke2fs $crc1 >> $OUT
23 if [ $crc0 = $crc2 ] && [ $crc1 != $crc2 ]; then
/third_party/e2fsprogs/tests/u_e2fsck_opt/
Dscript17 crc1=`$CRCSUM $TMPFILE`
18 echo $CRCSUM after e2fsck $crc1 >> $OUT
24 if [ $crc0 = $crc2 ] && [ $crc1 != $crc2 ]; then
/third_party/e2fsprogs/tests/u_resize2fs_opt/
Dscript17 crc1=`$CRCSUM $TMPFILE`
18 echo $CRCSUM after resize2fs $crc1 >> $OUT
24 if [ $crc0 = $crc2 ] && [ $crc1 != $crc2 ]; then
/third_party/e2fsprogs/tests/u_mke2fs_opt/
Dscript17 crc1=`$CRCSUM $TMPFILE`
18 echo $CRCSUM after mke2fs $crc1 >> $OUT
24 if [ $crc0 = $crc2 ] && [ $crc1 != $crc2 ]; then
/third_party/e2fsprogs/tests/u_tune2fs_opt/
Dscript17 crc1=`$CRCSUM $TMPFILE`
18 echo $CRCSUM after tune2fs $crc1 >> $OUT
24 if [ $crc0 = $crc2 ] && [ $crc1 != $crc2 ]; then
/third_party/e2fsprogs/tests/u_corrupt_blk_csum_force/
Dscript19 crc1=`$CRCSUM $TMPFILE`
20 echo $CRCSUM after tune2fs $crc1 >> $OUT
30 if [ $crc2 != $crc1 ] && [ $crc2 != $crc0 ]; then
/third_party/e2fsprogs/tests/u_debugfs_opt/
Dscript20 crc1=`$CRCSUM $TMPFILE`
21 echo $CRCSUM after debugfs $crc1 >> $OUT
27 if [ $crc0 = $crc2 ] && [ $crc1 != $crc2 ]; then
/third_party/e2fsprogs/tests/u_corrupt_blk_csum/
Dscript19 crc1=`$CRCSUM $TMPFILE`
20 echo $CRCSUM after tune2fs $crc1 >> $OUT
30 if [ $res -ne 0 ] && [ $crc2 = $crc1 ] && [ $crc2 != $crc0 ]; then
/third_party/e2fsprogs/tests/u_force_dryrun/
Dscript19 crc1=`$CRCSUM $TMPFILE`
20 echo $CRCSUM after tune2fs $crc1 >> $OUT
30 if [ $crc2 = $crc1 ] && [ $crc2 != $crc0 ]; then
/third_party/e2fsprogs/tests/u_wrong_fs/
Dscript17 crc1=`$CRCSUM $TMPFILE`
18 echo $CRCSUM after tune2fs $crc1 >> $OUT
28 if [ $crc3 = $crc2 ] && [ $crc2 != $crc1 ]; then
/third_party/e2fsprogs/tests/u_force/
Dscript17 crc1=`$CRCSUM $TMPFILE`
18 echo $CRCSUM after tune2fs $crc1 >> $OUT
32 if [ $MUST_FSCK -eq 1 ] && [ $crc0 != $crc3 ] && [ $crc1 = $crc2 ] && [ $crc2 != $crc0 ]; then
/third_party/e2fsprogs/tests/u_compound_rollback/
Dscript16 crc1=`$CRCSUM $TMPFILE`
17 echo $CRCSUM after mke2fs $crc1 >> $OUT
54 if [ $crc0 = $crc0_2 ] && [ $crc1 = $crc1_2 ] && [ $crc2 = $crc2_2 ] && [ $crc3 = $crc3_2 ]; then

12