Lines Matching refs:cft
771 RawFilterTester cft; in TEST_P() local
774 OpenRaw(cft.ResetWeirdFill(256, 1, 2)); in TEST_P()
778 OpenRaw(cft.ResetWeirdFill(256, 2, 2)); in TEST_P()
782 OpenRaw(cft.ResetWeirdFill(256, 4, 2)); in TEST_P()
787 RawFilterTester cft; in TEST_P() local
791 OpenRaw(cft.Reset(CACHE_LINE_SIZE, 1, 6, fill)); in TEST_P()
796 OpenRaw(cft.Reset(CACHE_LINE_SIZE * 3, 3, 6, fill)); in TEST_P()
802 OpenRaw(cft.Reset(256 * 3, 3, 6, fill)); in TEST_P()
808 OpenRaw(cft.Reset(CACHE_LINE_SIZE, 1, 30, fill)); in TEST_P()
814 OpenRaw(cft.Reset(CACHE_LINE_SIZE, 1, 1, fill)); in TEST_P()
819 OpenRaw(cft.Reset(CACHE_LINE_SIZE, 1, 0, fill)); in TEST_P()
824 OpenRaw(cft.Reset(0, 0, 6, fill)); in TEST_P()
829 OpenRaw(cft.Reset(0, 37, 6, fill)); in TEST_P()
834 OpenRaw(cft.Reset(0, 0, 0, fill)); in TEST_P()
840 OpenRaw(cft.Reset(CACHE_LINE_SIZE, 0, 6, fill)); in TEST_P()
846 OpenRaw(cft.Reset(4, 3, 6, fill)); in TEST_P()
852 OpenRaw(cft.Reset(97 * 3, 3, 6, fill)); in TEST_P()
858 OpenRaw(cft.Reset(65 * 3, 3, 6, fill)); in TEST_P()
864 OpenRaw(cft.Reset(static_cast<uint32_t>(-1), 3, 6, fill)); in TEST_P()
868 OpenRaw(cft.Reset(static_cast<uint32_t>(-5), 3, 6, fill)); in TEST_P()
875 OpenRaw(cft.Reset(CACHE_LINE_SIZE, 1, 31, fill)); in TEST_P()
881 OpenRaw(cft.Reset(CACHE_LINE_SIZE, 1, 127, fill)); in TEST_P()
890 OpenRaw(cft.Reset(CACHE_LINE_SIZE, 1, 128, fill)); in TEST_P()
896 OpenRaw(cft.Reset(CACHE_LINE_SIZE, 1, 255, fill)); in TEST_P()