Home
last modified time | relevance | path

Searched refs:l2bounds (Results 1 – 4 of 4) sorted by relevance

/dports/emulators/hercules/hercules-3.13/
H A Dcckddasd.c1986 && ((flags & CCKD_L2SPACE) || fpos >= cckd->l2bounds)) in cckd_get_space()
2389 cckd->l2bounds = CCKD_L1TAB_POS + len; in cckd_read_l1()
2392 cckd->l2bounds += CCKD_L2TAB_SIZE; in cckd_read_l1()
2398 if (cckd->l1[sfx][i] > cckd->l2bounds - CCKD_L2TAB_SIZE) in cckd_read_l1()
2887 cckd->l2bounds += CCKD_L2TAB_SIZE; in cckd_write_l2()
2900 cckd->l2bounds -= CCKD_L2TAB_SIZE; in cckd_write_l2()
4891 && cckd->l2bounds - CCKD_L2TAB_SIZE < (off_t)cckd->l1[sfx][i]) in cckd_gc_l2()
4902 while (pos < cckd->l2bounds) in cckd_gc_l2()
4946 if (i < 0 || fpos >= cckd->l2bounds || cckd->free[i].pending) in cckd_gc_l2()
4962 if (cckd->l2bounds - CCKD_L2TAB_SIZE < (off_t)cckd->l1[sfx][i] in cckd_gc_l2()
H A Dhstructs.h1590 off_t l2bounds; /* L2 tables boundary */ member
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/views/
H A Dview_unittest.cc4149 gfx::Rect l2bounds = v2->layer()->bounds(); in TEST_F() local
4153 EXPECT_EQ(l2bounds, v2->layer()->bounds()); in TEST_F()
4163 EXPECT_EQ(l2bounds, v2->layer()->bounds()); in TEST_F()
4167 l2bounds.set_x(l2bounds.x() - 5); in TEST_F()
4168 EXPECT_EQ(l2bounds, v2->layer()->bounds()); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/views/
H A Dview_unittest.cc4140 gfx::Rect l2bounds = v2->layer()->bounds(); in TEST_F() local
4144 EXPECT_EQ(l2bounds, v2->layer()->bounds()); in TEST_F()
4154 EXPECT_EQ(l2bounds, v2->layer()->bounds()); in TEST_F()
4158 l2bounds.set_x(l2bounds.x() - 5); in TEST_F()
4159 EXPECT_EQ(l2bounds, v2->layer()->bounds()); in TEST_F()