Home
last modified time | relevance | path

Searched refs:b_data (Results 1 – 8 of 8) sorted by relevance

/external/e2fsprogs/e2fsck/
Drecovery.c188 tagp = &bh->b_data[sizeof(journal_header_t)]; in count_tags()
190 while ((tagp - bh->b_data + tag_bytes) <= size) { in count_tags()
331 *crc32_sum = crc32_be(*crc32_sum, (void *)bh->b_data, bh->b_size); in calc_chksums()
342 *crc32_sum = crc32_be(*crc32_sum, (void *)obh->b_data, in calc_chksums()
425 tmp = (journal_header_t *)bh->b_data; in do_one_pass()
476 tagp = &bh->b_data[sizeof(journal_header_t)]; in do_one_pass()
477 while ((tagp - bh->b_data + tag_bytes) in do_one_pass()
529 memcpy(nbh->b_data, obh->b_data, in do_one_pass()
534 header = (journal_header_t *) &nbh->b_data[0]; in do_one_pass()
604 (struct commit_header *)bh->b_data; in do_one_pass()
[all …]
Drevoke.c507 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()
Djournal.c72 sizeof(bh->b_data); in getblk()
120 1, bh->b_data); in ll_rw_block()
135 1, bh->b_data); in ll_rw_block()
407 memcpy(&jsuper, start ? bh->b_data : bh->b_data + 1024, in e2fsck_get_journal()
439 journal->j_superblock = (journal_superblock_t *)bh->b_data; in e2fsck_get_journal()
Djfs_user.h25 char b_data[1024]; member
/external/squashfs-tools/kernel/fs/squashfs/
Dblock.c57 *length = (unsigned char) bh->b_data[*offset]; in get_block_length()
62 *length |= (unsigned char) bh->b_data[0] << 8; in get_block_length()
65 *length = (unsigned char) bh->b_data[*offset] | in get_block_length()
66 (unsigned char) bh->b_data[*offset + 1] << 8; in get_block_length()
182 msblk->stream.next_in = bh[k]->b_data + offset; in squashfs_read_data()
250 bh[k]->b_data + offset, avail); in squashfs_read_data()
/external/opencv/cxcore/src/
Dcxmatmul.cpp128 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/selinux/libsepol/cil/src/
Dcil_post.c119 struct fc_data *b_data = cil_malloc(sizeof(*b_data)); in cil_post_filecon_compare() local
127 cil_post_fc_fill_data(b_data, b_path); in cil_post_filecon_compare()
128 if (a_data->meta && !b_data->meta) { in cil_post_filecon_compare()
130 } else if (b_data->meta && !a_data->meta) { in cil_post_filecon_compare()
132 } else if (a_data->stem_len < b_data->stem_len) { in cil_post_filecon_compare()
134 } else if (b_data->stem_len < a_data->stem_len) { in cil_post_filecon_compare()
136 } else if (a_data->str_len < b_data->str_len) { in cil_post_filecon_compare()
138 } else if (b_data->str_len < a_data->str_len) { in cil_post_filecon_compare()
149 free(b_data); in cil_post_filecon_compare()
/external/squashfs-tools/kernel-2.4/fs/squashfs/
Dinode.c101 (bh->b_data + *offset)); in get_block_length()
104 (bh->b_data + *offset)); in get_block_length()
110 bh->b_data); in get_block_length()
113 bh->b_data); in get_block_length()
119 (bh->b_data + *offset)); in get_block_length()
121 (bh->b_data + *offset + 1)); in get_block_length()
124 (bh->b_data + *offset)); in get_block_length()
126 (bh->b_data + *offset + 1)); in get_block_length()
139 if (*((unsigned char *) (bh->b_data + *offset)) != in get_block_length()
218 memcpy(c_buffer + bytes, bh[k]->b_data + offset, avail_bytes); in squashfs_read_data()