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

  /external/clang/test/SemaCXX/
printf-block.cpp 12 void test_block() { function
  /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))
  /external/valgrind/main/coregrind/
m_machine.c 460 char test_block[4*MAX_DCBZL_SZB]; local
461 char *aligned = test_block;
466 vg_assert((aligned + MAX_DCBZL_SZB) <= &test_block[sizeof(test_block)]);
470 VG_(memset)(test_block, 0xff, sizeof(test_block));
475 for (dcbz_szB = 0, i = 0; i < sizeof(test_block); ++i) {
476 if (!test_block[i])
486 VG_(memset)(test_block, 0xff, sizeof(test_block));
    [all...]
  /external/eigen/test/
block.cpp 205 void test_block() function

Completed in 990 milliseconds