/external/llvm/test/FrontendC/ |
inline-asm-mrv.c | 4 int sad16_sse2(void *v, unsigned char *blk2, unsigned char *blk1, 8 : "+r" (h), "+r" (blk1), "+r" (blk2)
|
/external/e2fsprogs/e2fsck/ |
pass5.c | 74 if (pctx->blk == pctx->blk2) 75 pctx->blk2 = 0; 80 if (pctx->blk == pctx->blk2) 81 pctx->blk2 = 0; 99 pctx->blk = pctx->blk2 = NO_BLK; 129 pctx.blk2 = fs->super->s_blocks_count -1; 144 pctx.blk2 = fs->super->s_blocks_count -1; 158 pctx.blk = pctx.blk2 = NO_BLK; 229 pctx.blk = pctx.blk2 = i; 233 (pctx.blk2 == i-1) [all...] |
message.c | 18 * %c <blk2> block number 444 printf("%u", (unsigned long) ctx->blk2); 446 printf("%llu", (unsigned long long) ctx->blk2);
|
super.c | 536 pctx.blk2 = ctx->num_blocks; 545 pctx.blk2 = EXT2_FRAG_SIZE(sb); 555 pctx.blk2 = should_be; 564 pctx.blk2 = should_be;
|
pass2.c | 205 pctx.blk2 = dx_db->node_min_hash; 226 pctx.blk2 = dx_db->node_max_hash; [all...] |
problem.h | 19 blk64_t blk, blk2; member in struct:problem_context
|
pass1.c | [all...] |
/external/llvm/test/CodeGen/X86/ |
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/include/llvm/Transforms/Utils/ |
SSAUpdaterImpl.h | 192 BBInfo *IntersectDominators(BBInfo *Blk1, BBInfo *Blk2) { 193 while (Blk1 != Blk2) { 194 while (Blk1->BlkNum < Blk2->BlkNum) { 197 return Blk2; 199 while (Blk2->BlkNum < Blk1->BlkNum) { 200 Blk2 = Blk2->IDom; 201 if (!Blk2)
|
/external/e2fsprogs/po/ |
at-expand.pl | 28 "#. %c <blk2> block number\n",
|
e2fsprogs.pot | 31 #. %c <blk2> block number [all...] |
zh_CN.po | 29 #. %c <blk2> block number [all...] |
ca.po | 30 #. %c <blk2> block number [all...] |
cs.po | 31 #. %c <blk2> block number [all...] |
de.po | 32 #. %c <blk2> block number [all...] |
es.po | 33 #. %c <blk2> block number [all...] |
fr.po | 32 #. %c <blk2> block number [all...] |
id.po | 34 #. %c <blk2> block number [all...] |
it.po | 31 #. %c <blk2> block number [all...] |
nl.po | 31 #. %c <blk2> block number [all...] |
pl.po | 30 #. %c <blk2> block number [all...] |
sv.po | 32 #. %c <blk2> block number [all...] |
tr.po | 29 #. %c <blk2> block number [all...] |
vi.po | 30 #. %c <blk2> block number [all...] |
/bionic/libc/arch-x86/string/ |
ssse3-memcmp3-new.S | 99 #define BLK2 BLK1+4 100 #define LEN BLK2+4 109 movl BLK2(%esp), %edx [all...] |