Home | History | Annotate | Download | only in coregrind

Lines Matching refs:test_block

479    char test_block[4*MAX_DCBZL_SZB];
480 char *aligned = test_block;
485 vg_assert((aligned + MAX_DCBZL_SZB) <= &test_block[sizeof(test_block)]);
489 VG_(memset)(test_block, 0xff, sizeof(test_block));
494 for (dcbz_szB = 0, i = 0; i < sizeof(test_block); ++i) {
495 if (!test_block[i])
505 VG_(memset)(test_block, 0xff, sizeof(test_block));
512 for (dcbzl_szB = 0, i = 0; i < sizeof(test_block); ++i) {
513 if (!test_block[i])