HomeSort by relevance Sort by last modified time
    Searched refs:blk2 (Results 1 - 10 of 10) sorted by null

  /external/clang/test/CodeGen/
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 537 pctx.blk2 = ctx->num_blocks;
546 pctx.blk2 = EXT2_FRAG_SIZE(sb);
556 pctx.blk2 = should_be;
565 pctx.blk2 = should_be;
problem.h 19 blk64_t blk, blk2; member in struct:problem_context
pass2.c 205 pctx.blk2 = dx_db->node_min_hash;
226 pctx.blk2 = dx_db->node_max_hash;
    [all...]
pass1.c     [all...]
  /external/lzma/C/
Sha256.c 31 #define blk2(i) (W[i&15] += s1(W[(i-2)&15]) + W[(i-7)&15] + s0(W[(i-15)&15])) macro
48 #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));\
63 #define R(i) h(i) += S1(e(i)) + Ch(e(i),f(i),g(i)) + K[i+j] + (j?blk2(i):blk0(i));\
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDILCFGStructurizer.cpp 2230 BlockT *blk2 = *(++srcBlk->succ_begin()); local
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILCFGStructurizer.cpp 2230 BlockT *blk2 = *(++srcBlk->succ_begin()); local
    [all...]

Completed in 826 milliseconds