Home
last modified time | relevance | path

Searched refs:next_flash (Results 1 – 11 of 11) sorted by relevance

/dports/games/zoom/zoom-1.1.5/src/
H A Dxdisplay.c1616 if (next_flash.tv_sec == 0 && in process_events()
1617 next_flash.tv_usec == 0) in process_events()
1618 next_flash = now; in process_events()
1621 (next_flash.tv_sec < now.tv_sec || in process_events()
1622 (next_flash.tv_sec == now.tv_sec && in process_events()
1623 next_flash.tv_usec <= now.tv_usec))) in process_events()
1625 next_flash.tv_sec = now.tv_sec; in process_events()
1627 next_flash.tv_sec += next_flash.tv_usec/1000000; in process_events()
1628 next_flash.tv_usec %= 1000000; in process_events()
1637 (tv.tv_sec == next_flash.tv_sec && in process_events()
[all …]
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/hud/
H A Dhudwingmanstatus.cpp533 next_flash[i][j] = timestamp(0); in initFlash()
577 if ( timestamp_elapsed(next_flash[wing_index][wing_pos]) ) { in maybeFlashStatus()
578 next_flash[wing_index][wing_pos] = timestamp(TBOX_FLASH_INTERVAL); in maybeFlashStatus()
H A Dhudwingmanstatus.h55 int next_flash[MAX_SQUADRON_WINGS][MAX_SHIPS_PER_WING]; variable
H A Dhud.h359 int next_flash; variable
470 int next_flash; variable
H A Dhud.cpp2020 next_flash = timestamp(1); in initialize()
2120 if ( timestamp_elapsed(next_flash) ) { in render()
2122 next_flash = timestamp(SUBSYS_DAMAGE_FLASH_INTERVAL); in render()
2424 next_flash = timestamp(0); in initialize()
2433 if ( timestamp_elapsed(next_flash) ) { in maybeTextFlash()
2434 next_flash = timestamp(Hud_text_flash_interval); in maybeTextFlash()
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/hud/
H A Dhudwingmanstatus.cpp545 next_flash[i][j] = timestamp(0); in initFlash()
589 if ( timestamp_elapsed(next_flash[wing_index][wing_pos]) ) { in maybeFlashStatus()
590 next_flash[wing_index][wing_pos] = timestamp(TBOX_FLASH_INTERVAL); in maybeFlashStatus()
H A Dhudwingmanstatus.h56 int next_flash[MAX_SQUADRON_WINGS][MAX_SHIPS_PER_WING]; variable
H A Dhud.h345 int next_flash; variable
438 int next_flash; variable
H A Dhud.cpp2021 next_flash = timestamp(1); in initialize()
2152 if ( timestamp_elapsed(next_flash) ) { in render()
2154 next_flash = timestamp(SUBSYS_DAMAGE_FLASH_INTERVAL); in render()
2375 next_flash = timestamp(0); in initialize()
2384 if ( timestamp_elapsed(next_flash) ) { in maybeTextFlash()
2385 next_flash = timestamp(Hud_text_flash_interval); in maybeTextFlash()
/dports/security/putty/putty-0.76/windows/
H A Dwindow.c5503 static long next_flash; variable
5512 if (flashing && now == next_flash) { in flash_window_timer()
5551 next_flash = schedule_timer(450, flash_window_timer, in flash_window()
5560 next_flash = schedule_timer(450, flash_window_timer, in flash_window()
/dports/security/putty-nogtk/putty-0.76/windows/
H A Dwindow.c5503 static long next_flash; variable
5512 if (flashing && now == next_flash) { in flash_window_timer()
5551 next_flash = schedule_timer(450, flash_window_timer, in flash_window()
5560 next_flash = schedule_timer(450, flash_window_timer, in flash_window()