Home
last modified time | relevance | path

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

/dports/devel/allegro/allegro-4.4.3.1/src/misc/
H A Dvbeafs.s97 cmpl $0, GLOBL(_accel_active) ; \
122 movl $0, GLOBL(_accel_active) ; \
H A Dvbeaf.c501 int _accel_active = FALSE; /* is the accelerator busy? */ variable
1196 LOCK_VARIABLE(_accel_active); in vbeaf_init()
1284 _accel_active = FALSE; in vbeaf_init()
2260 if (!_accel_active) { in go_accel()
2264 _accel_active = TRUE; in go_accel()
/dports/devel/allegro/allegro-4.4.3.1/include/allegro/internal/
H A Daintern.h343 AL_VAR(int, _accel_active);