HomeSort by relevance Sort by last modified time
    Searched refs:blk2 (Results 1 - 11 of 11) 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 158 if (pctx->blk == pctx->blk2)
159 pctx->blk2 = 0;
164 if (pctx->blk == pctx->blk2)
165 pctx->blk2 = 0;
183 pctx->blk = pctx->blk2 = NO_BLK;
232 pctx.blk2 = B2C(ext2fs_blocks_count(fs->super) - 1);
247 pctx.blk2 = B2C(ext2fs_blocks_count(fs->super) - 1);
261 pctx.blk = pctx.blk2 = NO_BLK;
409 pctx.blk = pctx.blk2 = i;
413 (pctx.blk2 == i - EXT2FS_CLUSTER_RATIO(fs))
    [all...]
message.c 18 * %c <blk2> block number
443 fprintf(f, "%*u", width, (unsigned long) ctx->blk2);
445 fprintf(f, "%*llu", width, (unsigned long long) ctx->blk2);
problem.h 20 blk64_t blk, blk2; member in struct:problem_context
super.c 555 pctx.blk2 = ctx->num_blocks;
566 pctx.blk2 = should_be;
pass1.c     [all...]
pass2.c 210 pctx.blk2 = dx_db->node_min_hash;
231 pctx.blk2 = dx_db->node_max_hash;
    [all...]
unix.c 418 pctx.blk2 = ctx->free_blocks;
419 if ((pctx.blk != pctx.blk2) &&
    [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/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 196 milliseconds