/external/e2fsprogs/e2fsck/ |
D | pass5.c | 276 if (pctx->blk == pctx->blk2) in print_bitmap_problem() 277 pctx->blk2 = 0; in print_bitmap_problem() 282 if (pctx->blk == pctx->blk2) in print_bitmap_problem() 283 pctx->blk2 = 0; in print_bitmap_problem() 301 pctx->blk = pctx->blk2 = NO_BLK; in print_bitmap_problem() 344 pctx.blk2 = B2C(ext2fs_blocks_count(fs->super) - 1); in check_block_bitmaps() 359 pctx.blk2 = B2C(ext2fs_blocks_count(fs->super) - 1); in check_block_bitmaps() 371 pctx.blk = pctx.blk2 = NO_BLK; in check_block_bitmaps() 447 pctx.blk = pctx.blk2 = i; in check_block_bitmaps() 451 (pctx.blk2 == i - EXT2FS_CLUSTER_RATIO(fs))) in check_block_bitmaps() [all …]
|
D | extents.c | 447 pctx->blk2 = ext2fs_max_extent_depth(ehandle); in e2fsck_check_rebuild_extents() 448 if (pctx->blk2 < pctx->blk && in e2fsck_check_rebuild_extents() 454 if (pctx->blk2 > pctx->blk) in e2fsck_check_rebuild_extents()
|
D | message.c | 444 fprintf(f, "%*u", width, (unsigned long) ctx->blk2); in expand_percent_expression() 446 fprintf(f, "%*llu", width, (unsigned long long) ctx->blk2); in expand_percent_expression()
|
D | pass1b.c | 323 pb.pctx->blk = pb.pctx->blk2 = 0; in pass1b() 340 op = pctx.blk == pctx.blk2 ? in pass1b() 382 op = p->pctx->blk == p->pctx->blk2 ? in process_pass1b_block() 389 p->pctx->blk2 = *block_nr; in process_pass1b_block()
|
D | pass1.c | 2603 pctx->blk2 = extent.e_lblk; in scan_extent_node() 2737 pctx->blk2 = extent.e_lblk; in scan_extent_node() 2805 pctx->blk2 = new_lblk; in scan_extent_node() 2858 pctx->blk2 = blk; in scan_extent_node() 2949 pctx->blk2 = ext2fs_max_extent_depth(ehandle); in check_blocks_extents() 2950 if (pctx->blk2 < pctx->blk && in check_blocks_extents() 2956 if (pctx->blk2 > pctx->blk) in check_blocks_extents() 3532 pctx->blk2 = blk; in process_block() 3786 pctx.blk2 = *new_block; in new_table_block() 3789 pctx.blk2 = 0; in new_table_block()
|
D | problem.h | 19 blk64_t blk, blk2; member
|
D | super.c | 553 pctx.blk2 = ctx->num_blocks; in check_super_block() 564 pctx.blk2 = should_be; in check_super_block()
|
D | unix.c | 425 pctx.blk2 = ctx->free_blocks; in check_if_skip() 426 if ((pctx.blk != pctx.blk2) && in check_if_skip()
|
D | pass2.c | 213 pctx.blk2 = dx_db->node_min_hash; in e2fsck_pass2() 234 pctx.blk2 = dx_db->node_max_hash; in e2fsck_pass2()
|
/external/clang/test/CodeGen/ |
D | inline-asm-mrv.c | 4 int sad16_sse2(void *v, unsigned char *blk2, unsigned char *blk1, in sad16_sse2() argument 8 : "+r" (h), "+r" (blk1), "+r" (blk2) in sad16_sse2()
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | inline-asm-mrv.ll | 10 define i32 @test1(i8* %v, i8* %blk2, i8* %blk1, i32 %stride, i32 %h) nounwind { 13 "=r,=r,=r,r,r,r,r"( i64 %tmp12, i32 %h, i8* %blk1, i8* %blk2 ) nounwind
|
/external/llvm/test/CodeGen/X86/ |
D | inline-asm-mrv.ll | 10 define i32 @test1(i8* %v, i8* %blk2, i8* %blk1, i32 %stride, i32 %h) nounwind { 13 "=r,=r,=r,r,r,r,r"( i64 %tmp12, i32 %h, i8* %blk1, i8* %blk2 ) nounwind
|
/external/lzma/C/ |
D | Sha256.c | 40 #define blk2(i) (W[i] += s1(W[((i)-2)&15]) + W[((i)-7)&15] + s0(W[((i)-15)&15])) macro 48 h += S1(e) + Ch(e,f,g) + K[(i)+(j)] + (j ? blk2(i) : blk0(i)); \ 76 h(i) += S1(e(i)) + Ch(e(i),f(i),g(i)) + K[(i)+(j)] + (j ? blk2(i) : blk0(i)); \
|
/external/llvm/test/Transforms/SLPVectorizer/AArch64/ |
D | horizontal.ll | 13 …ct(i32* noalias nocapture readonly %blk1, i32* noalias nocapture readonly %blk2, i32 %lx, i32 %h) { 25 %p2.024 = phi i32* [ %blk2, %for.body.lr.ph ], [ %add.ptr29, %for.body ] 91 …r(i32* noalias nocapture readonly %blk1, i32* noalias nocapture readonly %blk2, i32 %lx, i32 %h, i… 107 %p2.018 = phi i32* [ %blk2, %for.body.lr.ph ], [ %add.ptr16, %if.end ] 153 …ect(i8* noalias nocapture readonly %blk1, i8* noalias nocapture readonly %blk2, i32 %lx, i32 %h, i… 165 %p2.045 = phi i8* [ %blk2, %for.body.lr.ph ], [ %add.ptr88, %if.end.86 ]
|
/external/mesa3d/src/gallium/drivers/ilo/ |
D | ilo_transfer.c | 494 unsigned tile, blk8, blk4, blk2, blk1, offset; in tex_tile_w_offset() local 499 blk2 = ((mem_y >> 1) & 0x1) << 1 | ((mem_x >> 1) & 0x1); in tex_tile_w_offset() 501 offset = tile << 12 | blk8 << 6 | blk4 << 4 | blk2 << 2 | blk1; in tex_tile_w_offset()
|
/external/libavc/encoder/arm/ |
D | ime_distortion_metrics_a9q.s | 1265 vadd.u16 d14, d12, d13 @Add Blk1 and blk2
|
/external/e2fsprogs/po/ |
D | e2fsprogs.pot | 34 #. %c <blk2> block number
|
D | sr.po | 35 #. %c <blk2> block number
|
D | uk.po | 36 #. %c <blk2> block number
|
D | zh_CN.po | 33 #. %c <blk2> block number
|
D | it.po | 35 #. %c <blk2> block number
|
D | eo.po | 37 #. %c <blk2> block number
|
D | da.po | 36 #. %c <blk2> block number
|
D | id.po | 37 #. %c <blk2> block number
|
D | pl.po | 33 #. %c <blk2> block number
|