Home
last modified time | relevance | path

Searched refs:check_bytes (Results 1 – 25 of 77) sorted by relevance

1234

/dports/multimedia/libxine/xine-lib-1.2.11/src/demuxers/
H A Ddemux_str.c179 unsigned char check_bytes[STR_CHECK_BYTES]; in open_str_file() local
193 if ( _x_is_fourcc(&check_bytes[0], "RIFF") && in open_str_file()
194 _x_is_fourcc(&check_bytes[8], "CDXA") ) in open_str_file()
205 check_bytes[local_offset + 0x10], in open_str_file()
206 check_bytes[local_offset + 0x11], in open_str_file()
207 check_bytes[local_offset + 0x12], in open_str_file()
208 check_bytes[local_offset + 0x13]); in open_str_file()
216 if ( memcmp(&check_bytes[local_offset], in open_str_file()
223 if (memcmp(&check_bytes[local_offset + 0x10], in open_str_file()
224 &check_bytes[local_offset + 0x14], 4) != 0) { in open_str_file()
[all …]
/dports/sysutils/fusefs-s3fs/s3fs-fuse-1.90/src/
H A Dfdcache_page.cpp225 for(size_t comp_bytes = 0, check_bytes = 0; comp_bytes < bytes; comp_bytes += check_bytes){ in CheckZeroAreaInFile() local
227 check_bytes = CHECK_CACHEFILE_PART_SIZE; in CheckZeroAreaInFile()
229 check_bytes = bytes - comp_bytes; in CheckZeroAreaInFile()
237 check_bytes = static_cast<size_t>(read_bytes); in CheckZeroAreaInFile()
238 for(size_t tmppos = 0; tmppos < check_bytes; ++tmppos){ in CheckZeroAreaInFile()
282 off_t check_bytes = 0; in CheckAreaInSparseFile() local
294 check_bytes = iter->bytes - (checkpage.offset - iter->offset); in CheckAreaInSparseFile()
304 check_bytes = iter->bytes; in CheckAreaInSparseFile()
309 check_bytes = checkpage.bytes; in CheckAreaInSparseFile()
317 fdpage page(check_start, check_bytes, false, false); in CheckAreaInSparseFile()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/testing/selftests/vm/
H A Dhugepage-mmap.c39 static void check_bytes(char *addr) in check_bytes() function
56 check_bytes(addr); in read_bytes()
84 check_bytes(addr); in main()
H A Dmap_hugetlb.c43 static void check_bytes(char *addr) in check_bytes() function
60 check_bytes(addr); in read_bytes()
98 check_bytes(addr); in main()
/dports/multimedia/libv4l/linux-5.13-rc2/tools/testing/selftests/vm/
H A Dhugepage-mmap.c39 static void check_bytes(char *addr) in check_bytes() function
56 check_bytes(addr); in read_bytes()
84 check_bytes(addr); in main()
H A Dmap_hugetlb.c43 static void check_bytes(char *addr) in check_bytes() function
60 check_bytes(addr); in read_bytes()
98 check_bytes(addr); in main()
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/testing/selftests/vm/
H A Dhugepage-mmap.c39 static void check_bytes(char *addr) in check_bytes() function
56 check_bytes(addr); in read_bytes()
84 check_bytes(addr); in main()
H A Dmap_hugetlb.c43 static void check_bytes(char *addr) in check_bytes() function
60 check_bytes(addr); in read_bytes()
98 check_bytes(addr); in main()
/dports/security/p5-Crypt-OpenPGP/Crypt-OpenPGP-1.12/t/
H A D03-3des.t23 my $check_bytes = _checkbytes();
24 $enc = $des1->encrypt( $check_bytes );
27 is $dec, $check_bytes, 'decrypted matches plaintext';
H A D06-cipher.t49 my $check_bytes = _checkbytes();
50 $enc = $ciph1->encrypt( $check_bytes);
52 is $dec, $check_bytes, 'decrypting encrypted check-bytes yields original';
/dports/ftp/py-pycurl/pycurl-7.44.1/tests/
H A Dread_cb_test.py66 self.check_bytes('world')
69 self.check_bytes("wor\0ld")
72 self.check_bytes(util.u("Пушкин"))
74 def check_bytes(self, poststring): member in ReadCbTest
H A Dreaddata_test.py71 self.check_bytes('world')
74 self.check_bytes("wor\0ld")
77 self.check_bytes(util.u("Пушкин"))
79 def check_bytes(self, poststring): member in ReaddataTest
/dports/net/p5-Net-SSH-Perl/Net-SSH-Perl-2.14/lib/Net/SSH/Perl/Util/
H A DSSH1MP.pm11 my($check_bytes, $host, $public) = @_;
15 $id .= $check_bytes;
/dports/mail/qpopper/qpopper4.1.0/popper/
H A Dpop_send.c283 int check_bytes = 0; local
440 check_bytes += bufLen + 1; /* add one for CR */
465 check_bytes += bufLen + 1; /* add one for CR */
482 check_bytes += bufLen + 1; /* add one for CR */
527 check_bytes += strlen("X-UIDL: ") + strlen(mp->uidl_str) + 1;
537 if ( mp->length != check_bytes )
540 mp->length, check_bytes, mp->number, p->drop_name );
/dports/www/firefox/firefox-99.0/third_party/rust/chardetng/src/
H A Dlib.rs3563 check_bytes(&v, BIG5); in test_big5_pua()
3573 check_bytes(&v, BIG5); in test_big5_single_byte_a0()
3583 check_bytes(&v, BIG5); in test_big5_single_byte_ff()
3593 check_bytes(&v, IBM866); in test_not_big5()
3653 check_bytes(&v, GBK); in test_not_euc_kr()
3683 check_bytes(&v, GBK); in test_not_shift_jis()
3693 check_bytes(&v, GBK); in test_not_shift_jis_bis()
3733 check_bytes(&v, BIG5); in test_not_euc_jp_bis()
3743 check_bytes(&v, GBK); in test_gbk_single_byte_ff()
3753 check_bytes(&v, GBK); in test_gbk_single_byte_a0()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/chardetng/src/
H A Dlib.rs3537 check_bytes(&v, BIG5); in test_big5_pua()
3547 check_bytes(&v, BIG5); in test_big5_single_byte_a0()
3557 check_bytes(&v, BIG5); in test_big5_single_byte_ff()
3567 check_bytes(&v, IBM866); in test_not_big5()
3627 check_bytes(&v, GBK); in test_not_euc_kr()
3657 check_bytes(&v, GBK); in test_not_shift_jis()
3667 check_bytes(&v, GBK); in test_not_shift_jis_bis()
3707 check_bytes(&v, BIG5); in test_not_euc_jp_bis()
3717 check_bytes(&v, GBK); in test_gbk_single_byte_ff()
3727 check_bytes(&v, GBK); in test_gbk_single_byte_a0()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/chardetng/src/
H A Dlib.rs3537 check_bytes(&v, BIG5); in test_big5_pua()
3547 check_bytes(&v, BIG5); in test_big5_single_byte_a0()
3557 check_bytes(&v, BIG5); in test_big5_single_byte_ff()
3567 check_bytes(&v, IBM866); in test_not_big5()
3627 check_bytes(&v, GBK); in test_not_euc_kr()
3657 check_bytes(&v, GBK); in test_not_shift_jis()
3667 check_bytes(&v, GBK); in test_not_shift_jis_bis()
3707 check_bytes(&v, BIG5); in test_not_euc_jp_bis()
3717 check_bytes(&v, GBK); in test_gbk_single_byte_ff()
3727 check_bytes(&v, GBK); in test_gbk_single_byte_a0()
[all …]
/dports/editors/helix/helix-0.5.0/cargo-crates/chardetng-0.1.15/src/
H A Dlib.rs3624 check_bytes(&v, BIG5); in test_big5_pua()
3634 check_bytes(&v, BIG5); in test_big5_single_byte_a0()
3644 check_bytes(&v, BIG5); in test_big5_single_byte_ff()
3654 check_bytes(&v, IBM866); in test_not_big5()
3714 check_bytes(&v, GBK); in test_not_euc_kr()
3744 check_bytes(&v, GBK); in test_not_shift_jis()
3754 check_bytes(&v, GBK); in test_not_shift_jis_bis()
3794 check_bytes(&v, BIG5); in test_not_euc_jp_bis()
3804 check_bytes(&v, GBK); in test_gbk_single_byte_ff()
3814 check_bytes(&v, GBK); in test_gbk_single_byte_a0()
[all …]
/dports/security/john/john-1.9.0-jumbo-1/src/
H A Dzip2john.c482 int check_bytes; member
657 zfp->check_bytes = 2; in LoadZipBlob()
674 zfp->check_bytes = 2; in LoadZipBlob()
680 zfp->check_bytes == 2 ? " 2b chk," : "", in LoadZipBlob()
721 zfp.check_bytes = 1; in process_old_zip()
831 count_of_hashes, zfp.check_bytes); in process_old_zip()
/dports/news/sabnzbdplus/SABnzbd-3.3.0/sabnzbd/
H A Dnzbparser.py285 check_bytes = nzb_file.read(2)
287 if check_bytes == b"\x1f\x8b":
291 elif check_bytes == b"BZ":
/dports/emulators/bochs/bochs-2.7/iodev/hdimage/
H A Dvmware4.cc454 header.check_bytes[0] = 0x0a; in create_image()
455 header.check_bytes[1] = 0x20; in create_image()
456 header.check_bytes[2] = 0x0d; in create_image()
457 header.check_bytes[3] = 0x0a; in create_image()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/sparc/lib/
H A Dmemscan_64.S52 bne,pn %xcc, check_bytes
57 check_bytes: label
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/sparc/lib/
H A Dmemscan_64.S52 bne,pn %xcc, check_bytes
57 check_bytes: label
/dports/multimedia/libv4l/linux-5.13-rc2/arch/sparc/lib/
H A Dmemscan_64.S52 bne,pn %xcc, check_bytes
57 check_bytes: label
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/nilfs2/
H A Drecovery.c94 unsigned long offset, u64 check_bytes, in nilfs_compute_checksum() argument
102 check_bytes -= offset; in nilfs_compute_checksum()
103 size = min_t(u64, check_bytes, blocksize - offset); in nilfs_compute_checksum()
113 check_bytes -= size; in nilfs_compute_checksum()
114 size = min_t(u64, check_bytes, blocksize); in nilfs_compute_checksum()

1234