HomeSort by relevance Sort by last modified time
    Searched defs:blk (Results 1 - 25 of 113) sorted by null

1 2 3 4 5

  /external/e2fsprogs/lib/ext2fs/
write_bb_file.c 23 blk_t blk; local
30 while (ext2fs_badblocks_list_iterate(bb_iter, &blk)) {
31 fprintf(f, "%u\n", blk);
check_desc.c 40 blk64_t blk, b; local
64 blk = ext2fs_block_bitmap_loc(fs, i);
65 if (blk < first_block || blk > last_block ||
66 ext2fs_test_block_bitmap2(bmap, blk)) {
70 ext2fs_mark_block_bitmap2(bmap, blk);
75 blk = ext2fs_inode_bitmap_loc(fs, i);
76 if (blk < first_block || blk > last_block ||
77 ext2fs_test_block_bitmap2(bmap, blk)) {
    [all...]
symlink.c 37 blk64_t blk; local
66 NULL, &blk);
139 &blk);
143 retval = io_channel_write_blk64(fs->io, blk, 1, block_buf);
169 ext2fs_block_alloc_stats2(fs, blk, +1);
mkdir.c 43 blk64_t blk; local
75 NULL, &blk);
113 inode.i_block[0] = blk;
131 retval = ext2fs_write_dir_block4(fs, blk, block, 0, ino);
139 retval = ext2fs_extent_set_bmap(handle, 0, blk, 0);
182 ext2fs_block_alloc_stats2(fs, blk, +1);
bb_inode.c 221 blk_t blk; local
227 if (!ext2fs_badblocks_list_iterate(rec->bb_iter, &blk))
240 blk = rec->ind_blocks[rec->ind_blocks_ptr++];
241 if (ext2fs_test_block_bitmap2(fs->block_map, blk))
244 retval = ext2fs_new_block(fs, 0, 0, &blk);
250 retval = io_channel_write_blk64(fs->io, blk, 1, rec->block_buf);
260 ext2fs_block_alloc_stats2(fs, blk, +1);
262 *block_nr = blk;
namei.c 37 blk64_t blk; local
54 retval = ext2fs_bmap2(fs, inode, &ei, NULL, 0, 0, NULL, &blk);
62 retval = io_channel_read_blk64(fs->io, blk, 1, buffer);
imager.c 66 blk64_t blk; local
76 blk = ext2fs_inode_table_loc(fs, (unsigned)group);
77 if (!blk) {
86 retval = io_channel_read_blk64(fs->io, blk, c, buf);
98 blk++;
123 blk += d;
145 blk64_t blk; local
154 blk = ext2fs_inode_table_loc(fs, (unsigned)group);
155 if (!blk) {
173 retval = io_channel_write_blk64(fs->io, blk, c, buf)
    [all...]
openfs.c 121 blk64_t group_block, blk; local
431 blk = ext2fs_descriptor_block_loc2(fs, group_block, i);
432 retval = io_channel_read_blk64(fs->io, blk, 1, dest);
tst_iscan.c 181 blk64_t blk; local
192 for (j=0, blk = ext2fs_inode_table_loc(test_fs, i);
194 j++, blk++) {
195 if (!ext2fs_test_block_bitmap2(touched_map, blk) &&
196 !ext2fs_test_block_bitmap2(bad_block_map, blk)) {
197 printf("Missing block --- %llu\n", blk);
  /external/syslinux/core/fs/xfs/
xfs_dinode.c 32 block_t blk; local
38 blk = ino_to_bytes(fs, ino) >> BLOCK_SHIFT(fs);
46 xfs_debug("blk %llu block offset 0x%llx", blk, blk << BLOCK_SHIFT(fs));
49 core = (xfs_dinode_t *)((uint8_t *)get_cache(fs->fs_dev, blk) + offset);
  /external/e2fsprogs/debugfs/
unused.c 30 blk64_t blk; local
39 for (blk=current_fs->super->s_first_data_block;
40 blk < ext2fs_blocks_count(current_fs->super); blk++) {
41 if (ext2fs_test_block_bitmap2(current_fs->block_map,blk))
43 retval = io_channel_read_blk64(current_fs->io, blk, 1, buf);
54 blk);
icheck.c 23 blk64_t blk; member in struct:block_info
45 if (!bw->barray[i].ino && bw->barray[i].blk == *block_nr) {
89 if (strtoblk(argv[0], argv[i], NULL, &bw.barray[i-1].blk))
110 blk64_t blk; local
117 blk = ext2fs_file_acl_block(current_fs, &inode);
118 if (blk) {
119 icheck_proc(current_fs, &blk, 0,
123 ext2fs_file_acl_block_set(current_fs, &inode, blk);
161 printf("%llu\t<block not found>\n", binfo->blk);
164 printf("%llu\t%u\n", binfo->blk, binfo->ino)
    [all...]
  /external/libcap/libcap/
cap_extint.c 102 unsigned blk; local
104 for (blk=0; blk<(CAP_SET_SIZE/sizeof(__u32)); ++blk) {
116 cap_d->u[blk].flat[set] = val;
  /external/squashfs-tools/kernel/fs/squashfs/
export.c 55 int blk = SQUASHFS_LOOKUP_BLOCK(ino_num - 1); local
57 u64 start = le64_to_cpu(msblk->inode_lookup_table[blk]);
namei.c 200 unsigned int blk, off, ino_num; local
202 blk = le32_to_cpu(dirh.start_block);
206 ino = SQUASHFS_MKINODE(blk, off);
210 blk, off, ino_num);
  /external/syslinux/gpxe/src/crypto/
sha1extra.c 45 u32 blk; local
63 for ( blk = 0 ;; blk++ ) {
64 *in_blknr = blk;
150 u32 blk; local
153 for ( blk = 1; blk <= blocks; blk++ ) {
155 iterations, blk, buf );
  /external/zlib/src/examples/
fitblk.c 132 unsigned char *blk; /* intermediate and final stream */ local
147 blk = malloc(size + EXCESS);
152 if (ret != Z_OK || blk == NULL)
157 def.next_out = blk;
166 if (fwrite(blk, 1, have, stdout) != have || ferror(stdout))
172 free(blk);
194 inf.next_in = blk;
211 def.next_out = blk;
219 if (fwrite(blk, 1, have, stdout) != have || ferror(stdout))
228 free(blk);
    [all...]
  /external/mesa3d/src/util/sha1/
sha1.c 24 * blk0() and blk() perform the initial expand.
33 #define blk(i) (block->l[i&15] = rol(block->l[(i+13)&15]^block->l[(i+8)&15] \ macro
40 #define R1(v,w,x,y,z,i) z+=((w&(x^y))^y)+blk(i)+0x5A827999+rol(v,5);w=rol(w,30);
41 #define R2(v,w,x,y,z,i) z+=(w^x^y)+blk(i)+0x6ED9EBA1+rol(v,5);w=rol(w,30);
42 #define R3(v,w,x,y,z,i) z+=(((w|x)&y)|(w&x))+blk(i)+0x8F1BBCDC+rol(v,5);w=rol(w,30);
43 #define R4(v,w,x,y,z,i) z+=(w^x^y)+blk(i)+0xCA62C1D6+rol(v,5);w=rol(w,30);
  /external/openssh/openbsd-compat/
sha1.c 27 * blk0() and blk() perform the initial expand.
36 #define blk(i) (block->l[i&15] = rol(block->l[(i+13)&15]^block->l[(i+8)&15] \ macro
43 #define R1(v,w,x,y,z,i) z+=((w&(x^y))^y)+blk(i)+0x5A827999+rol(v,5);w=rol(w,30);
44 #define R2(v,w,x,y,z,i) z+=(w^x^y)+blk(i)+0x6ED9EBA1+rol(v,5);w=rol(w,30);
45 #define R3(v,w,x,y,z,i) z+=(((w|x)&y)|(w&x))+blk(i)+0x8F1BBCDC+rol(v,5);w=rol(w,30);
46 #define R4(v,w,x,y,z,i) z+=(w^x^y)+blk(i)+0xCA62C1D6+rol(v,5);w=rol(w,30);
  /external/pdfium/third_party/bigint/
NumberlikeArray.hh 16 /* A NumberlikeArray<Blk> object holds a heap-allocated array of Blk with a
27 template <class Blk>
41 Blk *blk; member in class:NumberlikeArray
45 blk = (cap > 0) ? (new Blk[cap]) : NULL;
50 * time can use this constructor and then overwrite blk without first
53 blk = NULL;
58 delete [] blk;
    [all...]
  /external/ppp/pppd/
sha1.c 29 /* blk0() and blk() perform the initial expand. */
32 #define blk(i) (block->l[i&15] = rol(block->l[(i+13)&15]^block->l[(i+8)&15] \ macro
37 #define R1(v,w,x,y,z,i) z+=((w&(x^y))^y)+blk(i)+0x5A827999+rol(v,5);w=rol(w,30);
38 #define R2(v,w,x,y,z,i) z+=(w^x^y)+blk(i)+0x6ED9EBA1+rol(v,5);w=rol(w,30);
39 #define R3(v,w,x,y,z,i) z+=(((w|x)&y)|(w&x))+blk(i)+0x8F1BBCDC+rol(v,5);w=rol(w,30);
40 #define R4(v,w,x,y,z,i) z+=(w^x^y)+blk(i)+0xCA62C1D6+rol(v,5);w=rol(w,30);
  /external/selinux/libselinux/src/
sha1.c 45 // blk0() and blk() perform the initial expand.
49 #define blk(i) (block->l[i&15] = rol(block->l[(i+13)&15]^block->l[(i+8)&15] \ macro
54 #define R1(v,w,x,y,z,i) z += ((w&(x^y))^y) + blk(i) + 0x5A827999 + rol(v,5); w=rol(w,30);
55 #define R2(v,w,x,y,z,i) z += (w^x^y) + blk(i) + 0x6ED9EBA1 + rol(v,5); w=rol(w,30);
56 #define R3(v,w,x,y,z,i) z += (((w|x)&y)|(w&x)) + blk(i) + 0x8F1BBCDC + rol(v,5); w=rol(w,30);
57 #define R4(v,w,x,y,z,i) z += (w^x^y) + blk(i) + 0xCA62C1D6 + rol(v,5); w=rol(w,30);
  /external/syslinux/core/fs/ufs/
bmap.c 19 * Copy blk address into buffer, this was needed since UFS1/2 addr size
20 * in blk maps differs from each other (32/64 bits respectivelly).
23 get_blkaddr (const uint8_t *blk, uint32_t index, uint32_t shift)
28 (uint8_t *) blk + (index << shift),
43 uint64_t blk = get_blkaddr(map, index, addr_shift); local
50 uint32_t skip = blk ? FRAGMENTS_PER_BLK : 0;
51 uint32_t next = blk + skip;
54 /* Get address of starting blk pointer */
57 ufs_debug("[scan] start blk: %u\n", blk);
97 const uint8_t *blk = NULL; local
    [all...]
  /external/webrtc/webrtc/base/
sha1.cc 121 // blk0() and blk() perform the initial expand.
130 #define blk(i) (block->l[i & 15] = rol(block->l[(i + 13) & 15] ^ \ macro
138 z += ((w & (x ^ y)) ^ y) + blk(i) + 0x5A827999 + rol(v, 5); \
141 z += (w ^ x ^ y) + blk(i) + 0x6ED9EBA1 + rol(v, 5);\
144 z += (((w | x) & y) | (w & x)) + blk(i) + 0x8F1BBCDC + rol(v, 5); \
147 z += (w ^ x ^ y) + blk(i) + 0xCA62C1D6 + rol(v, 5); \
  /bionic/libc/upstream-netbsd/common/lib/libc/hash/sha1/
sha1.c 52 * blk0() and blk() perform the initial expand.
61 #define blk(i) (block->l[i&15] = rol(block->l[(i+13)&15]^block->l[(i+8)&15] \ macro
68 #define R1(v,w,x,y,z,i) z+=((w&(x^y))^y)+blk(i)+0x5A827999+rol(v,5);w=rol(w,30);
69 #define R2(v,w,x,y,z,i) z+=(w^x^y)+blk(i)+0x6ED9EBA1+rol(v,5);w=rol(w,30);
70 #define R3(v,w,x,y,z,i) z+=(((w|x)&y)|(w&x))+blk(i)+0x8F1BBCDC+rol(v,5);w=rol(w,30);
71 #define R4(v,w,x,y,z,i) z+=(w^x^y)+blk(i)+0xCA62C1D6+rol(v,5);w=rol(w,30);

Completed in 829 milliseconds

1 2 3 4 5