Home
last modified time | relevance | path

Searched refs:odd_iteration (Results 1 – 3 of 3) sorted by relevance

/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dgtkcssanimation.c52 gboolean reverse, odd_iteration; in gtk_css_animation_get_progress() local
54 odd_iteration = cycle % 2 > 0; in gtk_css_animation_get_progress()
65 reverse = odd_iteration; in gtk_css_animation_get_progress()
68 reverse = !odd_iteration; in gtk_css_animation_get_progress()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtkcssanimation.c54 gboolean reverse, odd_iteration; in gtk_css_animation_get_progress() local
56 odd_iteration = cycle % 2 > 0; in gtk_css_animation_get_progress()
67 reverse = odd_iteration; in gtk_css_animation_get_progress()
70 reverse = !odd_iteration; in gtk_css_animation_get_progress()
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/host/tests/
H A Drx_streamer_test.cpp219 const bool odd_iteration = (i % 2 != 0); in BOOST_AUTO_TEST_CASE() local
222 header.has_tsf = odd_iteration; in BOOST_AUTO_TEST_CASE()
233 BOOST_CHECK_EQUAL(metadata.has_time_spec, odd_iteration); in BOOST_AUTO_TEST_CASE()
346 const bool odd_iteration = (i % 2 != 0); in BOOST_AUTO_TEST_CASE() local
349 header.has_tsf = odd_iteration; in BOOST_AUTO_TEST_CASE()
364 BOOST_CHECK_EQUAL(metadata.has_time_spec, odd_iteration); in BOOST_AUTO_TEST_CASE()