Searched refs:b_data (Results 1 – 7 of 7) sorted by relevance
/external/e2fsprogs/e2fsck/ |
D | recovery.c | 188 tagp = &bh->b_data[sizeof(journal_header_t)]; in count_tags() 190 while ((tagp - bh->b_data + tag_bytes) <= size) { in count_tags() 334 *crc32_sum = crc32_be(*crc32_sum, (void *)bh->b_data, bh->b_size); in calc_chksums() 345 *crc32_sum = crc32_be(*crc32_sum, (void *)obh->b_data, in calc_chksums() 433 tmp = (journal_header_t *)bh->b_data; in do_one_pass() 484 tagp = &bh->b_data[sizeof(journal_header_t)]; in do_one_pass() 485 while ((tagp - bh->b_data + tag_bytes) in do_one_pass() 536 memcpy(nbh->b_data, obh->b_data, in do_one_pass() 539 *((__be32 *)nbh->b_data) = in do_one_pass() 609 (struct commit_header *)bh->b_data; in do_one_pass() [all …]
|
D | revoke.c | 507 header = (journal_header_t *) &jh2bh(descriptor)->b_data[0]; in write_one_revoke_record() 520 * ((unsigned int *)(&jh2bh(descriptor)->b_data[offset])) = in write_one_revoke_record() 545 header = (journal_revoke_header_t *) jh2bh(descriptor)->b_data; in flush_descriptor()
|
D | journal.c | 72 sizeof(bh->b_data); in getblk() 120 1, bh->b_data); in ll_rw_block() 134 1, bh->b_data); in ll_rw_block() 391 memcpy(&jsuper, start ? bh->b_data : bh->b_data + 1024, in e2fsck_get_journal() 422 journal->j_superblock = (journal_superblock_t *)bh->b_data; in e2fsck_get_journal()
|
D | jfs_user.h | 25 char b_data[1024]; member
|
/external/opencv/cxcore/src/ |
D | cxmatmul.cpp | 128 const arrtype* b_data, size_t b_step, \ 135 const arrtype *_a_data = a_data, *_b_data = b_data, *_c_data = c_data; \ 140 b_step /= sizeof(b_data[0]); \ 177 b_buf[j] = b_data[j*b_step]; \ 178 b_data = b_buf; \ 188 worktype s0 = al*b_data[j]; \ 189 worktype s1 = al*b_data[j+1]; \ 204 worktype s0 = al*b_data[j]; \ 219 b_data = _b_data; \ 229 for( j = 0; j < d_size.width; j++, b_data += b_step, \ [all …]
|
/external/chromium/net/base/ |
D | x509_certificate_mac.cc | 1051 CSSM_DATA a_data, b_data; in IsSameOSCert() local 1053 SecCertificateGetData(b, &b_data) == noErr && in IsSameOSCert() 1054 a_data.Length == b_data.Length && in IsSameOSCert() 1055 memcmp(a_data.Data, b_data.Data, a_data.Length) == 0; in IsSameOSCert()
|
/external/kernel-headers/original/linux/ |
D | ext3_fs.h | 704 return (struct ext3_inode *) (iloc->bh->b_data + iloc->offset); in ext3_raw_inode()
|