HomeSort by relevance Sort by last modified time
    Searched refs:blk2 (Results 1 - 13 of 13) 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 276 if (pctx->blk == pctx->blk2)
277 pctx->blk2 = 0;
282 if (pctx->blk == pctx->blk2)
283 pctx->blk2 = 0;
301 pctx->blk = pctx->blk2 = NO_BLK;
344 pctx.blk2 = B2C(ext2fs_blocks_count(fs->super) - 1);
359 pctx.blk2 = B2C(ext2fs_blocks_count(fs->super) - 1);
371 pctx.blk = pctx.blk2 = NO_BLK;
447 pctx.blk = pctx.blk2 = i;
451 (pctx.blk2 == i - EXT2FS_CLUSTER_RATIO(fs))
    [all...]
extents.c 447 pctx->blk2 = ext2fs_max_extent_depth(ehandle);
448 if (pctx->blk2 < pctx->blk &&
454 if (pctx->blk2 > pctx->blk)
message.c 18 * %c <blk2> block number
444 fprintf(f, "%*u", width, (unsigned long) ctx->blk2);
446 fprintf(f, "%*llu", width, (unsigned long long) ctx->blk2);
pass1b.c 323 pb.pctx->blk = pb.pctx->blk2 = 0;
340 op = pctx.blk == pctx.blk2 ?
382 op = p->pctx->blk == p->pctx->blk2 ?
389 p->pctx->blk2 = *block_nr;
pass1.c     [all...]
problem.h 19 blk64_t blk, blk2; member in struct:problem_context
    [all...]
super.c 553 pctx.blk2 = ctx->num_blocks;
564 pctx.blk2 = should_be;
pass2.c 213 pctx.blk2 = dx_db->node_min_hash;
234 pctx.blk2 = dx_db->node_max_hash;
    [all...]
unix.c 425 pctx.blk2 = ctx->free_blocks;
426 if ((pctx.blk != pctx.blk2) &&
    [all...]
  /external/lzma/C/
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/mesa3d/src/gallium/drivers/radeon/
AMDILCFGStructurizer.cpp 2230 BlockT *blk2 = *(++srcBlk->succ_begin()); local
    [all...]
  /external/libavc/encoder/arm/
ime_distortion_metrics_a9q.s     [all...]

Completed in 518 milliseconds