HomeSort by relevance Sort by last modified time
    Searched refs:blk2 (Results 1 - 14 of 14) 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...]
  /system/libhidl/libhidlcache/
libhidlcache_test.cpp 69 MemoryBlock blk2 = {token, 0x200 /* size */, 0x300 /* offset */}; local
144 MemoryBlock blk2 = dealer->allocate(2048); local
145 EXPECT_TRUE(HidlMemoryDealer::isOk(blk2));
149 dealer->deallocate(blk2.offset);
  /external/lzma/C/
Sha256.c 40 #define blk2(i) (W[i] += s1(W[((i)-2)&15]) + W[((i)-7)&15] + s0(W[((i)-15)&15])) macro
48 h += S1(e) + Ch(e,f,g) + K[(i)+(j)] + (j ? blk2(i) : blk0(i)); \
76 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/ilo/
ilo_transfer.c 487 * blk2 = (((mem_y % 64) / 2) & 1) * 2 + (((mem_x % 64) / 2) & 1)
492 * offset = tile * 4096 + blk8 * 64 + blk4 * 16 + blk2 * 4 + blk1
494 unsigned tile, blk8, blk4, blk2, blk1, offset; local
499 blk2 = ((mem_y >> 1) & 0x1) << 1 | ((mem_x >> 1) & 0x1);
501 offset = tile << 12 | blk8 << 6 | blk4 << 4 | blk2 << 2 | blk1;
    [all...]
  /external/libavc/encoder/arm/
ime_distortion_metrics_a9q.s     [all...]

Completed in 637 milliseconds