/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 | 2598 pctx->blk2 = extent.e_lblk; in scan_extent_node() 2732 pctx->blk2 = extent.e_lblk; in scan_extent_node() 2800 pctx->blk2 = new_lblk; in scan_extent_node() 2853 pctx->blk2 = blk; in scan_extent_node() 2944 pctx->blk2 = ext2fs_max_extent_depth(ehandle); in check_blocks_extents() 2945 if (pctx->blk2 < pctx->blk && in check_blocks_extents() 2951 if (pctx->blk2 > pctx->blk) in check_blocks_extents() 3527 pctx->blk2 = blk; in process_block() 3781 pctx.blk2 = *new_block; in new_table_block() 3784 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 | 33 #define blk2(i) (W[i&15] += s1(W[(i-2)&15]) + W[(i-7)&15] + s0(W[(i-15)&15])) macro 50 #define R(a,b,c,d,e,f,g,h, i) h += S1(e) + Ch(e,f,g) + K[i+j] + (j?blk2(i):blk0(i));\ 65 #define R(i) 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/radeon/ |
D | AMDILCFGStructurizer.cpp | 2230 BlockT *blk2 = *(++srcBlk->succ_begin()); in removeRedundantConditionalBranch() local 2232 if (blk1 == blk2) { in removeRedundantConditionalBranch() 2573 CFGStructurizer<PassT>::findNearestCommonPostDom(BlockT *blk1, BlockT *blk2) { in findNearestCommonPostDom() argument 2575 if (postDomTree->dominates(blk1, blk2)) { in findNearestCommonPostDom() 2578 if (postDomTree->dominates(blk2, blk1)) { in findNearestCommonPostDom() 2579 return blk2; in findNearestCommonPostDom() 2583 DomTreeNodeT *node2 = postDomTree->getNode(blk2); in findNearestCommonPostDom() 2587 return findNearestCommonPostDom(*blk1->succ_begin(), blk2); in findNearestCommonPostDom() 2589 if (node2 == NULL && blk2->succ_size() == 1) { in findNearestCommonPostDom() 2590 return findNearestCommonPostDom(blk1, *blk2->succ_begin()); in findNearestCommonPostDom()
|
/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 | zh_CN.po | 33 #. %c <blk2> block number
|
D | uk.po | 36 #. %c <blk2> block number
|
D | eo.po | 37 #. %c <blk2> block number
|
D | id.po | 37 #. %c <blk2> block number
|
D | da.po | 36 #. %c <blk2> block number
|
D | it.po | 35 #. %c <blk2> block number
|
D | sv.po | 35 #. %c <blk2> block number
|