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

  /external/clang/test/SemaCXX/
printf-block.cpp 12 void test_block() { function
  /external/valgrind/main/coregrind/
m_machine.c 443 char test_block[4*MAX_DCBZL_SZB]; local
444 char *aligned = test_block;
449 vg_assert((aligned + MAX_DCBZL_SZB) <= &test_block[sizeof(test_block)]);
453 VG_(memset)(test_block, 0xff, sizeof(test_block));
458 for (dcbz_szB = 0, i = 0; i < sizeof(test_block); ++i) {
459 if (!test_block[i])
469 VG_(memset)(test_block, 0xff, sizeof(test_block));
    [all...]
  /external/e2fsprogs/e2fsck/
pass1b.c 813 static int check_if_fs_block(e2fsck_t ctx, blk_t test_block)
824 if (test_block >= first_block &&
825 (test_block <= first_block + fs->desc_blocks))
831 (test_block >= fs->group_desc[i].bg_inode_table) &&
832 (test_block < (fs->group_desc[i].bg_inode_table +
837 if ((test_block == fs->group_desc[i].bg_block_bitmap) ||
838 (test_block == fs->group_desc[i].bg_inode_bitmap))

Completed in 221 milliseconds